4 references to TanhOperator_Single
System.Numerics.Tensors (4)
System\Numerics\Tensors\netcore\TensorPrimitives.Single.netcore.cs (1)
34
global using TanhOperator_Single = System.Numerics.Tensors.TensorPrimitives.
TanhOperator
<float>;
System\Numerics\Tensors\netcore\TensorPrimitives.Tanh.cs (2)
35
if (typeof(T) == typeof(Half) && TryUnaryInvokeHalfAsInt16<T,
TanhOperator
<float>>(x, destination))
40
InvokeSpanIntoSpan<T,
TanhOperator
<T>>(x, destination);
System\Numerics\Tensors\TensorPrimitives.Single.cs (1)
983
InvokeSpanIntoSpan<
TanhOperator_Single
>(x, destination);