Searched refs:RunCheck (Results 1 – 5 of 5) sorted by relevance
72 void RunCheck(const py::tuple &args);
368 void PrimitivePy::RunCheck(const py::tuple &args) { in RunCheck() function in mindspore::PrimitivePy
182 int RunCheck(const std::vector<std::string>& args) { in RunCheck() function
49 int RunCheck(const std::vector<std::string>& args);
619 prim_py->RunCheck(py_args); in EvalPyCheckPrim()