Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/pybind_api/ir/
Dprimitive_py.cc291 static const std::string vm_module = "mindspore.ops.vm_impl_registry"; in GetComputeFunction() local
294 py::function get_fn = parse::python_adapter::GetPyFn(vm_module, get_vm_impl_fn); in GetComputeFunction()