Expand description
Arrow Tensor Type, defined in
format/Tensor.fbs
.
Structs§
- Tensor
- Tensor of primitive types
Functions§
- compute_
column_ 🔒major_ strides - Computes the strides required assuming a column major memory layout
- compute_
row_ 🔒major_ strides - Computes the strides required assuming a row major memory layout
Type Aliases§
- Boolean
Tensor - Tensor of type BooleanType
- Date32
Tensor - Tensor of type Int8Type
- Date64
Tensor - Tensor of type Int16Type
- Decimal128
Tensor - Tensor of type Decimal128Type
- Decimal256
Tensor - Tensor of type Decimal256Type
- Duration
Microsecond Tensor - Tensor of type DurationMicrosecondType
- Duration
Millisecond Tensor - Tensor of type DurationMillisecondType
- Duration
Nanosecond Tensor - Tensor of type DurationNanosecondType
- Duration
Second Tensor - Tensor of type DurationSecondType
- Float16
Tensor - Tensor of type Float16Type
- Float32
Tensor - Tensor of type Float32Type
- Float64
Tensor - Tensor of type Float64Type
- Int8
Tensor - Tensor of type Int8Type
- Int16
Tensor - Tensor of type Int16Type
- Int32
Tensor - Tensor of type Int32Type
- Int64
Tensor - Tensor of type Int64Type
- Interval
DayTime Tensor - Tensor of type IntervalDayTimeType
- Interval
Month DayNano Tensor - Tensor of type IntervalMonthDayNanoType
- Interval
Year Month Tensor - Tensor of type IntervalYearMonthType
- Time32
Millisecond Tensor - Tensor of type Time32MillisecondType
- Time32
Second Tensor - Tensor of type Time32SecondType
- Time64
Microsecond Tensor - Tensor of type Time64MicrosecondType
- Time64
Nanosecond Tensor - Tensor of type Time64NanosecondType
- Timestamp
Microsecond Tensor - Tensor of type TimestampMicrosecondType
- Timestamp
Millisecond Tensor - Tensor of type TimestampMillisecondType
- Timestamp
Nanosecond Tensor - Tensor of type TimestampNanosecondType
- Timestamp
Second Tensor - Tensor of type TimestampSecondType
- UInt8
Tensor - Tensor of type UInt8Type
- UInt16
Tensor - Tensor of type UInt16Type
- UInt32
Tensor - Tensor of type UInt32Type
- UInt64
Tensor - Tensor of type UInt64Type