Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/utils/
Dconvert_utils_base.h131 inline int64_t IntToLong(int32_t v) { return static_cast<int64_t>(v); } in IntToLong() function
/third_party/mindspore/mindspore/ccsrc/runtime/device/
Dconvert_tensor_utils.cc98 void IntToLong(void *dst, const void *src, size_t elem_num) { in IntToLong() function