Home
last modified time | relevance | path

Searched refs:input2_value_ (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/runtime/device/
Dlaunch_mul.h32 input2_value_(0), in LaunchMul()
53 float input2_value_; variable
Dlaunch_mul.cc67 input2_value_ = 1.0f / device_num; in ObtainMulInputsAddr()
/third_party/mindspore/mindspore/ccsrc/runtime/device/gpu/
Dgpu_launch_mul.cc54 …if (!GPUDeviceManager::GetInstance().CopyHostMemToDeviceAsync(input2_addr_, &input2_value_, origin… in CopyHostMemToDevice()
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dascend_launch_mul.cc55 …auto ret = rtMemcpyAsync(input2_addr_, dst_size, &input2_value_, origin_size, RT_MEMCPY_HOST_TO_DE… in CopyHostMemToDevice()