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

Method get_objective_function

include/lbann/models/model.hpp:623–626  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

621inline std::string model::get_name() const noexcept { return m_name; }
622
623inline observer_ptr<objective_function> model::get_objective_function() noexcept
624{
625 return m_objective_function.get();
626}
627
628inline observer_ptr<objective_function const>
629model::get_objective_function() const noexcept

Callers 10

write_protoMethod · 0.95
report_resultsMethod · 0.80
get_objective_functionFunction · 0.80
global_scheduleMethod · 0.80
on_validation_endMethod · 0.80
do_check_gradientsMethod · 0.80
kfac.cppFile · 0.80
evaluate_mini_batchMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected