Searched refs:py_vals (Results 1 – 1 of 1) sorted by relevance
585 py::tuple py_vals(py_args.size()); in RunPyInferValue() local588 py_vals[i] = py_args[i][ATTR_VALUE]; in RunPyInferValue()590 py::object py_ret = prim_py->RunInferValue(py_vals); in RunPyInferValue()