Skip to content

Commit

Permalink
FIX: Add a missing implemenation to nnp::Monitor
Browse files Browse the repository at this point in the history
  • Loading branch information
TE-PongsakornUchupala committed May 20, 2019
1 parent 97b0928 commit a937638
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/nbla_utils/nnp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ Monitor::Monitor(MonitorImpl *impl)

string Monitor::name() const { return impl_->name(); }
string Monitor::network_name() const { return impl_->network_name(); }
shared_ptr<Network> Monitor::get_network() { return impl_->get_network(); }
const float Monitor::monitor_epoch() { return impl_->monitor_epoch(); }

// ----------------------------------------------------------------------
Expand Down

0 comments on commit a937638

Please sign in to comment.