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 2019/06/11 05:59:44 UTC

[GitHub] [incubator-mxnet] Zha0q1 commented on a change in pull request #15210: [WIP] Custom Operator Profiling Enhancement

Zha0q1 commented on a change in pull request #15210: [WIP] Custom Operator Profiling Enhancement
URL: https://github.com/apache/incubator-mxnet/pull/15210#discussion_r292288092
 
 

 ##########
 File path: src/operator/custom/custom-inl.h
 ##########
 @@ -76,7 +77,8 @@ class CustomOperator {
             bool training, const std::vector<NDArray>& arrs,
             const std::vector<int>& tags,
             const std::unordered_set<int>& output_tags,
-            const std::vector<NDArray>& outputs) {
+            const std::vector<NDArray>& outputs,
+	          const std::string op_type = "") {
 
 Review comment:
   oh gee, fixing it now

----------------------------------------------------------------
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


With regards,
Apache Git Services