Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ops/grad/
Dsmooth_l1_loss_grad.h31 SmoothL1LossGrad() : PrimitiveC(kNameSmoothL1LossGrad) {} in SmoothL1LossGrad() function
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dsmooth_l1_loss_impl.cu55 void SmoothL1LossGrad(const int &input_size, const float &beta, const T *prediction, const T *targe… in SmoothL1LossGrad() function
/third_party/mindspore/mindspore/ops/operations/
D_grad_ops.py1840 class SmoothL1LossGrad(PrimitiveWithInfer): class