Searched defs:SmoothL1LossGrad (Results 1 – 3 of 3) sorted by relevance
31 SmoothL1LossGrad() : PrimitiveC(kNameSmoothL1LossGrad) {} in SmoothL1LossGrad() function
55 void SmoothL1LossGrad(const int &input_size, const float &beta, const T *prediction, const T *targe… in SmoothL1LossGrad() function
1840 class SmoothL1LossGrad(PrimitiveWithInfer): class