Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/runtime/device/gpu/
Dgpu_launch_mul.cc40 kernel_mod_ = ObtainLaunchMulKernelMod(); in LaunchOpKernel()
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dascend_launch_mul.cc41 kernel_mod_ = ObtainLaunchMulKernelMod(); in LaunchOpKernel()
/third_party/mindspore/mindspore/ccsrc/runtime/device/
Dlaunch_mul.h44 kernel::KernelMod *ObtainLaunchMulKernelMod();
Dlaunch_mul.cc40 kernel::KernelMod *LaunchMul::ObtainLaunchMulKernelMod() { in ObtainLaunchMulKernelMod() function in mindspore::device::LaunchMul