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

Method Format_IsValid

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

Source from the content-addressed store, hash-verified

118 static const Format SPARSE = SlotInfo_Format_SPARSE;
119 static const Format SPARSE_BINARY = SlotInfo_Format_SPARSE_BINARY;
120 static inline bool Format_IsValid(int value) {
121 return SlotInfo_Format_IsValid(value);
122 }
123 static const Format Format_MIN =
124 SlotInfo_Format_Format_MIN;
125 static const Format Format_MAX =

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected