Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/pipeline/jit/static_analysis/
Dprim.cc585 py::tuple py_vals(py_args.size()); in RunPyInferValue() local
588 py_vals[i] = py_args[i][ATTR_VALUE]; in RunPyInferValue()
590 py::object py_ret = prim_py->RunInferValue(py_vals); in RunPyInferValue()