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

  /external/ceres-solver/include/ceres/
types.h 229 USER_ABORT,
247 // anyways. Solver::Summary::termination_type is set to USER_ABORT.
  /external/ceres-solver/internal/ceres/
solver.cc 118 termination_type != USER_ABORT) {
214 if (termination_type != NUMERICAL_FAILURE && termination_type != USER_ABORT) {
types.cc 158 CASESTR(USER_ABORT);
trust_region_minimizer.cc 213 summary->termination_type = USER_ABORT;
214 VLOG(1) << "Terminating: User callback returned USER_ABORT.";
544 summary->termination_type = USER_ABORT;
545 VLOG(1) << "Terminating: User callback returned USER_ABORT.";
solver_impl.cc 462 if (summary->termination_type == USER_ABORT ||
    [all...]

Completed in 162 milliseconds