3 references to Invoke
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\Common\TensorPrimitives.IUnaryInputBinaryOutput.cs (3)
40public static (Vector256<T> First, Vector256<T> Second) Invoke(Vector256<T> x, Vector256<T> y) => TOperator.Invoke(y, x); 285(first, second) = TOperator.Invoke(first, second); 470(first, second) = TOperator.Invoke(first, second);