Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/dataset/vision/
Dvalidators.py24 …parse_user_args, type_check, type_check_list, check_c_tensor_op, UINT8_MAX, check_value_normalize_…
891check_c_tensor_op(tp[0], "op of (op, prob) in policy[{0}][{1}]".format(sub_ind, op_ind))
/third_party/mindspore/mindspore/dataset/core/
Dvalidator_helpers.py721 def check_c_tensor_op(param, param_name): function