You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by sk...@apache.org on 2018/08/20 16:44:01 UTC

[incubator-mxnet] branch master updated: Fix typo in graph_executor (#12252)

This is an automated email from the ASF dual-hosted git repository.

skm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new 7f22b78  Fix typo in graph_executor (#12252)
7f22b78 is described below

commit 7f22b782fcaa199a9c40deaab52930bb0a60f27a
Author: Kellen Sunderland <ke...@gmail.com>
AuthorDate: Mon Aug 20 18:43:45 2018 +0200

    Fix typo in graph_executor (#12252)
---
 src/executor/graph_executor.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/executor/graph_executor.cc b/src/executor/graph_executor.cc
index 0e80706..32b14b8 100644
--- a/src/executor/graph_executor.cc
+++ b/src/executor/graph_executor.cc
@@ -1111,7 +1111,7 @@ void GraphExecutor::InitCachedOps() {
       }
     }
   }
-  // Note that this modifies the requirment of kWriteInplace
+  // Note that this modifies the requirement of kWriteInplace
   for (size_t j = num_forward_outputs_; j < idx.outputs().size(); ++j) {
     auto& e = idx.outputs()[j];
     op_nodes_[e.node_id].exec->req[e.index] =