Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/pybind_api/ir/
Dprimitive_py.h71 py::dict RunInfer(const py::tuple &args);
Dprimitive_py.cc356 py::dict PrimitivePy::RunInfer(const py::tuple &args) { in RunInfer() function in mindspore::PrimitivePy
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/static_analysis/
Dprim.cc690 py::dict output = prim_py_->RunInfer(py_args); in EvalPrim()