TensorShape.Append Method

Adds a dimension of the specified size to the end of the current shape.

Definition

Namespace: Numerics.NET.Tensors
Assembly: Numerics.NET.Tensors (in Numerics.NET.Tensors.dll) Version: 9.0.0
C#
public TensorShape Append(
	int size
)

Parameters

size  Int32
The size of the added dimension.

Return Value

TensorShape
A new tensor shape with a dimension of size size added at the end.

See Also