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

  /external/ceres-solver/internal/ceres/
residual_block.h 96 const LossFunction* loss_function() const { return loss_function_; }
117 const LossFunction* loss_function_; member in class:ceres::internal::ResidualBlock
residual_block.cc 54 loss_function_(loss_function),
155 if (loss_function_ == NULL) {
161 loss_function_->Evaluate(squared_norm, rho);

Completed in 198 milliseconds