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

Method clear_has_validation_data

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

Source from the content-addressed store, hash-verified

925 _has_bits_[0] |= 0x00000002u;
926}
927inline void Config::clear_has_validation_data() {
928 _has_bits_[0] &= ~0x00000002u;
929}
930inline void Config::clear_validation_data() {
931 if (validation_data_ != NULL) validation_data_->::PS::DataConfig::Clear();
932 clear_has_validation_data();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected