54 references to Invoke
System.Numerics.Tensors (54)
System\Numerics\Tensors\netcore\Tensor.cs (40)
449
TensorOperation.
Invoke
<TensorOperation.Equals<T>, T, bool>(x, y, destination);
465
TensorOperation.
Invoke
<TensorOperation.Equals<T>, T, bool>(x, y, destination);
605
TensorOperation.
Invoke
<TensorOperation.GreaterThan<T>, T, bool>(x, y, destination);
624
TensorOperation.
Invoke
<TensorOperation.GreaterThan<T>, T, bool>(x, y, destination);
786
TensorOperation.
Invoke
<TensorOperation.GreaterThanOrEqual<T>, T, bool>(x, y, destination);
805
TensorOperation.
Invoke
<TensorOperation.GreaterThanOrEqual<T>, T, bool>(x, y, destination);
967
TensorOperation.
Invoke
<TensorOperation.LessThan<T>, T, bool>(x, y, destination);
986
TensorOperation.
Invoke
<TensorOperation.LessThan<T>, T, bool>(x, y, destination);
1148
TensorOperation.
Invoke
<TensorOperation.LessThanOrEqual<T>, T, bool>(x, y, destination);
1167
TensorOperation.
Invoke
<TensorOperation.LessThanOrEqual<T>, T, bool>(x, y, destination);
2739
TensorOperation.
Invoke
<TensorOperation.Atan2<T>, T, T>(x, y, destination);
2753
TensorOperation.
Invoke
<TensorOperation.Atan2<T>, T, T>(x, y, destination);
2822
TensorOperation.
Invoke
<TensorOperation.Atan2Pi<T>, T, T>(x, y, destination);
2836
TensorOperation.
Invoke
<TensorOperation.Atan2Pi<T>, T, T>(x, y, destination);
3136
TensorOperation.
Invoke
<TensorOperation.CopySign<T>, T, T>(x, sign, destination);
3164
TensorOperation.
Invoke
<TensorOperation.CopySign<T>, T, T>(x, sign, destination);
3525
TensorOperation.
Invoke
<TensorOperation.Hypot<T>, T, T>(x, y, destination);
3540
TensorOperation.
Invoke
<TensorOperation.Hypot<T>, T, T>(x, y, destination);
3554
TensorOperation.
Invoke
<TensorOperation.Ieee754Remainder<T>, T, T>(x, y, destination);
3567
TensorOperation.
Invoke
<TensorOperation.Ieee754Remainder<T>, T, T>(x, y, destination);
3828
TensorOperation.
Invoke
<TensorOperation.Log<T>, T, T>(x, y, destination);
3840
TensorOperation.
Invoke
<TensorOperation.Log<T>, T, T>(x, y, destination);
4026
TensorOperation.
Invoke
<TensorOperation.Max<T>, T, T>(x, y, output);
4038
TensorOperation.
Invoke
<TensorOperation.Max<T>, T, T>(x, y, destination);
4089
TensorOperation.
Invoke
<TensorOperation.MaxMagnitude<T>, T, T>(x, y, destination);
4101
TensorOperation.
Invoke
<TensorOperation.MaxMagnitude<T>, T, T>(x, y, destination);
4152
TensorOperation.
Invoke
<TensorOperation.MaxMagnitudeNumber<T>, T, T>(x, y, destination);
4164
TensorOperation.
Invoke
<TensorOperation.MaxMagnitudeNumber<T>, T, T>(x, y, destination);
4215
TensorOperation.
Invoke
<TensorOperation.MaxNumber<T>, T, T>(x, y, destination);
4227
TensorOperation.
Invoke
<TensorOperation.MaxNumber<T>, T, T>(x, y, destination);
4278
TensorOperation.
Invoke
<TensorOperation.Min<T>, T, T>(x, y, output);
4290
TensorOperation.
Invoke
<TensorOperation.Min<T>, T, T>(x, y, destination);
4341
TensorOperation.
Invoke
<TensorOperation.MinMagnitude<T>, T, T>(x, y, destination);
4353
TensorOperation.
Invoke
<TensorOperation.MinMagnitude<T>, T, T>(x, y, destination);
4404
TensorOperation.
Invoke
<TensorOperation.MinMagnitudeNumber<T>, T, T>(x, y, destination);
4416
TensorOperation.
Invoke
<TensorOperation.MinMagnitudeNumber<T>, T, T>(x, y, destination);
4467
TensorOperation.
Invoke
<TensorOperation.MinNumber<T>, T, T>(x, y, destination);
4479
TensorOperation.
Invoke
<TensorOperation.MinNumber<T>, T, T>(x, y, destination);
4552
TensorOperation.
Invoke
<TensorOperation.Pow<T>, T, T>(x, y, destination);
4564
TensorOperation.
Invoke
<TensorOperation.Pow<T>, T, T>(x, y, destination);
System\Numerics\Tensors\netcore\Tensor.op_Addition.cs (2)
18
TensorOperation.
Invoke
<TensorOperation.Add<T>, T, T>(x, y, destination);
46
TensorOperation.
Invoke
<TensorOperation.Add<T>, T, T>(x, y, destination);
System\Numerics\Tensors\netcore\Tensor.op_BitwiseAnd.cs (2)
18
TensorOperation.
Invoke
<TensorOperation.BitwiseAnd<T>, T, T>(x, y, destination);
46
TensorOperation.
Invoke
<TensorOperation.BitwiseAnd<T>, T, T>(x, y, destination);
System\Numerics\Tensors\netcore\Tensor.op_BitwiseOr.cs (2)
18
TensorOperation.
Invoke
<TensorOperation.BitwiseOr<T>, T, T>(x, y, destination);
46
TensorOperation.
Invoke
<TensorOperation.BitwiseOr<T>, T, T>(x, y, destination);
System\Numerics\Tensors\netcore\Tensor.op_Division.cs (2)
18
TensorOperation.
Invoke
<TensorOperation.Divide<T>, T, T>(x, y, destination);
59
TensorOperation.
Invoke
<TensorOperation.Divide<T>, T, T>(x, y, destination);
System\Numerics\Tensors\netcore\Tensor.op_ExclusiveOr.cs (2)
18
TensorOperation.
Invoke
<TensorOperation.Xor<T>, T, T>(x, y, destination);
46
TensorOperation.
Invoke
<TensorOperation.Xor<T>, T, T>(x, y, destination);
System\Numerics\Tensors\netcore\Tensor.op_Multiply.cs (2)
18
TensorOperation.
Invoke
<TensorOperation.Multiply<T>, T, T>(x, y, destination);
46
TensorOperation.
Invoke
<TensorOperation.Multiply<T>, T, T>(x, y, destination);
System\Numerics\Tensors\netcore\Tensor.op_Subtraction.cs (2)
18
TensorOperation.
Invoke
<TensorOperation.Subtract<T>, T, T>(x, y, destination);
59
TensorOperation.
Invoke
<TensorOperation.Subtract<T>, T, T>(x, y, destination);