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

Method key

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

Source from the content-addressed store, hash-verified

731 key_.Clear();
732}
733inline ::google::protobuf::uint64 Slot::key(int index) const {
734 return key_.Get(index);
735}
736inline void Slot::set_key(int index, ::google::protobuf::uint64 value) {
737 key_.Set(index, value);
738}

Callers 15

parseExampleMethod · 0.80
readOneFileMethod · 0.80
addMethod · 0.80
runMethod · 0.80
readKeyFromFileFunction · 0.80
preprocessDataMethod · 0.80
updateModelMethod · 0.80
preprocessDataMethod · 0.80
computeGradientMethod · 0.80
pullAndUpdateDualMethod · 0.80
updateModelMethod · 0.80

Calls

no outgoing calls

Tested by 2

runMethod · 0.64
readKeyFromFileFunction · 0.64