Tensor<T>.Layout Property

Gets the layout of the tensor in memory.

Definition

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

Property Value

TensorLayout

Implements

ITensor.Layout

See Also