TensorShape.Dimensions Property

Gets a span containing the dimensions of the shape.

Definition

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

Property Value

ReadOnlySpan<Int32>

See Also