dtypes
There are 54 repositories under dtypes topic.
pytorch/ao
PyTorch native quantization and sparsity for training and inference
DanielAvdar/pandas-pyarrow
Seamlessly switch Pandas DataFrame backend to PyArrow.
stdlib-js/array-dtype
Return the data type of an array.
stdlib-js/array-dtypes
List of array data types.
stdlib-js/array-typed-complex-ctors
Complex typed array constructors.
stdlib-js/array-typed-dtypes
List of typed array data types.
stdlib-js/array-typed-float-ctors
Floating-point typed array constructors.
stdlib-js/array-typed-float-dtypes
List of typed array floating-point data types.
stdlib-js/array-typed-integer-ctors
Integer-valued typed array constructors.
stdlib-js/array-typed-integer-dtypes
List of typed array integer data types.
stdlib-js/array-typed-real-ctors
Typed array constructors.
stdlib-js/array-typed-real-dtypes
List of typed array data types.
stdlib-js/array-typed-real-float-dtypes
List of typed array real-valued floating-point data types.
stdlib-js/array-typed-signed-integer-dtypes
List of typed array signed integer data types.
stdlib-js/complex-ctors
Complex number constructors.
stdlib-js/ndarray-base-buffer-ctors
ndarray data buffer constructors.
stdlib-js/ndarray-base-buffer-dtype-enum
Return the data type enumeration constant of an ndarray data buffer.
stdlib-js/ndarray-base-dtype-resolve-enum
Return the enumeration constant associated with a supported ndarray data type value.
stdlib-js/ndarray-base-dtype-str2enum
Return the enumeration constant associated with an ndarray data type string.
stdlib-js/ndarray-dtypes
List of ndarray data types.
stdlib-js/strided-base-dtype-resolve-enum
Return the enumeration constant associated with a supported strided array data type value.
grauho/sdc
A simple tool to convert .safetensor files that include certain large dtypes into ones that don't
stdlib-js/array-typed-real-float-ctors
Real-valued floating-point typed array constructors.
stdlib-js/array-typed-signed-integer-ctors
Signed integer typed array constructors.
stdlib-js/array-typed-unsigned-integer-ctors
Unsigned integer typed array constructors.
stdlib-js/array-typed-unsigned-integer-dtypes
List of typed array unsigned integer data types.
stdlib-js/ndarray-base-output-policy-enum2str
Return the data type string associated with an ndarray data type enumeration constant.
stdlib-js/ndarray-base-output-policy-resolve-enum
Return the enumeration constant associated with a supported ndarray data type policy value.
stdlib-js/ndarray-base-output-policy-resolve-str
Return the policy string associated with a supported ndarray data type policy value.
stdlib-js/ndarray-base-output-policy-str2enum
Return the enumeration constant associated with an output ndarray data type policy string.
stdlib-js/ndarray-base-unary-output-dtype
Resolve the output ndarray data type for a unary function.
stdlib-js/ndarray-output-dtype-policies
List of output ndarray data type policies.
stdlib-js/strided-base-mskunary-dtype-signatures
Generate a list of masked unary interface signatures from strided array data types.
stdlib-js/strided-base-mskunary-signature-callbacks
Assign callbacks to masked unary interfaces according to type promotion rules.
stdlib-js/strided-base-unary-dtype-signatures
Generate a list of unary interface signatures from strided array data types.
stdlib-js/strided-base-unary-signature-callbacks
Assign callbacks to binary interfaces according to type promotion rules.