2 references to TanOperator
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorPrimitives.Tan.cs (2)
31if (typeof(T) == typeof(Half) && TryUnaryInvokeHalfAsInt16<T, TanOperator<float>>(x, destination)) 36InvokeSpanIntoSpan<T, TanOperator<T>>(x, destination);