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

Method hit_cache

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

Source from the content-addressed store, hash-verified

1369 clear_has_hit_cache();
1370}
1371inline bool BCDCall::hit_cache() const {
1372 return hit_cache_;
1373}
1374inline void BCDCall::set_hit_cache(bool value) {
1375 set_has_hit_cache();
1376 hit_cache_ = value;

Callers 3

loadTrainingDataMethod · 0.80
preprocessDataMethod · 0.80
preprocessDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected