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

  /external/ceres-solver/internal/ceres/
minimizer.cc 57 summary->termination_type = USER_ABORT;
58 VLOG(1) << "Terminating: User callback returned USER_ABORT.";
solver.cc 146 termination_type != USER_ABORT) {
322 termination_type != USER_ABORT) {
types.cc 288 CASESTR(USER_ABORT);
solver_impl.cc 584 if (summary->termination_type == USER_ABORT ||
    [all...]
  /external/ceres-solver/include/ceres/
types.h 327 USER_ABORT,
345 // anyways. Solver::Summary::termination_type is set to USER_ABORT.

Completed in 1068 milliseconds