// SPDX-License-Identifier: Apache-2.0
// SPDX-FileCopyrightText: Copyright the Vortex contributors
//! Fixed-shape Tensor extension type.
/// The VTable for the Tensor extension type.
;
pub use AnyFixedShapeTensor;
pub use FixedShapeTensorMatcherMetadata;
pub use FixedShapeTensorMetadata;