cupy.testing.for_complex_dtypes

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

Decorator that checks the fixture with complex dtypes.

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

dtypes to be tested are numpy.complex64 and numpy.complex128.