Caffe2 - C++ API
A deep learning, cross platform ML framework
Public Member Functions | Protected Member Functions | Protected Attributes
c10::C10FlagParser Class Reference

Public Member Functions

bool success ()
 

Protected Member Functions

template<typename T >
bool Parse (const std::string &content, T *value)
 
template<>
C10_EXPORT bool Parse (const string &content, string *value)
 
template<>
C10_EXPORT bool Parse (const string &content, int *value)
 
template<>
C10_EXPORT bool Parse (const string &content, int64_t *value)
 
template<>
C10_EXPORT bool Parse (const string &content, double *value)
 
template<>
C10_EXPORT bool Parse (const string &content, bool *value)
 

Protected Attributes

bool success_
 

Detailed Description

Definition at line 160 of file Flags.h.


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