Home
last modified time | relevance | path

Searched refs:func_desc (Results 1 – 2 of 2) sorted by relevance

/third_party/jerryscript/jerry-debugger/
Djerry_client_main.py936 func_desc = stack.pop()
940 func_desc["source"] = source_code
941 func_desc["source_name"] = source_code_name
945 func_desc["source"],
946 func_desc["source_name"],
947 func_desc["line"],
948 func_desc["column"],
949 func_desc["name"],
950 func_desc["lines"],
951 func_desc["offsets"])
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/static_analysis/
Dprim.h122 …UniformPrimEvaluator(const FunctionPtr func_desc, PrimitiveImpl impl, bool eval_value, const TypeP… in UniformPrimEvaluator() argument
126 func_desc_(func_desc), in UniformPrimEvaluator()