TensorShape Constructor

Constructs a new tensor shape with the specified dimensions.

Definition

Namespace: Numerics.NET.Tensors
Assembly: Numerics.NET.Tensors (in Numerics.NET.Tensors.dll) Version: 9.0.0
C#
public TensorShape(
	params int[] dimensions
)

Parameters

dimensions  Int32[]
An array of dimensions.

See Also