Home
last modified time | relevance | path

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

/external/ceres-solver/include/ceres/
Dloss_function.h364 class LossFunctionWrapper : public LossFunction {
366 LossFunctionWrapper(LossFunction* rho, Ownership ownership) in LossFunctionWrapper() function
370 virtual ~LossFunctionWrapper() { in ~LossFunctionWrapper()
392 CERES_DISALLOW_COPY_AND_ASSIGN(LossFunctionWrapper);
/external/ceres-solver/internal/ceres/
Dloss_function_test.cc192 TEST(LossFunction, LossFunctionWrapper) { in TEST() argument
195 LossFunctionWrapper loss_function_wrapper(new HuberLoss(1.0), in TEST()