Caffe2 - C++ API
A deep learning, cross platform ML framework
Public Member Functions
caffe2::StdDevExportedStat Class Reference
Inheritance diagram for caffe2::StdDevExportedStat:
caffe2::ExportedStat caffe2::Stat

Public Member Functions

 StdDevExportedStat (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::ExportedStat
 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
 

Detailed Description

Definition at line 203 of file stats.h.


The documentation for this class was generated from the following file: