2 implementations of Invoke
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\Common\TensorPrimitives.IAggregationOperator.cs (1)
32
public T
Invoke
(T x) => TOperator.Invoke(x);
System\Numerics\Tensors\netcore\TensorPrimitives.Round.cs (1)
312
public T
Invoke
(T x)
54 references to Invoke
System.Numerics.Tensors (54)
System\Numerics\Tensors\netcore\Common\TensorPrimitives.IAggregationOperator.cs (27)
144
result = TAggregationOperator.Invoke(result, transform.
Invoke
(Unsafe.Add(ref xRef, i)));
822
result = TAggregationOperator.Invoke(result, transform.
Invoke
(Unsafe.Add(ref xRef, 14)));
826
result = TAggregationOperator.Invoke(result, transform.
Invoke
(Unsafe.Add(ref xRef, 13)));
830
result = TAggregationOperator.Invoke(result, transform.
Invoke
(Unsafe.Add(ref xRef, 12)));
834
result = TAggregationOperator.Invoke(result, transform.
Invoke
(Unsafe.Add(ref xRef, 11)));
838
result = TAggregationOperator.Invoke(result, transform.
Invoke
(Unsafe.Add(ref xRef, 10)));
842
result = TAggregationOperator.Invoke(result, transform.
Invoke
(Unsafe.Add(ref xRef, 9)));
846
result = TAggregationOperator.Invoke(result, transform.
Invoke
(Unsafe.Add(ref xRef, 8)));
850
result = TAggregationOperator.Invoke(result, transform.
Invoke
(Unsafe.Add(ref xRef, 7)));
854
result = TAggregationOperator.Invoke(result, transform.
Invoke
(Unsafe.Add(ref xRef, 6)));
858
result = TAggregationOperator.Invoke(result, transform.
Invoke
(Unsafe.Add(ref xRef, 5)));
862
result = TAggregationOperator.Invoke(result, transform.
Invoke
(Unsafe.Add(ref xRef, 4)));
866
result = TAggregationOperator.Invoke(result, transform.
Invoke
(Unsafe.Add(ref xRef, 3)));
870
result = TAggregationOperator.Invoke(result, transform.
Invoke
(Unsafe.Add(ref xRef, 2)));
874
result = TAggregationOperator.Invoke(result, transform.
Invoke
(Unsafe.Add(ref xRef, 1)));
878
result = TAggregationOperator.Invoke(result, transform.
Invoke
(xRef));
969
result = TAggregationOperator.Invoke(result, transform.
Invoke
(Unsafe.Add(ref xRef, 6)));
973
result = TAggregationOperator.Invoke(result, transform.
Invoke
(Unsafe.Add(ref xRef, 5)));
977
result = TAggregationOperator.Invoke(result, transform.
Invoke
(Unsafe.Add(ref xRef, 4)));
981
result = TAggregationOperator.Invoke(result, transform.
Invoke
(Unsafe.Add(ref xRef, 3)));
985
result = TAggregationOperator.Invoke(result, transform.
Invoke
(Unsafe.Add(ref xRef, 2)));
989
result = TAggregationOperator.Invoke(result, transform.
Invoke
(Unsafe.Add(ref xRef, 1)));
993
result = TAggregationOperator.Invoke(result, transform.
Invoke
(xRef));
1067
result = TAggregationOperator.Invoke(result, transform.
Invoke
(Unsafe.Add(ref xRef, 2)));
1073
result = TAggregationOperator.Invoke(result, transform.
Invoke
(Unsafe.Add(ref xRef, 1)));
1079
result = TAggregationOperator.Invoke(result, transform.
Invoke
(xRef));
1150
result = TAggregationOperator.Invoke(result, transform.
Invoke
(xRef));
System\Numerics\Tensors\netcore\Common\TensorPrimitives.IStatefulUnaryOperator.cs (27)
115
Unsafe.Add(ref dRef, i) = op.
Invoke
(Unsafe.Add(ref xRef, i));
878
Unsafe.Add(ref dRef, 14) = op.
Invoke
(Unsafe.Add(ref xRef, 14));
882
Unsafe.Add(ref dRef, 13) = op.
Invoke
(Unsafe.Add(ref xRef, 13));
886
Unsafe.Add(ref dRef, 12) = op.
Invoke
(Unsafe.Add(ref xRef, 12));
890
Unsafe.Add(ref dRef, 11) = op.
Invoke
(Unsafe.Add(ref xRef, 11));
894
Unsafe.Add(ref dRef, 10) = op.
Invoke
(Unsafe.Add(ref xRef, 10));
898
Unsafe.Add(ref dRef, 9) = op.
Invoke
(Unsafe.Add(ref xRef, 9));
902
Unsafe.Add(ref dRef, 8) = op.
Invoke
(Unsafe.Add(ref xRef, 8));
906
Unsafe.Add(ref dRef, 7) = op.
Invoke
(Unsafe.Add(ref xRef, 7));
910
Unsafe.Add(ref dRef, 6) = op.
Invoke
(Unsafe.Add(ref xRef, 6));
914
Unsafe.Add(ref dRef, 5) = op.
Invoke
(Unsafe.Add(ref xRef, 5));
918
Unsafe.Add(ref dRef, 4) = op.
Invoke
(Unsafe.Add(ref xRef, 4));
922
Unsafe.Add(ref dRef, 3) = op.
Invoke
(Unsafe.Add(ref xRef, 3));
926
Unsafe.Add(ref dRef, 2) = op.
Invoke
(Unsafe.Add(ref xRef, 2));
930
Unsafe.Add(ref dRef, 1) = op.
Invoke
(Unsafe.Add(ref xRef, 1));
934
dRef = op.
Invoke
(xRef);
1022
Unsafe.Add(ref dRef, 6) = op.
Invoke
(Unsafe.Add(ref xRef, 6));
1026
Unsafe.Add(ref dRef, 5) = op.
Invoke
(Unsafe.Add(ref xRef, 5));
1030
Unsafe.Add(ref dRef, 4) = op.
Invoke
(Unsafe.Add(ref xRef, 4));
1034
Unsafe.Add(ref dRef, 3) = op.
Invoke
(Unsafe.Add(ref xRef, 3));
1038
Unsafe.Add(ref dRef, 2) = op.
Invoke
(Unsafe.Add(ref xRef, 2));
1042
Unsafe.Add(ref dRef, 1) = op.
Invoke
(Unsafe.Add(ref xRef, 1));
1046
dRef = op.
Invoke
(xRef);
1117
Unsafe.Add(ref dRef, 2) = op.
Invoke
(Unsafe.Add(ref xRef, 2));
1123
Unsafe.Add(ref dRef, 1) = op.
Invoke
(Unsafe.Add(ref xRef, 1));
1129
dRef = op.
Invoke
(xRef);
1197
dRef = op.
Invoke
(xRef);