Home
last modified time | relevance | path

Searched refs:IntToLong (Results 1 – 7 of 7) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/runtime/device/
Dconvert_tensor_utils.h33 void IntToLong(void *dst, const void *src, size_t elem_num);
Dconvert_tensor_utils.cc98 void IntToLong(void *dst, const void *src, size_t elem_num) { in IntToLong() function
/third_party/mindspore/mindspore/ccsrc/runtime/device/cpu/
Dcpu_device_address.cc92 IntToLong(host_ptr, ptr_, size / sizeof(int64_t)); in SyncDeviceToHost()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/rl/
Dbuffer_sample_cpu_kernel.h73 << std::min(capacity_, IntToLong(count_addr[0])); in Launch()
/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/frontend/operator/
Dcc_implementations.cc241 …int64_t sum = InnerScalar##op_t(GetValue<int64_t>(x), IntToLong(GetValue<int>(y))); …
253 …int64_t sum = InnerScalar##op_t(IntToLong(GetValue<int>(x)), GetValue<int64_t>(y)); …
/third_party/mindspore/mindspore/ccsrc/transform/express_ir/
Donnx_exporter.cc1082 attr_proto->add_ints(SizeToLong(input_x_shape->shape().size()) - IntToLong(kOneNum)); in ExportPrimBatchMatMul()
1083 attr_proto->add_ints(SizeToLong(input_x_shape->shape().size()) - IntToLong(kTwoNum)); in ExportPrimBatchMatMul()
1100 attr_proto->add_ints(SizeToLong(input_y_shape->shape().size()) - IntToLong(kOneNum)); in ExportPrimBatchMatMul()
1101 attr_proto->add_ints(SizeToLong(input_y_shape->shape().size()) - IntToLong(kTwoNum)); in ExportPrimBatchMatMul()