Searched refs:loss_function_ (Results 1 - 3 of 3) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Dresidual_block.h107 const LossFunction* loss_function() const { return loss_function_; }
136 const LossFunction* loss_function_; member in class:ceres::internal::ResidualBlock
H A Dc_api.cc103 : loss_function_(loss_function), user_data_(user_data) {}
105 (*loss_function_)(user_data_, sq_norm, rho);
109 ceres_loss_function_t loss_function_; member in class:CallbackLossFunction
H A Dresidual_block.cc57 loss_function_(loss_function),
158 if (loss_function_ == NULL || !apply_loss_function) {
164 loss_function_->Evaluate(squared_norm, rho);

Completed in 102 milliseconds