cupy.testing.for_unsigned_dtypes_combination#

cupy.testing.for_unsigned_dtypes_combination(names=('dtype',), full=None)[source]#

Decorator for parameterized test w.r.t. the product set of unsigned 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 in cupy.testing.for_dtypes_combination()).