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

Method prepend_model

src/utils/summary.cpp:434–437  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

432}
433
434std::string lbann_summary::prepend_model(const std::string tag, int model) const
435{
436 return "model" + std::to_string(model) + "/" + tag;
437}
438
439void lbann_summary::gather_scalar_summary(const std::vector<pending_op>& ops,
440 std::vector<float>& scalars)

Callers

nothing calls this directly

Calls 1

to_stringFunction · 0.70

Tested by

no test coverage detected