cupy.testing.for_unsigned_dtypes

cupy.testing.for_unsigned_dtypes(name='dtype')[source]

Decorator that checks the fixture with unsinged dtypes.

Parameters:name (str) – Argument name to which specified dtypes are passed.

dtypes to be tested are numpy.dtype('B'), numpy.dtype('H'),

numpy.dtype('I'), numpy.dtype('L'), and numpy.dtype('Q').