Reshape
op_reshape(x, shape, begin_axis = NULL, end_axis = NULL, name = name)
| x | matrix or CNTK Function that outputs a tensor |
|---|---|
| shape | - list of ints representing tensor shape |
| begin_axis | - shape replacement begins at this axis |
| end_axis | - shape replacement ends at this axis (non-inclusive) |
| name | (str) the name of the Function instance in the network |