Searched defs:ArctanLoss (Results 1 – 2 of 2) sorted by relevance
231 explicit ArctanLoss(double a) : a_(a), b_(1 / (a * a)) { } in ArctanLoss() function
107 TEST(LossFunction, ArctanLoss) { in TEST() argument