Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/dataset/core/
Dvalidator_helpers.py26 POS_INT_MIN = 1 variable
248 check_value(value, [POS_INT_MIN, UINT32_MAX])
260 check_value(value, [POS_INT_MIN, INT32_MAX], arg_name)
284 check_value(value, [POS_INT_MIN, INT64_MAX])
/third_party/mindspore/mindspore/dataset/transforms/
Dvalidators.py27 POS_INT_MIN = 1 variable