cupy.testing.for_int_dtypes_combination#

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

Decorator for parameterized test w.r.t. the product set of int and boolean.

Parameters:
  • names (list of str) – Argument names to which dtypes are passed.

  • no_bool (bool) – If True, numpy.bool_ is omitted from candidate dtypes.

  • 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()).