Home
last modified time | relevance | path

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

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