Tensor Layout.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.1
C#
The stride between values along the axis with index axis.
Assembly: Numerics.NET.Tensors (in Numerics.NET.Tensors.dll) Version: 9.0.1
public int this[
int axis
] { get; }
Parameters
- axis Int32
- The zero-based index of the axis.
Return Value
Int32The stride between values along the axis with index axis.