TensorLayout.Offset Property

Gets the linear offset of the first element in the tensor.

Definition

Namespace: Numerics.NET.Tensors
Assembly: Numerics.NET.Tensors (in Numerics.NET.Tensors.dll) Version: 9.0.0
C#
public int Offset { get; }

Property Value

Int32

Remarks

The offset may be non-zero when one or more of the strides is negative.

See Also