TensorDimensionSelection
Selection of a single tensor dimension.
Fields fields
dimension
Type: uint32
The dimension number to select.
invert
Type: boolean
Invert the direction of the dimension.
Arrow datatype arrow-datatype
Struct {
    dimension: uint32
    invert: boolean
}API reference links api-reference-links
- 🌊 C++ API docs for TensorDimensionSelection
- 🐍 Python API docs for TensorDimensionSelection
- 🦀 Rust API docs for TensorDimensionSelection