Slice
Input
x:
- Required: yes
- Type: float16, float32, int8, uint8, int16, uint16, int32, uint32, int64, uint64
- Description: returns sliced blobs from the input.
- Restrictions: none
Attribute
- slice_dim:
- Required: -
- Type: uint
- Description: alias for axis (default = 1)
- Restriction: Must be in the range [1, rank(x)). For other restrictions, see the Caffe definition.
- slice_point:
- Required: -
- Type: uint
- Description: number of sliced blobs minus 1. If not defined, evenly slices the input blob.
- Restriction: Must be less than 32.
- axis:
- Required: -
- Type: int
- Description: begin axis for slicing (default = 1)
- Restriction: Must be in the range [–rank(x), rank(x)). For other restrictions, see the Caffe definition.
Output
y:
- Required: yes
- Type: float16, float32, int8, uint8, int16, uint16, int32, uint32, int64, uint64
- Description: returns sliced blobs from the input.
- Restrictions: none
Parent topic: Supported Caffe Operators