Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Update graph_executor.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
cjolivier01 committed Mar 29, 2018
1 parent d19af4b commit 9178e2e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/executor/graph_executor.cc
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ GraphExecutor::GraphExecutor() {
log_verbose_ = dmlc::GetEnv("MXNET_EXEC_VERBOSE_LOGGING", false);
}


GraphExecutor::~GraphExecutor() {
for (auto& n : op_nodes_) {
if (n.cached_opr != nullptr) {
Expand Down

0 comments on commit 9178e2e

Please sign in to comment.