MCPcopy Create free account
hub / github.com/LBANN/lbann / weights_names

Method weights_names

src/callbacks/ltfb.cpp:113–116  ·  view source on GitHub ↗

@name Data access and query */ @{

Source from the content-addressed store, hash-verified

111 /** @name Data access and query */
112 ///@{
113 auto weights_names() const noexcept -> std::set<std::string> const&
114 {
115 return weights_names_;
116 }
117 bool has_weights_names() const noexcept { return !weights_names_.empty(); }
118 ///@}
119private:

Callers 9

write_comm_algo_protoMethod · 0.80
exchange_modelsMethod · 0.80
write_comm_algo_protoMethod · 0.80
exchange_modelsMethod · 0.80
exchange_modelsMethod · 0.80
write_comm_algo_protoMethod · 0.80
get_partner_modelMethod · 0.80
get_partner_modelMethod · 0.80
get_partner_modelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected