mkolod commented on a change in pull request #11325: Added TensorRT runtime 
integration
URL: https://github.com/apache/incubator-mxnet/pull/11325#discussion_r197969124
 
 

 ##########
 File path: include/mxnet/executor.h
 ##########
 @@ -152,19 +152,19 @@ class Executor {
   static Executor* SimpleBind(nnvm::Symbol symbol,
                               const Context& default_ctx,
                               const std::map<std::string, Context>& group2ctx,
-                              const std::vector<Context>& in_arg_ctxes,
-                              const std::vector<Context>& arg_grad_ctxes,
-                              const std::vector<Context>& aux_state_ctxes,
-                              const std::unordered_map<std::string, TShape>& 
arg_shape_map,
-                              const std::unordered_map<std::string, int>& 
arg_dtype_map,
-                              const std::unordered_map<std::string, int>& 
arg_stype_map,
-                              const std::vector<OpReqType>& grad_req_types,
-                              const std::unordered_set<std::string>& 
param_names,
+                              std::vector<Context>* in_arg_ctxes,
+                              std::vector<Context>* arg_grad_ctxes,
+                              std::vector<Context>* aux_state_ctxes,
+                              std::unordered_map<std::string, TShape>* 
arg_shape_map,
+                              std::unordered_map<std::string, int>* 
arg_dtype_map,
+                              std::unordered_map<std::string, int>* 
arg_stype_map,
+                              std::vector<OpReqType>* grad_req_types,
+                              std::unordered_set<std::string>* param_names,
                               std::vector<NDArray>* in_args,
                               std::vector<NDArray>* arg_grads,
                               std::vector<NDArray>* aux_states,
                               std::unordered_map<std::string, NDArray>*
-                                shared_data_arrays = nullptr,
+                              shared_data_arrays = nullptr,
 
 Review comment:
   OK

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to