TensorLayout.Item Property

Gets the stride along the specified axis.

Definition

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

Parameters

axis  Int32
The zero-based index of the axis.

Return Value

Int32
The stride between values along the axis with index axis.

See Also