Searched refs:TransformSegmentToAnfGraph (Results 1 – 5 of 5) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/vm/ |
D | segment_runner.h | 45 std::tuple<FuncGraphPtr, AnfNodePtrList, AnfNodePtrList> TransformSegmentToAnfGraph(const AnfNodePt…
|
D | segment_runner.cc | 93 std::tuple<FuncGraphPtr, AnfNodePtrList, AnfNodePtrList> TransformSegmentToAnfGraph(const AnfNodePt… in TransformSegmentToAnfGraph() function 186 std::tie(fg, inputs, outputs) = TransformSegmentToAnfGraph(segment->nodes_); in Convert()
|
D | backend.cc | 71 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/ |
D | graph_partitioner.cc | 262 std::tie(fg, inputs, outputs) = compile::TransformSegmentToAnfGraph(segment); in CreateNewGraph()
|
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/ |
D | graph_kernel_helper.cc | 257 std::tie(fg, inputs, *soutputs) = compile::TransformSegmentToAnfGraph(fuse_nodes); in MixedNodesTransToGraph() 510 std::tie(fg, inputs, outputs) = compile::TransformSegmentToAnfGraph(nodes); in AnfToJsonDesc()
|