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

Method format

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

Source from the content-addressed store, hash-verified

528 clear_has_format();
529}
530inline ::PS::SlotInfo_Format SlotInfo::format() const {
531 return static_cast< ::PS::SlotInfo_Format >(format_);
532}
533inline void SlotInfo::set_format(::PS::SlotInfo_Format value) {
534 assert(::PS::SlotInfo_Format_IsValid(value));
535 set_has_format();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected