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

Method mutable_example_info

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

Source from the content-addressed store, hash-verified

1436 return example_info_ != NULL ? *example_info_ : *default_instance_->example_info_;
1437}
1438inline ::PS::ExampleInfo* LoadDataReturn::mutable_example_info() {
1439 set_has_example_info();
1440 if (example_info_ == NULL) example_info_ = new ::PS::ExampleInfo;
1441 return example_info_;
1442}
1443inline ::PS::ExampleInfo* LoadDataReturn::release_example_info() {
1444 clear_has_example_info();
1445 ::PS::ExampleInfo* temp = example_info_;

Callers 1

processMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected