System\Numerics\Tensors\netcore\Common\TensorPrimitives.IUnaryInputBinaryOutput.cs (3)
38public static (T, T) Invoke(T x, T y) => TOperator.Invoke(y, x);
352(T first, T second) = TOperator.Invoke(Unsafe.Add(ref xRef, i), Unsafe.Add(ref yRef, i));
539(T first, T second) = TOperator.Invoke(Unsafe.Add(ref xRef, i), y);