Searched refs:check_uint32 (Results 1 – 4 of 4) sorted by relevance
/third_party/mindspore/mindspore/offline_debug/ |
D | mi_validators.py | 22 type_check_list, check_dir, check_uint32, check_uint64, check_iteration, check_param_id 49 check_uint32(max_mem_usage, "max_mem_usage") 63 check_uint32(id_value, "id") 64 check_uint32(watch_condition, "watch_condition") 94 check_uint32(id_value, "id") 152 check_uint32(slot, "slot") 154 check_uint32(rank_id, "rank_id") 155 check_uint32(root_graph_id, "root_graph_id") 242 check_uint32(slot, "slot") 244 check_uint32(watchpoint_id, "watchpoint_id") [all …]
|
D | mi_validator_helpers.py | 41 def check_uint32(arg, arg_name=""): function 152 check_uint32(param, info_name)
|
/third_party/mindspore/mindspore/dataset/text/ |
D | validators.py | 25 from ..core.validator_helpers import parse_user_args, type_check, type_check_list, check_uint32, \ 151 check_uint32(freq) 213 check_uint32(max_bytes_per_token) 287 check_uint32(max_bytes_per_token) 452 check_uint32(vocab_size, "vocab_size") 482 check_uint32(vocab_size, "vocab_size")
|
/third_party/mindspore/mindspore/dataset/core/ |
D | validator_helpers.py | 227 def check_uint32(value, arg_name=""): function
|