Searched refs:inner_ops_module (Results 1 – 1 of 1) sorted by relevance
34 const std::string inner_ops_module = INNER_OP_PATH; in GetOpPythonPath() local37 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()