Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
758
inline float Slot::val(int index) const {
759
return val_.Get(index);
760
}
761
inline void Slot::set_val(int index, float value) {
762
val_.Set(index, value);
763
}
Callers
2
parseExample
Method · 0.80
readOneFile
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected