Home
last modified time | relevance | path

Searched defs:ReluGrad (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/tests/vm_impl/
Dvm_impl_function.py19 def ReluGrad(y_backprop, x): function
/third_party/mindspore/mindspore/_extends/graph_kernel/expanders/
Drelu_grad.py20 class ReluGrad(Expander): class
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32_grad/
Dactivation_grad.c24 int ReluGrad(const float *src0, const float *src1, size_t length, float *dst) { in ReluGrad() function
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Deltwise_grad_cpu_kernel.cc29 void EltWiseGradCPUKernel<T>::ReluGrad(const T *input1, const T *input2, T *out, size_t start, size… in ReluGrad() function in mindspore::kernel::EltWiseGradCPUKernel
/third_party/mindspore/mindspore/ops/operations/
D_grad_ops.py1580 class ReluGrad(Primitive): class