cupy.testing.for_signed_dtypes#
- cupy.testing.for_signed_dtypes(name='dtype')[source]#
Decorator that checks the fixture with signed 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')
, andnumpy.dtype('q')
.