cupy.testing.for_int_dtypes#
- cupy.testing.for_int_dtypes(name='dtype', no_bool=False)[source]#
Decorator that checks the fixture with integer and optionally bool dtypes.
- Parameters:
dtypes to be tested are
numpy.dtype('b'),numpy.dtype('h'),numpy.dtype('i'),numpy.dtype('l'),numpy.dtype('q'),numpy.dtype('B'),numpy.dtype('H'),numpy.dtype('I'),numpy.dtype('L'),numpy.dtype('Q'), andnumpy.bool_(optional).