Home
last modified time | relevance | path

Searched refs:HasCompiled (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/pipeline/jit/
Dpipeline.h91 bool HasCompiled(const std::string &phase) const;
Dinit.cc102 ….def("has_compiled", &GraphExecutorPy::HasCompiled, py::arg("phase") = py::str(""), "Get if cell c… in PYBIND11_MODULE()
Dpipeline.cc391 bool GraphExecutorPy::HasCompiled(const std::string &phase) const { in HasCompiled() function in mindspore::pipeline::GraphExecutorPy