Example #1
0
def for_signed_dtypes_bincount(name='dtype'):
    return testing.for_dtypes(_signed_types, name=name)
Example #2
0
def for_all_dtypes_bincount(name='dtype'):
    return testing.for_dtypes(_all_types, name=name)
Example #3
0
def for_dtypes_except_uint64(name="dtype"):
    return testing.for_dtypes(_except_uint64, name=name)
Example #4
0
def for_signed_dtypes_bincount(name="dtype"):
    return testing.for_dtypes(_signed_types, name=name)
Example #5
0
def for_all_dtypes_bincount(name="dtype"):
    return testing.for_dtypes(_all_types, name=name)
Example #6
0
def for_dtypes_except_uint64(name='dtype'):
    return testing.for_dtypes(_except_uint64, name=name)