Home
last modified time | relevance | path

Searched refs:loss_function3 (Results 1 – 1 of 1) sorted by relevance

/external/ceres-solver/internal/ceres/
Dloss_function_test.cc217 HuberLoss loss_function3(0.3); in TEST() local
218 loss_function_wrapper.Reset(&loss_function3, DO_NOT_TAKE_OWNERSHIP); in TEST()
220 loss_function3.Evaluate(s, rho_gold); in TEST()