Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/pipeline/jit/
Dpipeline.h81 void ProcessVmArg(const py::tuple &args, const std::string &phase, VectorRef *arg_list);
Dpipeline.cc1002 void GraphExecutorPy::ProcessVmArg(const py::tuple &args, const std::string &phase, VectorRef *cons… in ProcessVmArg() function in mindspore::pipeline::GraphExecutorPy
1068 ProcessVmArg(args, phase, &execute_info->arg_list); in Run()