cupy.testing.for_signed_dtypes_combination#
- cupy.testing.for_signed_dtypes_combination(names=('dtype',), full=None)[source]#
Decorator for parameterized test w.r.t. the product set of signed dtypes.
- Parameters:
names (list of str) – Argument names to which dtypes are passed.
full (bool) – If
True
, then all combinations of dtypes will be tested. Otherwise, the subset of combinations will be tested (see description incupy.testing.for_dtypes_combination()
).