/third_party/mindspore/mindspore/ccsrc/minddata/dataset/callback/ |
D | ds_callback.h | 34 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
|
D | py_ds_callback.h | 37 : DSCallback(step_size), in DSCallback() argument
|
/third_party/boost/boost/math/interpolators/ |
D | cubic_b_spline.hpp | 58 …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()
|
D | cardinal_cubic_b_spline.hpp | 55 …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/ |
D | test_callbacks.py | 33 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/ |
D | lr_scheduler.h | 40 int step_size; // period of LR decay member
|
/third_party/mindspore/mindspore/dataset/callback/ |
D | ds_callback.py | 45 def __init__(self, step_size=1): argument 144 def __init__(self, step_size=1): argument
|
/third_party/mindspore/mindspore/lite/include/train/ |
D | lr_scheduler.h | 41 int step_size; // period of LR decay member
|
/third_party/boost/libs/math/tools/ |
D | lambert_w_high_reference_values.cpp | 116 const RealType step_size = 0.5F; // Increment step size. in main() local
|
D | lambert_w_low_reference_values.cpp | 184 RealType step_size("0.01"); in main() local
|
/third_party/boost/boost/range/ |
D | irange.hpp | 133 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/ |
D | gstchopmydata.h | 48 int step_size; member
|
/third_party/boost/libs/range/test/ |
D | irange.cpp | 118 void test_irange(int first, int last, int step_size) in test_irange()
|
/third_party/flutter/skia/third_party/externals/libwebp/src/enc/ |
D | filter_enc.c | 166 const int step_size = (delta_max - delta_min >= 4) ? 4 : 1; in VP8StoreFilterStats() local
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
D | filter_enc.c | 166 const int step_size = (delta_max - delta_min >= 4) ? 4 : 1; in VP8StoreFilterStats() local
|
/third_party/gstreamer/gstplugins_bad/gst/siren/ |
D | common.c | 47 float step_size[8] = { variable
|
/third_party/boost/boost/math/interpolators/detail/ |
D | cubic_b_spline_detail.hpp | 106 …p<Real>::cubic_b_spline_imp(BidiIterator f, BidiIterator end_p, Real left_endpoint, Real step_size, in cubic_b_spline_imp()
|
D | cardinal_cubic_b_spline_detail.hpp | 106 …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/ |
D | dcaadpcm.c | 184 softfloat quant, int32_t scale_factor, int32_t step_size, in ff_dcaadpcm_do_real()
|
D | dcaenc.c | 602 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
|
D | dca_core.c | 694 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/ |
D | linear_feedback_shift.hpp | 187 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/ |
D | g72x.c | 298 int step_size (G72x_STATE *state_ptr) in step_size() function
|
/third_party/boost/libs/multiprecision/example/ |
D | gauss_laguerre_quadrature.cpp | 209 T step_size = 0.01F; in calculate() local
|
/third_party/ffmpeg/libavfilter/ |
D | af_dynaudnorm.c | 374 const double step_size = 1.0 / length; in fade() local 570 double step_size = 1.0; in setup_compress_thresh() local
|