3 references to Invoke
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\Common\TensorPrimitives.IUnaryInputBinaryOutput.cs (3)
39
public static (Vector128<T> First, Vector128<T> Second) Invoke(Vector128<T> x, Vector128<T> y) => TOperator.
Invoke
(y, x);
333
(first, second) = TOperator.
Invoke
(first, second);
520
(first, second) = TOperator.
Invoke
(first, second);