arrow.tensor
Module for [Tensor] class
Types 3
classTensor : gobject.object.ObjectWrap
Methods
TensorGidBuilder builder() static nothrowGet builder for [arrow.tensor.Tensor] Returns: New builder objectbool equal(arrow.tensor.Tensor otherTensor) nothrowarrow.buffer.Buffer getBuffer() nothrowstring getDimensionName(int i) nothrowint getNDimensions() nothrowlong[] getShape() nothrowlong getSize() nothrowlong[] getStrides() nothrowarrow.data_type.DataType getValueDataType() nothrowarrow.types.Type getValueType() nothrowbool isColumnMajor() nothrowbool isContiguous() nothrowbool isMutable() nothrowbool isRowMajor() nothrowConstructors
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
Fluent builder for arrow.tensor.Tensor