Home
last modified time | relevance | path

Searched defs:Addcmul (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/cuda_impl/cuda_ops/
Daddcmul_impl.cu79 __global__ void Addcmul(const int64_t l0, const int64_t l1, const int64_t l2, const int64_t l3, con… in Addcmul() function
143 __global__ void Addcmul(const int64_t l0, const int64_t l1, const int64_t l2, const int64_t l3, con… in Addcmul() function
209 __global__ void Addcmul(const int64_t l0, const int64_t l1, const int64_t l2, const int64_t l3, con… in Addcmul() function
274 __global__ void Addcmul(const int64_t l0, const int64_t l1, const int64_t l2, const int64_t l3, con… in Addcmul() function
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/auto_generate/
Dgen_lite_ops.h101 Addcmul() : BaseOperator(kNameAddcmul) {} in Addcmul() function