Tensor Shape 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.3
C#
Assembly: Numerics.NET.Tensors (in Numerics.NET.Tensors.dll) Version: 9.0.3
public TensorShape(
params int[] dimensions
)
Parameters
- dimensions Int32[]
- An array of dimensions.