Selection of a single tensor dimension.
Fields
dimension
Type: non-null UInt32
The dimension number to select.
invert
Type: non-null Boolean
Invert the direction of the dimension.
Arrow datatype
Struct(
"dimension": non-null UInt32
"invert": non-null Boolean
)API reference links
- ๐ C++ API docs for
TensorDimensionSelection - ๐ Python API docs for
TensorDimensionSelection - ๐ฆ Rust API docs for
TensorDimensionSelection