Module extension

Source
Expand description

Extension types.

This module is experimental. There might be breaking changes between minor releases.

Structs§

Bool8canonical_extension_types
The extension type for 8-bit Boolean.
FixedShapeTensorcanonical_extension_types
The extension type for fixed shape tensor.
FixedShapeTensorMetadatacanonical_extension_types
Extension type metadata for FixedShapeTensor.
Jsoncanonical_extension_types
The extension type for JSON.
JsonMetadatacanonical_extension_types
Extension type metadata for Json.
Opaquecanonical_extension_types
The extension type for Opaque.
OpaqueMetadatacanonical_extension_types
Extension type metadata for Opaque.
Uuidcanonical_extension_types
The extension type for UUID.
VariableShapeTensorcanonical_extension_types
The extension type for VariableShapeTensor.
VariableShapeTensorMetadatacanonical_extension_types
Extension type metadata for VariableShapeTensor.

Enums§

CanonicalExtensionTypecanonical_extension_types
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§

ExtensionType
Extension types.