Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/graph_util/
Dgenerate_graph.cc34 const std::string inner_ops_module = INNER_OP_PATH; in GetOpPythonPath() local
37 py::module inner_mod = py::module::import(common::SafeCStr(inner_ops_module)); in GetOpPythonPath()
41 return inner_ops_module; in GetOpPythonPath()
47 … MS_LOG(EXCEPTION) << ops_module << " and " << inner_ops_module << " and " << functional_op_module in GetOpPythonPath()