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

Method id

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

Source from the content-addressed store, hash-verified

551 clear_has_id();
552}
553inline ::google::protobuf::int32 SlotInfo::id() const {
554 return id_;
555}
556inline void SlotInfo::set_id(::google::protobuf::int32 value) {
557 set_has_id();
558 id_ = value;

Callers 7

parseExampleMethod · 0.45
nnzEleMethod · 0.45
readMethod · 0.45
readOneFileMethod · 0.45
addMethod · 0.45
readMatrixInfoFunction · 0.45
mergeExampleInfoFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected