module documentation

Undocumented

Class TestAccuracy Undocumented
Function convert Undocumented
Constant IS_AVX Undocumented
Constant UNARY_OBJECT_UFUNCS Undocumented
Constant UNARY_UFUNCS Undocumented
Variable platform_skip Undocumented
Variable runtest Undocumented
Variable str_to_float Undocumented
def convert(s, datatype='np.float32'): (source)

Undocumented

Undocumented

Value
__cpu_features__.get('AVX512F', False) or __cpu_features__.get('FMA3', False) an
d __cpu_features__.get('AVX2', False)
UNARY_OBJECT_UFUNCS = (source)

Undocumented

Value
[uf for uf in UNARY_UFUNCS if 'O->O' in uf.types]
UNARY_UFUNCS = (source)

Undocumented

Value
[obj for obj in np.core.umath.__dict__.values() if isinstance(obj, np.ufunc)]
platform_skip = (source)

Undocumented

Undocumented

str_to_float = (source)

Undocumented