TensorShape.RowVector Method

Represents the shape of a row vector of the specified length.

Definition

Namespace: Numerics.NET.Tensors
Assembly: Numerics.NET.Tensors (in Numerics.NET.Tensors.dll) Version: 9.0.0
C#
public static TensorShape RowVector(
	int length
)

Parameters

length  Int32
The desired length of the vector.

Return Value

TensorShape
A 2D shape with 1 row and length columns.

See Also