Home
last modified time | relevance | path

Searched defs:call_graph (Results 1 – 13 of 13) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/optimizer/ge/
Dprocess_call_inline.cc33 auto call_graph = cnode->input(kIndex1); in CheckCallInline() local
50 auto call_graph = cnode->input(kIndex1); in Process() local
/third_party/spirv-tools/source/fuzz/
Dfuzzer_pass_add_function_calls.cpp56 CallGraph call_graph(GetIRContext()); in Apply() local
Dfuzzer_pass_add_loops_to_create_int_constant_synonyms.cpp92 auto call_graph = CallGraph(GetIRContext()); in Apply() local
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dfuzzer_pass_add_function_calls.cpp56 CallGraph call_graph(GetIRContext()); in Apply() local
Dfuzzer_pass_add_loops_to_create_int_constant_synonyms.cpp92 auto call_graph = CallGraph(GetIRContext()); in Apply() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_add_function_calls.cpp56 CallGraph call_graph(GetIRContext()); in Apply() local
Dfuzzer_pass_add_loops_to_create_int_constant_synonyms.cpp92 auto call_graph = CallGraph(GetIRContext()); in Apply() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/pynative/grad/ir/
Dir_grad.cc42 void SetJitCallGraph(const CNodePtr &cnode, const FuncGraphPtr &call_graph, const std::string &cach… in SetJitCallGraph()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/graph_compiler/
Dgraph_partition.cc770 auto call_graph = GetValueNode<FuncGraphPtr>(get_from_node->cast<CNodePtr>()->input(0)); in IsNeedInline() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/session/
Dkernel_graph_mgr.cc1602 auto call_graph = call_node->input(kFirstIndex); in CreateSwitchOrPartialNode() local
1774 auto call_graph = node->input(kFirstIndex); in FlattenTuple() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/utils/
Danfalgo.cc2600 auto call_graph = GetValueNode<FuncGraphPtr>(get_from_node->cast<CNodePtr>()->input(0)); in SupportInlinePartial() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/pynative/
Dpynative_utils.cc2381 CallBackFn AutoGrad::CreateGraphCallBack(const FuncGraphPtr &call_graph, const std::string &cache_k… in CreateGraphCallBack()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/ps/parse/
Dparse.cc318 std::pair<CNodePtr, AnfNodePtr> GetRealOutputNodes(const FuncGraphPtr &call_graph) { in GetRealOutputNodes()