Home
last modified time | relevance | path

Searched defs:CastToInt (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_compiler/parser/
Dbyte_code_parser.h68 …int CastToInt(const py::object &obj) const { return py::isinstance<py::none>(obj) ? 0 : obj.cast<i… in CastToInt() function
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/adapter/dpico/common/
Danf_util.cc136 std::vector<int> CastToInt(const api::ValuePtr &value) { in CastToInt() function
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/optimizer/common/
Dgllo_utils.cc285 std::vector<int> CastToInt(const ValuePtr &value) { in CastToInt() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pybind_api/ir/
Dtensor_index_py.cc456 static py::array CastToInt(const py::array &input) { in CastToInt() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/transform/graph_ir/
Dconvert.cc3713 std::vector<int64_t> DfGraphConvertor::CastToInt(const ValuePtr &value) const { in CastToInt() function in mindspore::transform::DfGraphConvertor