Searched defs:CastToInt (Results 1 – 5 of 5) sorted by relevance
68 …int CastToInt(const py::object &obj) const { return py::isinstance<py::none>(obj) ? 0 : obj.cast<i… in CastToInt() function
136 std::vector<int> CastToInt(const api::ValuePtr &value) { in CastToInt() function
285 std::vector<int> CastToInt(const ValuePtr &value) { in CastToInt() function
456 static py::array CastToInt(const py::array &input) { in CastToInt() function
3713 std::vector<int64_t> DfGraphConvertor::CastToInt(const ValuePtr &value) const { in CastToInt() function in mindspore::transform::DfGraphConvertor