rml_op_reshape_params
Parameters for the RML_OP_RESHAPE operation.
RML_OP_RESHAPE operation reshapes the input tensor similar to numpy.reshape. The input is the data tensor, the shape is a tensor that specifies the output shape.
API
Graph Manipulation
Items
| Name | Type | Description | 
|---|---|---|
| input | Operation that outputs tensor containing data to reshape. | |
| shape | Operation that outputs tensor containing shape data. |