Home
last modified time | relevance | path

Searched defs:ConvertList (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/pynative/op_function/
Dconverter.cc80 ValueTuplePtr ConvertList(const py::object &obj) { in ConvertList() function
123 ValueTuplePtr ConvertList<py::tuple, py::int_, Int64Imm>(const py::object &obj) { in ConvertList() function
128 ValueTuplePtr ConvertList<py::list, py::int_, Int64Imm>(const py::object &obj) { in ConvertList() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/ps/parse/
Ddata_converter.cc282 ValuePtr ConvertList(const py::object &obj, bool use_signature) { in ConvertList() function