Home
last modified time | relevance | path

Searched defs:ArctanLoss (Results 1 – 2 of 2) sorted by relevance

/external/ceres-solver/include/ceres/
Dloss_function.h231 explicit ArctanLoss(double a) : a_(a), b_(1 / (a * a)) { } in ArctanLoss() function
/external/ceres-solver/internal/ceres/
Dloss_function_test.cc107 TEST(LossFunction, ArctanLoss) { in TEST() argument