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