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

Method Command_IsValid

src/learner/proto/bcd.pb.h:502–504  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

500 static const Command RECOVER = BCDCall_Command_RECOVER;
501 static const Command COMPUTE_VALIDATION_AUC = BCDCall_Command_COMPUTE_VALIDATION_AUC;
502 static inline bool Command_IsValid(int value) {
503 return BCDCall_Command_IsValid(value);
504 }
505 static const Command Command_MIN =
506 BCDCall_Command_Command_MIN;
507 static const Command Command_MAX =

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected