TypeScript definitions for dtype
Shared kit for wetron parsers - IR types, dtype readers, flatbuffer helpers
Return a data type from a string representing the type
Return the data type of an array.
Return a list of ndarray data types to which a provided ndarray data type can be safely cast.
Return the data type string associated with a supported ndarray data type value.
Resolve the output data type from a list of input ndarray data types.
Return the data type string associated with an ndarray data type enumeration constant.
Return a list of ndarray data types to which a provided ndarray data type can be safely cast and, for floating-point data types, can be downcast.
Return a list of ndarray data types to which a provided ndarray data type can be safely cast or cast within the same kind.
Return the description for a provided data type.
Return the single letter character abbreviation for an underlying array data type.
Return the data type of a complex number.
Return the enumeration constant associated with an ndarray data type string.
Array constructors.
Return the enumeration constant associated with a supported ndarray data type value.
Return an object mapping supported data type strings to data type objects.
Complex numbers.
Return an accessor function for retrieving an element from an array-like object supporting the get/set protocol.
Return the data type of a provided ndarray.
Return the alignment (in bytes) for an underlying array data type.
List of ndarray data type strings.
Return an accessor function for retrieving an element from an indexed array-like object.
TypeScript definitions for ndarray