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

Method mutable_data

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

Source from the content-addressed store, hash-verified

1394 return data_ != NULL ? *data_ : *default_instance_->data_;
1395}
1396inline ::PS::DataConfig* BCDCall::mutable_data() {
1397 set_has_data();
1398 if (data_ == NULL) data_ = new ::PS::DataConfig;
1399 return data_;
1400}
1401inline ::PS::DataConfig* BCDCall::release_data() {
1402 clear_has_data();
1403 ::PS::DataConfig* temp = data_;

Callers 3

updateModelMethod · 0.45
loadTrainingDataMethod · 0.45
saveModelMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected