Tile
Input
x:
- Required: yes
- Type: float16, float32, int8, uint8, int16, uint16, int32, uint32, int64, uint64
- Description: input tensor
- Restrictions: none
Attribute
- axis:
- Required: no
- Type: int
- Description: the axis (default = 1)
- Restrictions: none
- tiles:
- Required: yes
- Type: int
- Description: tiling multiple. For example, if x has shape [n,c,h,w], axis=2, and tiles=3, y has shape [n, c, 3 * h, w].
- Restrictions: none
Output
y:
- Required: yes
- Type: float16, float32, int8, uint8, int16, uint16, int32, uint32, int64, uint64
- Description: output tensor
- Restrictions: none
Parent topic: Supported Caffe Operators