Home
last modified time | relevance | path

Searched defs:RunInitGraph (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore-src/source/tests/ut/cpp/stub/runtime/
Dascend_depreacted_interface_stub.cc27 bool AscendDeprecatedInterface::RunInitGraph(const FuncGraphPtr &anf_graph, const pybind11::dict &i… in RunInitGraph() function in mindspore::device::ascend::AscendDeprecatedInterface
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/hardware/
Ddeprecated_interface.h43 …virtual bool RunInitGraph(const FuncGraphPtr &anf_graph, const pybind11::dict &init_params) { retu… in RunInitGraph() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/hal/hardware/
Dascend_deprecated_interface.cc121 bool AscendDeprecatedInterface::RunInitGraph(const FuncGraphPtr &anf_graph, const pybind11::dict &i… in RunInitGraph() function in mindspore::device::ascend::AscendDeprecatedInterface
Dge_graph_executor.cc1614 void GeGraphExecutor::RunInitGraph(const std::string &graph_name) { in RunInitGraph() function in mindspore::device::ascend::GeGraphExecutor