tiny_dnn 1.0.0
A header only, dependency-free deep learning framework in C++11
|
Public Member Functions | |
progress_display (size_t expected_count_, std::ostream &os=std::cout, const std::string &s1="\n", const std::string &s2="", const std::string &s3="") | |
void | restart (size_t expected_count_) |
size_t | operator+= (size_t increment) |
size_t | operator++ () |
size_t | count () const |
size_t | expected_count () const |