Searched refs:check_non_negative_float32 (Results 1 – 3 of 3) sorted by relevance
/third_party/mindspore/mindspore/dataset/audio/ |
D | validators.py | 22 …check_list_same_size, check_non_negative_float32, check_non_negative_int32, check_pos_float32, che… 319 check_non_negative_float32(mask_param, "mask_param") 321 check_non_negative_float32(mask_start, "mask_start") 323 check_non_negative_float32(mask_value, "mask_value") 332 check_non_negative_float32(power, "power") 408 check_non_negative_float32(gain, "gain")
|
/third_party/mindspore/mindspore/dataset/vision/ |
D | validators.py | 25 check_value_cutoff, check_value_ratio, check_odd, check_non_negative_float32 146 check_non_negative_float32(degrees, "degrees")
|
/third_party/mindspore/mindspore/dataset/core/ |
D | validator_helpers.py | 342 def check_non_negative_float32(value, arg_name=""): function
|