3 references to SinhOperator_Single
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\TensorPrimitives.Single.netcore.cs (1)
32global using SinhOperator_Single = System.Numerics.Tensors.TensorPrimitives.SinhOperator<float>;
System\Numerics\Tensors\netcore\TensorPrimitives.Sinh.cs (1)
34InvokeSpanIntoSpan<T, SinhOperator<T>>(x, destination);
System\Numerics\Tensors\TensorPrimitives.Single.cs (1)
830InvokeSpanIntoSpan<SinhOperator_Single>(x, destination);