Searched refs:ProcessVmArg (Results 1 – 2 of 2) sorted by relevance
81 void ProcessVmArg(const py::tuple &args, const std::string &phase, VectorRef *arg_list);
1002 void GraphExecutorPy::ProcessVmArg(const py::tuple &args, const std::string &phase, VectorRef *cons… in ProcessVmArg() function in mindspore::pipeline::GraphExecutorPy1068 ProcessVmArg(args, phase, &execute_info->arg_list); in Run()