arrow.tensor

Module for [Tensor] class

Types 3

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
Tensor self() nothrowReturns `this`, for use in `with` statements.
TensorGidBuilder builder() static nothrowGet builder for [arrow.tensor.Tensor] Returns: New builder object
arrow.buffer.Buffer buffer() @property nothrow
bool equal(arrow.tensor.Tensor otherTensor) nothrow
string getDimensionName(int i) nothrow
int getNDimensions() nothrow
long[] getShape() nothrow
long getSize() nothrow
long[] getStrides() nothrow
bool isColumnMajor() nothrow
bool isContiguous() nothrow
bool isMutable() nothrow
bool isRowMajor() nothrow
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 implementation template for arrow.tensor.Tensor

Methods
T buffer(arrow.buffer.Buffer propval) nothrow
T tensor(void * propval) nothrow

Fluent builder for arrow.tensor.Tensor

Methods
Tensor build() nothrowCreate object from builder. Returns: New object