Home
last modified time | relevance | path

Searched refs:kPrimAbsGrad (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Deltwise_grad_cpu_kernel.cc239 {prim::kPrimAbsGrad->name(), &EltWiseGradCPUKernel<T>::AbsGrad}, in Launch()
/third_party/mindspore/mindspore/core/base/
Dcore_ops.h505 inline const PrimitivePtr kPrimAbsGrad = std::make_shared<Primitive>("AbsGrad"); variable