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

  /external/ceres-solver/include/ceres/
problem.h 129 disable_all_safety_checks(false) {}
163 // disable_all_safety_checks to true.
167 bool disable_all_safety_checks; member in struct:ceres::Problem::Options
  /external/ceres-solver/internal/ceres/
problem_impl.cc 101 if (!options_.disable_all_safety_checks) {
112 if (!options_.disable_all_safety_checks) {
250 if (!options_.disable_all_safety_checks) {
281 if (!options_.disable_all_safety_checks) {
    [all...]

Completed in 4485 milliseconds