Searched refs:check_2tuple (Results 1 – 2 of 2) sorted by relevance
/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,… 428 check_2tuple(center, "center") 890 check_2tuple(tp, "policy[{0}][{1}]".format(sub_ind, op_ind))
|
/third_party/mindspore/mindspore/dataset/core/ |
D | validator_helpers.py | 191 def check_2tuple(value, arg_name=""): function
|