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

Method TextFormat_IsValid

src/data/proto/data.pb.h:172–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170 static const TextFormat TERAFEA = DataConfig_TextFormat_TERAFEA;
171 static const TextFormat VW = DataConfig_TextFormat_VW;
172 static inline bool TextFormat_IsValid(int value) {
173 return DataConfig_TextFormat_IsValid(value);
174 }
175 static const TextFormat TextFormat_MIN =
176 DataConfig_TextFormat_TextFormat_MIN;
177 static const TextFormat TextFormat_MAX =

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected