Home
last modified time | relevance | path

Searched refs:check_uint8 (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/dataset/vision/
Dvalidators.py22 from mindspore.dataset.core.validator_helpers import check_value, check_uint8, FLOAT_MIN_INTEGER, F…
121 check_uint8(fill_value)
124 check_uint8(value)
235 check_uint8(item, "bits")
/third_party/mindspore/mindspore/dataset/core/
Dvalidator_helpers.py215 def check_uint8(value, arg_name=""): function