4 references to SinhOperator_Single
System.Numerics.Tensors (4)
System\Numerics\Tensors\netcore\TensorPrimitives.Single.netcore.cs (1)
32
global using SinhOperator_Single = System.Numerics.Tensors.TensorPrimitives.
SinhOperator
<float>;
System\Numerics\Tensors\netcore\TensorPrimitives.Sinh.cs (2)
35
if (typeof(T) == typeof(Half) && TryUnaryInvokeHalfAsInt16<T,
SinhOperator
<float>>(x, destination))
40
InvokeSpanIntoSpan<T,
SinhOperator
<T>>(x, destination);
System\Numerics\Tensors\TensorPrimitives.Single.cs (1)
827
InvokeSpanIntoSpan<
SinhOperator_Single
>(x, destination);