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

  /external/ceres-solver/internal/ceres/
line_search.cc 339 // interval: (step_size_{k-1}, step_size_{k}) contains step lengths satisfying
342 // 1. step_size_{k} violates the sufficient decrease (Armijo) condition.
343 // 2. f(step_size_{k}) >= f(step_size_{k-1}).
344 // 3. f'(step_size_{k}) >= 0.
346 // Caveat: If f(step_size_{k}) is invalid, then step_size is reduced, ignoring
  /external/chromium_org/chrome_frame/test/perf/
chrome_frame_perftest.cc 423 step_size_(kStepSize),
435 step_size_));
438 step_size_));
443 step_size_));
447 step_size_));
464 size_t step_size_; member in class:ChromeFrameBinariesLoadTest
    [all...]

Completed in 172 milliseconds