Expand description
Extension types.
This module is experimental. There might be breaking changes between minor releases.
Modules§
- canonical 🔒
- Canonical extension types.
Structs§
- Bool8
- The extension type for
8-bit Boolean
. - Fixed
Shape Tensor - The extension type for fixed shape tensor.
- Fixed
Shape Tensor Metadata - Extension type metadata for
FixedShapeTensor
. - Json
- The extension type for
JSON
. - Json
Metadata - Extension type metadata for
Json
. - Opaque
- The extension type for
Opaque
. - Opaque
Metadata - Extension type metadata for
Opaque
. - Uuid
- The extension type for
UUID
. - Variable
Shape Tensor - The extension type for
VariableShapeTensor
. - Variable
Shape Tensor Metadata - Extension type metadata for
VariableShapeTensor
.
Enums§
- Canonical
Extension Type - Canonical extension types.
Constants§
- EXTENSION_
TYPE_ METADATA_ KEY - The metadata key for a serialized representation of the
ExtensionType
necessary to reconstruct the custom type. - EXTENSION_
TYPE_ NAME_ KEY - The metadata key for the string name identifying an
ExtensionType
.
Traits§
- Extension
Type - Extension types.