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

Method text

src/data/proto/data.pb.h:463–465  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

461 clear_has_text();
462}
463inline ::PS::DataConfig_TextFormat DataConfig::text() const {
464 return static_cast< ::PS::DataConfig_TextFormat >(text_);
465}
466inline void DataConfig::set_text(::PS::DataConfig_TextFormat value) {
467 assert(::PS::DataConfig_TextFormat_IsValid(value));
468 set_has_text();

Callers 2

initMethod · 0.80
readOneFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected