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

Method clear_has_format

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

Source from the content-addressed store, hash-verified

521 _has_bits_[0] |= 0x00000001u;
522}
523inline void SlotInfo::clear_has_format() {
524 _has_bits_[0] &= ~0x00000001u;
525}
526inline void SlotInfo::clear_format() {
527 format_ = 1;
528 clear_has_format();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected