TensorDimension
A single dimension within a multi-dimensional tensor.
Fields fields
size
Type: uint64
The length of this dimension.
name
Type: nullable utf8
The name of this dimension, e.g. "width", "height", "channel", "batch', ….
Arrow datatype arrow-datatype
Struct {
size: uint64
name: nullable utf8
}
API reference links api-reference-links
- 🌊 C++ API docs for
TensorDimension
- 🐍 Python API docs for
TensorDimension
- 🦀 Rust API docs for
TensorDimension