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

Commit

Permalink
Add default value for monitor_all for cpp header.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhennanQin committed Feb 4, 2019
1 parent eae2557 commit 11217c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/executor/graph_executor.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class GraphExecutor : public Executor {
const std::unordered_map<std::string, NDArray>& arg_grad_map() const override;
const std::unordered_map<std::string, NDArray>& aux_state_map() const override;
void Print(std::ostream &os) const override; // NOLINT(*)
void SetMonitorCallback(const MonitorCallback& callback, bool monitor_all) override;
void SetMonitorCallback(const MonitorCallback& callback, bool monitor_all = false) override;
// Initialize the rest of attributes
// after setting up arguments.
void FinishInitGraph(nnvm::Symbol symbol, nnvm::Graph g,
Expand Down

0 comments on commit 11217c2

Please sign in to comment.