7 references to Invoke
System.Numerics.Tensors (7)
System\Numerics\Tensors\netcore\Common\TensorPrimitives.IUnaryInputBinaryOutput.cs (1)
139(T first, T second) = TUnaryOperator.Invoke(Unsafe.Add(ref sourceRef, i));
System\Numerics\Tensors\netcore\TensorPrimitives.FloatHelpers.cs (6)
31(float firstRes0, float secondRes0) = TOperator.Invoke(floats[0]); 32(float firstRes1, float secondRes1) = TOperator.Invoke(floats[1]); 33(float firstRes2, float secondRes2) = TOperator.Invoke(floats[2]); 34(float firstRes3, float secondRes3) = TOperator.Invoke(floats[3]); 69(double firstRes0, double secondRes0) = TOperator.Invoke(doubles[0]); 70(double firstRes1, double secondRes1) = TOperator.Invoke(doubles[1]);