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