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

Commit de0e523

Browse files
committed
fix
1 parent 0511f9e commit de0e523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/mxnet/operator.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ class Operator {
9191
LOG(FATAL) << "Backward is not implemented";
9292
}
9393
/*! \return [Deprecated] execution type of the operator */
94-
ExecType exec_type() const final { // exec_type has been moved to OperatorProperty
94+
virtual ExecType exec_type() const final { // NOLINT(*) exec_type has been moved to OperatorProperty
9595
return ExecType::kSync;
9696
}
9797
};

0 commit comments

Comments
 (0)