TensorBackEnd.Standard Property

Gets the standard back end.

Definition

Namespace: Numerics.NET.Tensors
Assembly: Numerics.NET.Tensors (in Numerics.NET.Tensors.dll) Version: 9.0.0
C#
public static TensorBackEnd Standard { get; }

Property Value

TensorBackEnd

Remarks

The default back end only supports tensors on CPU. It is used when no other back end is specified.

See Also