Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/core/ops/grad/
Dsmooth_l1_loss_grad.h32 SmoothL1LossGrad() : BaseOperator(kNameSmoothL1LossGrad) {} in SmoothL1LossGrad() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/cuda_impl/cuda_ops/
Dsmooth_l1_loss_impl.cu245 cudaError_t SmoothL1LossGrad(const SmoothL1LossReductionMode mode, const int64_t input_size, const … in SmoothL1LossGrad() function
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/ops/operations/
D_grad_ops.py1683 class SmoothL1LossGrad(Primitive): class