Searched refs:apply_loss_function (Results 1 - 8 of 8) sorted by relevance

/external/ceres-solver/include/ceres/
H A Dcovariance.h212 apply_loss_function(true) {
321 // functions, setting apply_loss_function to false will turn off
326 bool apply_loss_function; member in struct:ceres::Covariance::Options
H A Dproblem.h384 : apply_loss_function(true),
416 // functions, setting apply_loss_function to false will turn off
421 bool apply_loss_function; member in struct:ceres::Problem::EvaluateOptions
/external/ceres-solver/internal/ceres/
H A Devaluator.h124 : apply_loss_function(true) {
129 bool apply_loss_function; member in struct:ceres::internal::Evaluator::EvaluateOptions
H A Dresidual_block.h97 // apply_loss_function as the name implies allows the user to switch
99 bool Evaluate(bool apply_loss_function,
H A Dresidual_block.cc67 bool ResidualBlock::Evaluate(const bool apply_loss_function, argument
158 if (loss_function_ == NULL || !apply_loss_function) {
H A Dprogram_evaluator.h211 evaluate_options.apply_loss_function,
H A Dcovariance_impl.cc83 evaluate_options_.apply_loss_function = options.apply_loss_function;
H A Dproblem_impl.cc739 evaluator_evaluate_options.apply_loss_function =
740 evaluate_options.apply_loss_function;

Completed in 160 milliseconds