Home
last modified time | relevance | path

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

/external/ceres-solver/internal/ceres/
Dproblem_impl.cc169 loss_functions_to_delete_.push_back( in DeleteBlock()
199 loss_functions_to_delete_.reserve(num_residual_blocks); in ~ProblemImpl()
214 STLDeleteUniqueContainerPointers(loss_functions_to_delete_.begin(), in ~ProblemImpl()
215 loss_functions_to_delete_.end()); in ~ProblemImpl()
Dproblem_impl.h184 vector<LossFunction*> loss_functions_to_delete_; variable