MCPcopy Create free account
hub / github.com/dmlc/parameter_server / clear_relative_obj

Method clear_relative_obj

src/learner/proto/bcd.pb.h:1098–1101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1096 _has_bits_[0] &= ~0x00000002u;
1097}
1098inline void BCDProgress::clear_relative_obj() {
1099 relative_obj_ = 0;
1100 clear_has_relative_obj();
1101}
1102inline double BCDProgress::relative_obj() const {
1103 return relative_obj_;
1104}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected