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

Method Role_IsValid

src/system/proto/node.pb.h:124–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122 static const Role GROUP = Node_Role_GROUP;
123 static const Role UNUSED = Node_Role_UNUSED;
124 static inline bool Role_IsValid(int value) {
125 return Node_Role_IsValid(value);
126 }
127 static const Role Role_MIN =
128 Node_Role_Role_MIN;
129 static const Role Role_MAX =

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected