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

Method val

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

Source from the content-addressed store, hash-verified

756 val_.Clear();
757}
758inline float Slot::val(int index) const {
759 return val_.Get(index);
760}
761inline void Slot::set_val(int index, float value) {
762 val_.Set(index, value);
763}

Callers 2

parseExampleMethod · 0.80
readOneFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected