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 2020/09/13 01:59:49 UTC

[GitHub] [incubator-mxnet] szha commented on a change in pull request #19117: [1.x] Backport #19103

szha commented on a change in pull request #19117:
URL: https://github.com/apache/incubator-mxnet/pull/19117#discussion_r487469575



##########
File path: include/mxnet/lib_api.h
##########
@@ -732,6 +732,9 @@ typedef MXReturnValue (*mutateInputs_t)(const std::unordered_map<std::string,
                                         std::vector<int>* input_indices);
 typedef MXReturnValue (*createOpState_t)(const std::unordered_map<std::string,
                                          std::string>& attributes,
+                                         const MXContext& ctx,
+                                         const std::vector<std::vector<unsigned int> >& in_shapes,
+                                         const std::vector<int> in_types,

Review comment:
       this is an API change from 1.x




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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