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

Method clear_has_data_buf

src/app/linear_method/proto/linear.pb.h:1280–1282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1278 _has_bits_[0] |= 0x00000004u;
1279}
1280inline void SGDConfig::clear_has_data_buf() {
1281 _has_bits_[0] &= ~0x00000004u;
1282}
1283inline void SGDConfig::clear_data_buf() {
1284 data_buf_ = 1000;
1285 clear_has_data_buf();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected