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