4 references to CoshOperator_Single
System.Numerics.Tensors (4)
System\Numerics\Tensors\netcore\TensorPrimitives.Cosh.cs (2)
35if (typeof(T) == typeof(Half) && TryUnaryInvokeHalfAsInt16<T, CoshOperator<float>>(x, destination)) 40InvokeSpanIntoSpan<T, CoshOperator<T>>(x, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.Single.netcore.cs (1)
12global using CoshOperator_Single = System.Numerics.Tensors.TensorPrimitives.CoshOperator<float>;
System\Numerics\Tensors\TensorPrimitives.Single.cs (1)
151InvokeSpanIntoSpan<CoshOperator_Single>(x, destination);