Reshape
1 | 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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.