|
| | lbann_summary (std::string logdir, lbann_comm *comm) |
| |
| void | report_image (std::string const &tag, std::string const &img_format, CPUMat const &image, std::vector< int > const &dims, int step) |
| |
| template<typename TensorDataType > |
| void | reduce_mean (const std::string tag, const El::AbstractDistMatrix< TensorDataType > &mat, int step) |
| |
| template<typename TensorDataType > |
| void | reduce_min (const std::string tag, const El::AbstractDistMatrix< TensorDataType > &mat, int step) |
| |
| template<typename TensorDataType > |
| void | reduce_max (const std::string tag, const El::AbstractDistMatrix< TensorDataType > &mat, int step) |
| |
| template<typename TensorDataType > |
| void | reduce_stdev (const std::string tag, const El::AbstractDistMatrix< TensorDataType > &mat, int step) |
| |
| template<typename TensorDataType > |
| void | reduce_scalar (const std::string tag, TensorDataType s, int step) |
| |
| template<typename TensorDataType > |
| void | sum_reduce_scalar (const std::string tag, TensorDataType s, int step) |
| |
| template<typename TensorDataType > |
| void | reduce_scalar_all (const std::string tag, TensorDataType s, int step) |
| |
| template<typename TensorDataType > |
| void | reduce_histogram (const std::string tag, const El::AbstractDistMatrix< TensorDataType > &mat, int step) |
| |
| template<typename TensorDataType > |
| void | reduce_2norm (const std::string tag, const El::AbstractDistMatrix< TensorDataType > &mat, int step) |
| |
| void | flush () |
| |
Dummy class when TBinf is not present.
Definition at line 262 of file utils/summary.hpp.