HomeSort by relevance Sort by last modified time
    Searched full:loss_function_ (Results 1 - 3 of 3) sorted by null

  /external/ceres-solver/internal/ceres/
c_api.cc 103 : 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
residual_block.cc 57 loss_function_(loss_function),
158 if (loss_function_ == NULL || !apply_loss_function) {
164 loss_function_->Evaluate(squared_norm, rho);
residual_block.h 107 const LossFunction* loss_function() const { return loss_function_; }
136 const LossFunction* loss_function_; member in class:ceres::internal::ResidualBlock

Completed in 85 milliseconds