Atan2
Input
ori_y:
- Required: yes
- Type: float16
- Description: Y-axis coordinate of the arc tangent function
- Restriction: NCHW; supported dimension: [1,16,36,90]
ori_x:
- Required: yes
- Type: float16
- Description: X-axis coordinate of the arc tangent function
- Restriction: NCHW; supported dimension: [1,16,36,90]
Output
ori_pred:
- Required: yes
- Type: float16
- Description: arc tangent value of y/x
- Restriction: NCHW; supported dimension: [1,16,36,90]
Parent topic: Supported Caffe Operators