Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ops/grad/
Dsqrt_grad.h28 SqrtGrad() : PrimitiveC(kNameSqrtGrad) { InitIOName({"out_backprop", "input"}, {"output"}); } in SqrtGrad() function
/third_party/mindspore/mindspore/_extends/graph_kernel/expanders/
Dsqrt_grad.py20 class SqrtGrad(Expander): class
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Deltwise_grad_cpu_kernel.cc77 void EltWiseGradCPUKernel<T>::SqrtGrad(const T *input1, const T *input2, T *out, size_t start, size… in SqrtGrad() function in mindspore::kernel::EltWiseGradCPUKernel
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dunary_op_grad_impl.cu126 void SqrtGrad(const T *input, const T *dout, T *output, const size_t count, cudaStream_t cuda_strea… in SqrtGrad() function
/third_party/mindspore/mindspore/ops/operations/
D_grad_ops.py160 class SqrtGrad(PrimitiveWithInfer): class