Tensor Back End.Standard Property
Gets the standard back end.
Definition
Namespace: Numerics.NET.Tensors
Assembly: Numerics.NET.Tensors (in Numerics.NET.Tensors.dll) Version: 9.0.1
C#
Assembly: Numerics.NET.Tensors (in Numerics.NET.Tensors.dll) Version: 9.0.1
public static TensorBackEnd Standard { get; }
Property Value
TensorBackEndRemarks
The default back end only supports tensors on CPU. It is used when no other back end is specified.