You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/05/10 18:18:00 UTC

[GitHub] piiswrong commented on a change in pull request #10882: move exec.reshape to backend

piiswrong commented on a change in pull request #10882: move exec.reshape to backend
URL: https://github.com/apache/incubator-mxnet/pull/10882#discussion_r187413857
 
 

 ##########
 File path: include/mxnet/c_api.h
 ##########
 @@ -1647,6 +1647,31 @@ MXNET_DLL int MXExecutorSimpleBind(SymbolHandle symbol_handle,
                                    NDArrayHandle** aux_states,
                                    ExecutorHandle shared_exec_handle,
                                    ExecutorHandle* out);
+/*
+ *! \brief Return a new executor with the same symbol and shared memory,
+ *         but different input/output shapes.
+ */
+MXNET_DLL int MXExecutorReshapeEx(SymbolHandle symbol_handle,
 
 Review comment:
   why Ex? is there a MXExecutorReshape already?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services