Tensor<T>.Shape Property

Gets the shape (dimensions) of the tensor.

Definition

Namespace: Numerics.NET.Tensors
Assembly: Numerics.NET.Tensors (in Numerics.NET.Tensors.dll) Version: 9.0.0
C#
public abstract TensorShape Shape { get; }

Property Value

TensorShape

Implements

ITensor.Shape

See Also