Public Member Functions | |
| ExportedStat (const std::string &gn, const std::string &n) | |
| int64_t | increment (int64_t value=1) |
| template<typename T , typename Unused1 , typename... Unused> | |
| int64_t | increment (T value, Unused1, Unused...) |
Public Member Functions inherited from caffe2::Stat | |
| Stat (const std::string &gn, const std::string &n) | |
| template<typename... Unused> | |
| int64_t | increment (Unused...) |
Additional Inherited Members | |
Data Fields inherited from caffe2::Stat | |
| std::string | groupName |
| std::string | name |
1.8.11