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
}

Used by used-by