Searched defs:SmoothL1Loss (Results 1 – 4 of 4) sorted by relevance
33 …SmoothL1Loss() : PrimitiveC(kNameSmoothL1Loss) { InitIOName({"prediction", "target"}, {"output"});… in SmoothL1Loss() function
34 void SmoothL1Loss(const int &input_size, const float &beta, const T *prediction, const T *target, T… in SmoothL1Loss() function
385 class SmoothL1Loss(LossBase): class
2681 class SmoothL1Loss(PrimitiveWithInfer): class