Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/python/
Dpybind_conversion.cc24 int64_t toInt64(const py::handle &handle) { return py::reinterpret_borrow<py::int_>(handle); } in toInt64() function
87 pair = std::make_pair(toInt64((tuple)[0]), toInt64((tuple)[1])); in toIntPair()
98 vector.emplace_back(toInt64(l[0]), 0); in toPairVector()
100 vector.emplace_back(toInt64(l[0]), toInt64(l[1])); in toPairVector()
Dpybind_conversion.h48 int64_t toInt64(const py::handle &handle);
/third_party/vk-gl-cts/executor/
DxeTestResultParser.cpp49 static inline deInt64 toInt64 (const char* str) in toInt64() function
299 const deInt64 num = toInt64(stripLeadingWhitespace(value.c_str())); in getNumericValue()