Searched refs:check_float32 (Results 1 – 3 of 3) sorted by relevance
/third_party/mindspore/mindspore/dataset/audio/ |
D | validators.py | 21 from mindspore.dataset.core.validator_helpers import check_float32, check_float32_not_zero, check_i… 62 check_float32(central_freq, "central_freq") 84 check_float32(gain, "gain") 106 check_float32(cutoff_freq, "cutoff_freq") 251 check_float32(value, "a_coeffs[{0}]".format(i)) 254 check_float32(value, "b_coeffs[{0}]".format(i)) 361 check_float32(coeff, arg_name) 412 check_float32(gain, "gain")
|
/third_party/mindspore/mindspore/dataset/vision/ |
D | validators.py | 23 …check_pos_float32, check_float32, check_2tuple, check_range, check_positive, INT32_MAX, INT32_MIN,… 151 check_float32(value, "degrees") 456 check_float32(degrees, "degrees") 740 check_float32(rescale) 741 check_float32(shift)
|
/third_party/mindspore/mindspore/dataset/core/ |
D | validator_helpers.py | 298 def check_float32(value, arg_name=""): function
|