Searched refs:RunInfer (Results 1 – 3 of 3) sorted by relevance
71 py::dict RunInfer(const py::tuple &args);
356 py::dict PrimitivePy::RunInfer(const py::tuple &args) { in RunInfer() function in mindspore::PrimitivePy
690 py::dict output = prim_py_->RunInfer(py_args); in EvalPrim()