FlownetResample
Input
data_in:
- Required: yes
- Type: float16
- Description: input tensor
- Restriction: The input shape must be (1, 2, 96, 128).
Attribute
- add_num:
- Required: no
- Type: float
- Description: any value
- Restriction: none
- h_proportion:
- Required: no
- Type: float
- Description: height scaling ratio of the input feature map
- Restriction: Must be 4.
- w_proportion:
- Required: no
- Type: float
- Description: width scaling ratio of the input feature map
- Restriction: Must be 4.
Output
data_out:
- Required: yes
- Type: float16
- Description: output tensor
- Restriction: NC1HWC0
Parent topic: Supported Caffe Operators