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