Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/runtime/device/
Dconvert_tensor_utils.h30 void ShortToInt(void *dst, const void *src, size_t elem_num);
Dconvert_tensor_utils.cc65 void ShortToInt(void *dst, const void *src, size_t elem_num) { in ShortToInt() function
/third_party/mindspore/mindspore/ccsrc/runtime/device/cpu/
Dcpu_device_address.cc135 ShortToInt(ptr_, host_ptr, size >> 1); in SyncHostToDevice()