Apache SINGA
A distributed deep learning platform .
|
Public Member Functions | |
Message (const Message &msg) | |
Message (const char *str) | |
template<typename T > | |
Message & | operator<< (const T &val) |
template<typename T > | |
Message & | operator<< (T *const &pointer) |
Message & | operator<< (BasicNarrowIoManip val) |
Message & | operator<< (bool b) |
Message & | operator<< (const wchar_t *wide_c_str) |
Message & | operator<< (wchar_t *wide_c_str) |
Message & | operator<< (const ::std::wstring &wstr) |
std::string | GetString () const |