Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/runtime/device/
Dlaunch_mul.cc23 std::shared_ptr<session::KernelGraph> LaunchMul::ObtainMulKernelGraph() { in ObtainMulKernelGraph()
40 kernel::KernelMod *LaunchMul::ObtainLaunchMulKernelMod() { in ObtainLaunchMulKernelMod()
58 void LaunchMul::ObtainMulInputsAddr() { in ObtainMulInputsAddr()
76 void LaunchMul::FreeInputDeviceMemory() { in FreeInputDeviceMemory()
Dlaunch_mul.h25 class LaunchMul {
27 LaunchMul(TypeId dtype, size_t total_size) in LaunchMul() function
34 virtual ~LaunchMul() = default;
/third_party/mindspore/mindspore/ccsrc/runtime/device/gpu/
Dgpu_launch_mul.h26 class GPULaunchMul : public GPULaunchkernel, public LaunchMul {
28 …GPULaunchMul(void *stream, TypeId dtype, size_t total_size) : GPULaunchkernel(stream), LaunchMul(d… in GPULaunchMul()
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dascend_launch_mul.h26 class AscendLaunchMul : public AscendLaunchKernel, public LaunchMul {
29 : AscendLaunchKernel(stream), LaunchMul(dtype, total_size) {} in AscendLaunchMul()