Home
last modified time | relevance | path

Searched refs:_check_is_int (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/ops/composite/
Darray_ops.py27 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/
Dutils_const.py306 def _check_is_int(dtype): function
Darray_ops.py33 _raise_unimplemented_error, _cumprod, _get_device, _check_is_int
2161 if not _check_is_int(F.dtype(a)):
Dmath_ops.py41 _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)):