Tensor Layout.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.1
C#
Assembly: Numerics.NET.Tensors (in Numerics.NET.Tensors.dll) Version: 9.0.1
public int Offset { get; }
Property Value
Int32Remarks
The offset may be non-zero when one or more of the strides is negative.