HomeSort by relevance Sort by last modified time
    Searched refs:step_size (Results 1 - 25 of 45) sorted by null

1 2

  /external/ceres-solver/internal/ceres/
line_search_minimizer.h 56 step_size(0.0) {
65 double step_size; member in struct:ceres::internal::LineSearchMinimizer::State
line_search.cc 147 // Returns step_size \in [min_step_size, max_step_size] which minimizes the
213 double step_size = 0.0, unused_min_value = 0.0; local
215 &step_size, &unused_min_value);
216 return step_size;
233 // Note initial_cost & initial_gradient are evaluated at step_size = 0,
282 const double step_size = local
291 if (step_size * descent_direction_max_norm < options().min_step_size) {
293 StringPrintf("Line search failed: step_size too small: %.5e "
294 "with descent_direction_max_norm: %.5e.", step_size,
301 current.x = step_size;
597 const double step_size = local
    [all...]
callbacks.cc 75 summary.step_size,
line_search_minimizer.cc 328 current_state.step_size = line_search_summary.optimal_step_size;
329 delta = current_state.step_size * current_state.search_direction;
365 iteration_summary.step_size = current_state.step_size;
line_search_direction.cc 120 previous.search_direction * previous.step_size,
174 const Vector delta_x = previous.search_direction * previous.step_size;
  /tools/test/connectivity/acts/framework/acts/test_utils/tel/
tel_atten_utils.py 37 def set_atten(log, atten_obj, target_atten, step_size=0, time_per_step=0):
44 step_size: step size (in unit of dBm) for 'attenuation value setting'.
45 This is optional. Default value is 0. If step_size is 0, it means
61 if step_size > 0:
62 info += ", step size {}, time per step {}s.".format(step_size,
67 if step_size > 0:
68 number_of_steps = int(abs(delta) / step_size)
71 current_atten += math.copysign(step_size,
86 step_size=0,
95 step_size: step size (in unit of dBm) for 'RSSI value setting'
    [all...]
  /external/ceres-solver/include/ceres/
iteration_callback.h 57 step_size(0.0),
129 double step_size; member in struct:ceres::IterationSummary
dynamic_numeric_diff_cost_function.h 174 ParameterVector step_size = x.array().abs() * relative_step_size; local
177 // the mean step_size for the other dimensions.
178 double fallback_step_size = step_size.sum() / step_size.rows();
181 // relative step_size as absolute step_size and hope for the best.
188 if (step_size(j) == 0.0) {
190 // mean step_size from the other parameters. This can break in
193 step_size(j) = fallback_step_size;
195 x_plus_delta(j) = x(j) + step_size(j)
    [all...]
  /external/ceres-solver/include/ceres/internal/
numeric_diff.h 122 ParameterVector step_size = x.array().abs() * relative_step_size; local
125 // the mean step_size for the other dimensions. If all the
129 (step_size.sum() == 0)
131 : step_size.sum() / step_size.rows();
139 (step_size(j) == 0.0) ? fallback_step_size : step_size(j);
  /external/v8/test/unittests/heap/
gc-idle-time-handler-unittest.cc 43 size_t step_size = GCIdleTimeHandler::EstimateMarkingStepSize(1, 0); local
47 step_size); local
53 size_t step_size = GCIdleTimeHandler::EstimateMarkingStepSize( local
57 step_size); local
62 size_t step_size = GCIdleTimeHandler::EstimateMarkingStepSize( local
65 step_size); local
70 size_t step_size = GCIdleTimeHandler::EstimateMarkingStepSize( local
73 step_size); local
  /external/chromium-trace/catapult/dashboard/dashboard/
find_step.py 70 step_size = abs(math_utils.Mean(left) - math_utils.Mean(right))
71 if not step_size:
76 return step_size / distance
  /external/speex/include/speex/
speex_jitter.h 119 * @param step_size Starting value for the size of concleanment packets and delay
124 JitterBuffer *jitter_buffer_init(int step_size);
  /external/v8/src/profiler/
sampling-heap-profiler.h 158 SamplingAllocationObserver(Heap* heap, intptr_t step_size, uint64_t rate,
161 : AllocationObserver(step_size),
  /build/tools/releasetools/
test_common.py 25 def random_string_with_holes(size, block_size, step_size):
27 for begin in range(0, size, step_size):
39 step_size = 4 * megabytes
41 size, block_size, step_size)
  /external/opencv3/modules/photo/src/
arrays.hpp 176 inline int step_size(int dimension) function in struct:cv::Array4d
  /external/v8/src/heap/
incremental-marking.h 223 Observer(IncrementalMarking& incremental_marking, intptr_t step_size)
224 : AllocationObserver(step_size),
  /external/webrtc/talk/app/webrtc/test/
fakeaudiocapturemodule.h 138 int32_t SpeakerVolumeStepSize(uint16_t* step_size) const override;
146 int32_t MicrophoneVolumeStepSize(uint16_t* step_size) const override;
  /external/webp/src/enc/
filter.c 237 const int step_size = (delta_max - delta_min >= 4) ? 4 : 1; local
252 for (d = delta_min; d <= delta_max; d += step_size) {
  /external/opencv3/3rdparty/libwebp/enc/
filter.c 362 const int step_size = (delta_max - delta_min >= 4) ? 4 : 1; local
377 for (d = delta_min; d <= delta_max; d += step_size) {
  /hardware/qcom/msm8994/kernel-headers/linux/
msm_vidc_enc.h 290 unsigned long step_size; member in struct:venc_range
  /hardware/qcom/msm8994/original-kernel-headers/linux/
msm_vidc_enc.h 519 unsigned long step_size; member in struct:venc_range
  /hardware/qcom/msm8996/kernel-headers/linux/
msm_vidc_enc.h 290 unsigned long step_size; member in struct:venc_range
  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm_vidc_enc.h 519 unsigned long step_size; member in struct:venc_range
  /hardware/qcom/msm8x84/kernel-headers/linux/
msm_vidc_enc.h 290 unsigned long step_size; member in struct:venc_range
  /hardware/qcom/msm8x84/original-kernel-headers/linux/
msm_vidc_enc.h 519 unsigned long step_size; member in struct:venc_range

Completed in 348 milliseconds

1 2