Home
last modified time | relevance | path

Searched defs:max_iter (Results 1 – 13 of 13) sorted by relevance

/third_party/mindspore/mindspore-src/source/tests/st/optimizer/
Dtest_list_tuple_set_get_item_eliminate.py21 def construct(self, blocks, k, max_iter): argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/audio/ir/kernels/
Dinverse_mel_scale_ir.cc26 … float f_max, int32_t max_iter, float tolerance_loss, in InverseMelScaleOperation()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/audio/kernels/
Dinverse_mel_scale_op.h34 …Op(int32_t n_stft, int32_t n_mels, int32_t sample_rate, float f_min, float f_max, int32_t max_iter, in InverseMelScaleOp()
Daudio_utils.cc2151 … int32_t n_mels, int32_t sample_rate, float f_min, float f_max, int32_t max_iter, in InverseMelScaleImpl()
2238 … int32_t n_mels, int32_t sample_rate, float f_min, float f_max, int32_t max_iter, in InverseMelScale()
/third_party/mindspore/mindspore-src/source/tests/ut/cpp/dataset/
Drandom_crop_decode_resize_op_test.cc48 constexpr uint32_t max_iter = 10; in TEST_F() local
/third_party/astc-encoder/Source/
Dastcenc_partition_tables.cpp403 unsigned int max_iter = can_omit_partitionings ? 1 : 2; in build_partition_table_for_one_partition_count() local
/third_party/mesa3d/src/compiler/nir/
Dnir_opt_loop_unroll.c905 unsigned max_iter = shader->options->max_unroll_iterations; in check_unrolling_restrictions() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/hal/hccl_adapter/
Dhccl_adapter.cc576 auto max_iter = max_element(rank_ids.begin(), rank_ids.end()); in IsSameServer() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/audio/kernels/ir/
Dbindings.cc387 const py::dict &sgdargs, NormType norm, MelType mel_type) { in __anon4a2899b83602()
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/dataset/audio/
Dtransforms.py1715 … def __init__(self, n_stft, n_mels=128, sample_rate=16000, f_min=0.0, f_max=None, max_iter=100000, argument
/third_party/mindspore/mindspore-src/source/third_party/proto/caffe/
Dcaffe.proto153 optional int32 max_iter = 7; // the maximum number of iterations field
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/kernels/image/lite_cv/
Dimage_process.cc1378 int max_iter = std::max(m, 30); in Calculation() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/api/
Daudio.cc522 int32_t max_iter, float tolerance_loss, float tolerance_change, in InverseMelScale()