Searched defs:SmoothL1Loss (Results 1 – 4 of 4) sorted by relevance
35 …SmoothL1Loss() : BaseOperator(kNameSmoothL1Loss) { InitIOName({"prediction", "target"}, {"output"}… in SmoothL1Loss() function
122 cudaError_t SmoothL1Loss(const SmoothL1LossReductionMode mode, const int64_t input_size, const floa… in SmoothL1Loss() function
545 class SmoothL1Loss(LossBase): class
2355 class SmoothL1Loss(Primitive): class