rml_op_slice_params
Parameters for the RML_OP_SLICE operation.
Semantic is the same as for the start:stop:step
notation in Numpy. Additionally, ‘axes’ specifies axes to apply slice. See details.
API
Graph Manipulation
Items
Name |
Type |
Description |
---|---|---|
input |
Operation that outputs tensor of data to extract slices from. |
|
axes |
Operaton that outputs 1-D tensor of axes that |
|
starts |
Operaton that outputs 1-D tensor of starting indices of corresponding axis in |
|
ends |
Operaton that outputs 1-D tensor of ending indices (exclusive) of corresponding axis in |
|
strides |
Operation that outputs tensor of slice step of corresponding axis in |