Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/runtime/device/
Dconvert_tensor_utils.h31 void IntToShort(void *dst, const void *src, size_t elem_num);
Dconvert_tensor_utils.cc76 void IntToShort(void *dst, const void *src, size_t elem_num) { in IntToShort() function
/third_party/mindspore/mindspore/ccsrc/runtime/device/cpu/
Dcpu_device_address.cc90 IntToShort(host_ptr, ptr_, size >> 1); in SyncDeviceToHost()