Tensor Shape.Create From Array Method
Returns the shape of an array.
Definition
Namespace: Numerics.NET.Tensors
Assembly: Numerics.NET.Tensors (in Numerics.NET.Tensors.dll) Version: 9.0.3
C#
A TensorShape that describes the shape of array.
Assembly: Numerics.NET.Tensors (in Numerics.NET.Tensors.dll) Version: 9.0.3
public static TensorShape CreateFromArray(
Array array
)
Parameters
Return Value
TensorShapeA TensorShape that describes the shape of array.
Exceptions
Argument | array is null. |