Searched refs:HasCompiled (Results 1 – 3 of 3) sorted by relevance
91 bool HasCompiled(const std::string &phase) const;
102 ….def("has_compiled", &GraphExecutorPy::HasCompiled, py::arg("phase") = py::str(""), "Get if cell c… in PYBIND11_MODULE()
391 bool GraphExecutorPy::HasCompiled(const std::string &phase) const { in HasCompiled() function in mindspore::pipeline::GraphExecutorPy