arrow.tensor

Module for [Tensor] class

Types 3

Methods
GType _gType() @property
Tensor self()Returns `this`, for use in `with` statements.
TensorGidBuilder builder()Get builder for [arrow.tensor.Tensor] Returns: New builder object
bool equal(arrow.tensor.Tensor otherTensor)
string getDimensionName(int i)
long[] getShape()
long getSize()
long[] getStrides()
bool isMutable()
bool isRowMajor()
Constructors
this(void * ptr, Flag!"Take" take)
this(arrow.data_type.DataType dataType, arrow.buffer.Buffer data, long[] shape, long[] strides = null, string[] dimensionNames = null)

Fluent builder for [arrow.tensor.Tensor]

Methods