Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/graph_compiler/
Ddefault_graph_compiler.cc431 auto graph_compiler = std::make_shared<DefaultGraphCompiler>(ctx); in DefaultGraphCompilerCreator() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/graph_compiler/
Dbackend.cc339 ValuePtr GetInputofBpropCut(const std::shared_ptr<GraphCompiler> &graph_compiler, const CNodePtr &p… in GetInputofBpropCut()
394 void GetControlOpInput(const std::shared_ptr<GraphCompiler> &graph_compiler, in GetControlOpInput()
426 void RunControlOperator(const std::shared_ptr<GraphCompiler> &graph_compiler, in RunControlOperator()