Home
last modified time | relevance | path

Searched defs:ACosGrad (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Deltwise_grad_cpu_kernel.cc129 void EltWiseGradCPUKernel<T>::ACosGrad(const T *input1, const T *input2, T *out, size_t start, size… in ACosGrad() function in mindspore::kernel::EltWiseGradCPUKernel
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dunary_op_grad_impl.cu144 void ACosGrad(const T *input, const T *dout, T *output, const size_t count, cudaStream_t cuda_strea… in ACosGrad() function
/third_party/mindspore/mindspore/ops/operations/
D_grad_ops.py42 class ACosGrad(PrimitiveWithInfer): class