Searched defs:SoftplusGrad (Results 1 – 4 of 4) sorted by relevance
| /third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/ |
| D | softplus_impl.cu | 65 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/ |
| D | activation_grad.c | 115 int SoftplusGrad(const float *src0, const float *src1, int length, float *dst) { in SoftplusGrad() function
|
| /third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/ |
| D | eltwise_grad_cpu_kernel.cc | 213 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.py | 1914 class SoftplusGrad(PrimitiveWithInfer): class
|