54 references to Invoke
System.Numerics.Tensors (54)
System\Numerics\Tensors\netcore\Tensor.cs (40)
480
TensorOperation.
Invoke
<TensorOperation.Equals<T>, T, bool>(x, y, destination);
496
TensorOperation.
Invoke
<TensorOperation.Equals<T>, T, bool>(x, y, destination);
659
TensorOperation.
Invoke
<TensorOperation.GreaterThan<T>, T, bool>(x, y, destination);
840
TensorOperation.
Invoke
<TensorOperation.GreaterThanOrEqual<T>, T, bool>(x, y, destination);
1021
TensorOperation.
Invoke
<TensorOperation.LessThan<T>, T, bool>(x, y, destination);
1202
TensorOperation.
Invoke
<TensorOperation.LessThanOrEqual<T>, T, bool>(x, y, destination);
2766
TensorOperation.
Invoke
<TensorOperation.Atan2<T>, T, T>(x, y, destination);
2780
TensorOperation.
Invoke
<TensorOperation.Atan2<T>, T, T>(x, y, destination);
2793
TensorOperation.
Invoke
<TensorOperation.Atan2<T>, T, T>(y, x, destination);
2807
TensorOperation.
Invoke
<TensorOperation.Atan2<T>, T, T>(y, x, destination);
2849
TensorOperation.
Invoke
<TensorOperation.Atan2Pi<T>, T, T>(x, y, destination);
2863
TensorOperation.
Invoke
<TensorOperation.Atan2Pi<T>, T, T>(x, y, destination);
2876
TensorOperation.
Invoke
<TensorOperation.Atan2Pi<T>, T, T>(y, x, destination);
2890
TensorOperation.
Invoke
<TensorOperation.Atan2Pi<T>, T, T>(y, x, destination);
3123
TensorOperation.
Invoke
<TensorOperation.CopySign<T>, T, T>(x, sign, destination);
3150
TensorOperation.
Invoke
<TensorOperation.CopySign<T>, T, T>(x, sign, destination);
3578
TensorOperation.
Invoke
<TensorOperation.Ieee754Remainder<T>, T, T>(x, y, destination);
3590
TensorOperation.
Invoke
<TensorOperation.Ieee754Remainder<T>, T, T>(x, y, destination);
3851
TensorOperation.
Invoke
<TensorOperation.Log<T>, T, T>(x, y, destination);
3863
TensorOperation.
Invoke
<TensorOperation.Log<T>, T, T>(x, y, destination);
4049
TensorOperation.
Invoke
<TensorOperation.Max<T>, T, T>(x, y, destination);
4061
TensorOperation.
Invoke
<TensorOperation.Max<T>, T, T>(x, y, destination);
4112
TensorOperation.
Invoke
<TensorOperation.MaxMagnitude<T>, T, T>(x, y, destination);
4124
TensorOperation.
Invoke
<TensorOperation.MaxMagnitude<T>, T, T>(x, y, destination);
4175
TensorOperation.
Invoke
<TensorOperation.MaxMagnitudeNumber<T>, T, T>(x, y, destination);
4187
TensorOperation.
Invoke
<TensorOperation.MaxMagnitudeNumber<T>, T, T>(x, y, destination);
4238
TensorOperation.
Invoke
<TensorOperation.MaxNumber<T>, T, T>(x, y, destination);
4250
TensorOperation.
Invoke
<TensorOperation.MaxNumber<T>, T, T>(x, y, destination);
4301
TensorOperation.
Invoke
<TensorOperation.Min<T>, T, T>(x, y, destination);
4313
TensorOperation.
Invoke
<TensorOperation.Min<T>, T, T>(x, y, destination);
4364
TensorOperation.
Invoke
<TensorOperation.MinMagnitude<T>, T, T>(x, y, destination);
4376
TensorOperation.
Invoke
<TensorOperation.MinMagnitude<T>, T, T>(x, y, destination);
4427
TensorOperation.
Invoke
<TensorOperation.MinMagnitudeNumber<T>, T, T>(x, y, destination);
4439
TensorOperation.
Invoke
<TensorOperation.MinMagnitudeNumber<T>, T, T>(x, y, destination);
4490
TensorOperation.
Invoke
<TensorOperation.MinNumber<T>, T, T>(x, y, destination);
4502
TensorOperation.
Invoke
<TensorOperation.MinNumber<T>, T, T>(x, y, destination);
4575
TensorOperation.
Invoke
<TensorOperation.Pow<T>, T, T>(x, y, destination);
4587
TensorOperation.
Invoke
<TensorOperation.Pow<T>, T, T>(x, y, destination);
4952
TensorOperation.
Invoke
<TensorOperation.SoftMax<T>, T, T>(x, sumExp, destination);
4966
TensorOperation.
Invoke
<TensorOperation.SoftMax<T>, T, T>(x, sumExp, destination);
System\Numerics\Tensors\netcore\Tensor.op_Addition.cs (2)
31
TensorOperation.
Invoke
<TensorOperation.Add<T>, T, T>(x, y, destination);
61
TensorOperation.
Invoke
<TensorOperation.Add<T>, T, T>(x, y, destination);
System\Numerics\Tensors\netcore\Tensor.op_BitwiseAnd.cs (2)
31
TensorOperation.
Invoke
<TensorOperation.BitwiseAnd<T>, T, T>(x, y, destination);
61
TensorOperation.
Invoke
<TensorOperation.BitwiseAnd<T>, T, T>(x, y, destination);
System\Numerics\Tensors\netcore\Tensor.op_BitwiseOr.cs (2)
31
TensorOperation.
Invoke
<TensorOperation.BitwiseOr<T>, T, T>(x, y, destination);
61
TensorOperation.
Invoke
<TensorOperation.BitwiseOr<T>, T, T>(x, y, destination);
System\Numerics\Tensors\netcore\Tensor.op_Division.cs (2)
31
TensorOperation.
Invoke
<TensorOperation.Divide<T>, T, T>(x, y, destination);
74
TensorOperation.
Invoke
<TensorOperation.Divide<T>, T, T>(x, y, destination);
System\Numerics\Tensors\netcore\Tensor.op_ExclusiveOr.cs (2)
31
TensorOperation.
Invoke
<TensorOperation.Xor<T>, T, T>(x, y, destination);
61
TensorOperation.
Invoke
<TensorOperation.Xor<T>, T, T>(x, y, destination);
System\Numerics\Tensors\netcore\Tensor.op_Multiply.cs (2)
31
TensorOperation.
Invoke
<TensorOperation.Multiply<T>, T, T>(x, y, destination);
61
TensorOperation.
Invoke
<TensorOperation.Multiply<T>, T, T>(x, y, destination);
System\Numerics\Tensors\netcore\Tensor.op_Subtraction.cs (2)
31
TensorOperation.
Invoke
<TensorOperation.Subtract<T>, T, T>(x, y, destination);
74
TensorOperation.
Invoke
<TensorOperation.Subtract<T>, T, T>(x, y, destination);