Home
last modified time | relevance | path

Searched defs:converted_args (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/utils/
Dhook.cc29 py::tuple converted_args(kIndex1); in GetPythonArg() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pybind_api/ir/
Dprimitive_py.cc372 py::tuple converted_args(py_args.size()); in RunCellCustomBpropFunction() local
420 py::tuple converted_args(py_args.size()); in RunCustomOpBpropFunction() local
480 py::tuple converted_args(py_args.size()); in RunVariableHookFunction() local
/third_party/python/Modules/
D_posixsubprocess.c833 PyObject *process_args, *converted_args = NULL, *fast_args = NULL; in subprocess_fork_exec() local