Home
last modified time | relevance | path

Searched defs:step_size (Results 1 – 25 of 30) sorted by relevance

12

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/callback/
Dds_callback.h34 explicit DSCallback(int32_t step_size = 1) : step_size_(step_size) {} in step_size_() argument
95 int32_t step_size() const { return step_size_; } in step_size() function
Dpy_ds_callback.h37 : DSCallback(step_size), in DSCallback() argument
/third_party/boost/boost/math/interpolators/
Dcubic_b_spline.hpp58 …pline<Real>::cubic_b_spline(const Real* const f, size_t length, Real left_endpoint, Real step_size, in cubic_b_spline()
65 …pline<Real>::cubic_b_spline(BidiIterator f, BidiIterator end_p, Real left_endpoint, Real step_size, in cubic_b_spline()
Dcardinal_cubic_b_spline.hpp55 …l>::cardinal_cubic_b_spline(const Real* const f, size_t length, Real left_endpoint, Real step_size, in cardinal_cubic_b_spline()
62 …l>::cardinal_cubic_b_spline(BidiIterator f, BidiIterator end_p, Real left_endpoint, Real step_size, in cardinal_cubic_b_spline()
/third_party/mindspore/tests/ut/python/dataset/
Dtest_callbacks.py33 def __init__(self, step_size=1, events=None, cb_id=0): argument
82 def generate_expected(epoch_num, step_num, step_size=1, map_num=1, repeat=1): argument
102 def build_test_case_1cb(epochs, steps, step_size=1, repeat=1): argument
221 def __init__(self, events, step_size=1): argument
/third_party/mindspore/include/api/callback/
Dlr_scheduler.h40 int step_size; // period of LR decay member
/third_party/mindspore/mindspore/dataset/callback/
Dds_callback.py45 def __init__(self, step_size=1): argument
144 def __init__(self, step_size=1): argument
/third_party/mindspore/mindspore/lite/include/train/
Dlr_scheduler.h41 int step_size; // period of LR decay member
/third_party/boost/libs/math/tools/
Dlambert_w_high_reference_values.cpp116 const RealType step_size = 0.5F; // Increment step size. in main() local
Dlambert_w_low_reference_values.cpp184 RealType step_size("0.01"); in main() local
/third_party/boost/boost/range/
Dirange.hpp133 integer_iterator_with_step(value_type first, difference_type step, value_type step_size) in integer_iterator_with_step()
216 irange(Integer first, Integer last, StepSize step_size) in irange()
/third_party/gstreamer/gstplugins_bad/gst/debugutils/
Dgstchopmydata.h48 int step_size; member
/third_party/boost/libs/range/test/
Dirange.cpp118 void test_irange(int first, int last, int step_size) in test_irange()
/third_party/flutter/skia/third_party/externals/libwebp/src/enc/
Dfilter_enc.c166 const int step_size = (delta_max - delta_min >= 4) ? 4 : 1; in VP8StoreFilterStats() local
/third_party/skia/third_party/externals/libwebp/src/enc/
Dfilter_enc.c166 const int step_size = (delta_max - delta_min >= 4) ? 4 : 1; in VP8StoreFilterStats() local
/third_party/gstreamer/gstplugins_bad/gst/siren/
Dcommon.c47 float step_size[8] = { variable
/third_party/boost/boost/math/interpolators/detail/
Dcubic_b_spline_detail.hpp106 …p<Real>::cubic_b_spline_imp(BidiIterator f, BidiIterator end_p, Real left_endpoint, Real step_size, in cubic_b_spline_imp()
Dcardinal_cubic_b_spline_detail.hpp106 …cardinal_cubic_b_spline_imp(BidiIterator f, BidiIterator end_p, Real left_endpoint, Real step_size, in cardinal_cubic_b_spline_imp()
/third_party/ffmpeg/libavcodec/
Ddcaadpcm.c184 softfloat quant, int32_t scale_factor, int32_t step_size, in ff_dcaadpcm_do_real()
Ddcaenc.c602 int32_t step_size; in get_step_size() local
647 int32_t step_size; in quantize_adpcm_subband() local
903 int32_t step_size; in fill_in_adpcm_bufer() local
Ddca_core.c694 int32_t step_size; in parse_subframe_audio() local
1021 int32_t audio[DCA_SUBBAND_SAMPLES], step_size, scale; in parse_xbr_subframe() local
1211 int32_t audio[DCA_SUBBAND_SAMPLES], step_size, scale; in parse_x96_subframe_audio() local
/third_party/boost/boost/random/
Dlinear_feedback_shift.hpp187 const int linear_feedback_shift_engine<UIntType, w, k, q, s>::step_size; member in boost::random::linear_feedback_shift_engine<UIntType, w, k, q, s>
/third_party/libsnd/src/G72x/
Dg72x.c298 int step_size (G72x_STATE *state_ptr) in step_size() function
/third_party/boost/libs/multiprecision/example/
Dgauss_laguerre_quadrature.cpp209 T step_size = 0.01F; in calculate() local
/third_party/ffmpeg/libavfilter/
Daf_dynaudnorm.c374 const double step_size = 1.0 / length; in fade() local
570 double step_size = 1.0; in setup_compress_thresh() local

12