Enum BinaryOp
Binary operations supported by kernel providers.
public enum BinaryOp
- Extension Methods
Fields
Add = 0Subtract = 1Multiply = 2Divide = 3Mod = 4BitwiseAnd = 5BitwiseOr = 6BitwiseXor = 7Power = 8FloorDivide = 9LeftShift = 10RightShift = 11ATan2 = 12Element-wise arc tangent of y/x choosing the quadrant correctly (np.arctan2)