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

Method clear_format

src/data/proto/example.pb.h:526–529  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

524 _has_bits_[0] &= ~0x00000001u;
525}
526inline void SlotInfo::clear_format() {
527 format_ = 1;
528 clear_has_format();
529}
530inline ::PS::SlotInfo_Format SlotInfo::format() const {
531 return static_cast< ::PS::SlotInfo_Format >(format_);
532}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected