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