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

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
piiswrong committed Jul 5, 2017
1 parent 0511f9e commit de0e523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/mxnet/operator.h
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ class Operator {
LOG(FATAL) << "Backward is not implemented";
}
/*! \return [Deprecated] execution type of the operator */
ExecType exec_type() const final { // exec_type has been moved to OperatorProperty
virtual ExecType exec_type() const final { // NOLINT(*) exec_type has been moved to OperatorProperty
return ExecType::kSync;
}
};
Expand Down

0 comments on commit de0e523

Please sign in to comment.