Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/dataset/vision/
Dvalidators.py23 …check_pos_float32, check_float32, check_2tuple, check_range, check_positive, INT32_MAX, INT32_MIN,…
428 check_2tuple(center, "center")
890 check_2tuple(tp, "policy[{0}][{1}]".format(sub_ind, op_ind))
/third_party/mindspore/mindspore/dataset/core/
Dvalidator_helpers.py191 def check_2tuple(value, arg_name=""): function