Home
last modified time | relevance | path

Searched refs:TransformSegmentToAnfGraph (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/vm/
Dsegment_runner.h45 std::tuple<FuncGraphPtr, AnfNodePtrList, AnfNodePtrList> TransformSegmentToAnfGraph(const AnfNodePt…
Dsegment_runner.cc93 std::tuple<FuncGraphPtr, AnfNodePtrList, AnfNodePtrList> TransformSegmentToAnfGraph(const AnfNodePt… in TransformSegmentToAnfGraph() function
186 std::tie(fg, inputs, outputs) = TransformSegmentToAnfGraph(segment->nodes_); in Convert()
Dbackend.cc71 std::tie(fg, inputs, outputs) = TransformSegmentToAnfGraph(segment->nodes_); in MsConvert()
444 std::tie(fg, inputs, outputs) = TransformSegmentToAnfGraph(segment->nodes_); in CompileGraph()
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/trt_pass/
Dgraph_partitioner.cc262 std::tie(fg, inputs, outputs) = compile::TransformSegmentToAnfGraph(segment); in CreateNewGraph()
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/
Dgraph_kernel_helper.cc257 std::tie(fg, inputs, *soutputs) = compile::TransformSegmentToAnfGraph(fuse_nodes); in MixedNodesTransToGraph()
510 std::tie(fg, inputs, outputs) = compile::TransformSegmentToAnfGraph(nodes); in AnfToJsonDesc()