Home
last modified time | relevance | path

Searched defs:SoftplusGrad (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dsoftplus_impl.cu65 void SoftplusGrad(const size_t size, const T *dy_addr, const T *x_addr, T *dx_addr, cudaStream_t cu… in SoftplusGrad() function
70 void SoftplusGrad(const size_t size, const half *dy_addr, const half *x_addr, half *dx_addr, cudaSt… in SoftplusGrad() function
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32_grad/
Dactivation_grad.c115 int SoftplusGrad(const float *src0, const float *src1, int length, float *dst) { in SoftplusGrad() function
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Deltwise_grad_cpu_kernel.cc213 void EltWiseGradCPUKernel<T>::SoftplusGrad(const T *input1, const T *input2, T *out, size_t start, … in SoftplusGrad() function in mindspore::kernel::EltWiseGradCPUKernel
/third_party/mindspore/mindspore/ops/operations/
D_grad_ops.py1914 class SoftplusGrad(PrimitiveWithInfer): class