Searched refs:_check_is_int (Results 1 – 4 of 4) sorted by relevance
/third_party/mindspore/mindspore/ops/composite/ |
D | array_ops.py | 27 def _check_is_int(arg_value, arg_name, op_name): function 94 axis = _check_is_int(axis, "axis", "repeat_elements")
|
/third_party/mindspore/mindspore/numpy/ |
D | utils_const.py | 306 def _check_is_int(dtype): function
|
D | array_ops.py | 33 _raise_unimplemented_error, _cumprod, _get_device, _check_is_int 2161 if not _check_is_int(F.dtype(a)):
|
D | math_ops.py | 41 _is_shape_empty, _check_is_int, _expanded_shape, _check_axis_in_range, \ 1624 if _check_is_int(dtype): 2247 if not _check_is_int(weights.dtype): 4637 if not _check_is_int(F.dtype(x)):
|