Home
last modified time | relevance | path

Searched defs:graph_segment (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/graph_compiler/
Dcompile_result_builder.cc89 StatusCode CompileResultBuilder::BuildNodes(const GraphSegmentPtr &graph_segment) { in BuildNodes()
238 CompileResultPtr CompileResultBuilder::Build(const GraphSegmentPtr &graph_segment, const AnfNodePtr… in Build()
Ddefault_graph_compiler.cc183 …PtrList, AnfNodePtrList> DefaultGraphCompiler::GetSegmentInout(const GraphSegment &graph_segment) { in GetSegmentInout()
209 for (const auto &graph_segment : graph_segments) { in CreateExecPlanKernels() local