Searched refs:max_scratch_bytes_for_evaluate (Results 1 - 1 of 1) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Dprogram.cc462 int max_scratch_bytes_for_evaluate = 0; local
464 max_scratch_bytes_for_evaluate =
465 max(max_scratch_bytes_for_evaluate,
468 return max_scratch_bytes_for_evaluate;

Completed in 25 milliseconds