TensorShape.AsSpan Method

Returns the dimensions of the tensor shape as a readonly span of integers.

Definition

Namespace: Numerics.NET.Tensors
Assembly: Numerics.NET.Tensors (in Numerics.NET.Tensors.dll) Version: 9.0.0
C#
public ReadOnlySpan<int> AsSpan()

Return Value

ReadOnlySpan<Int32>

See Also