Apache SINGA
A distributed deep learning platform .
|
namespace for helper utils of the project More...
Classes | |
class | IStream |
interface of stream I/O, used to serialize data, it is not restricted to only this interface in SaveBinary/LoadBinary mshadow accept all class that implements Read and Write More... | |
class | FileStream |
implementation of file i/o stream More... | |
Functions | |
void | Error (const char *msg) |
send error message then exit | |
void | Assert (bool exp) |
assert a expression is true | |
void | Assert (bool exp, const char *msg) |
assert a expression is true | |
void | Warning (const char *msg) |
warning | |
namespace for helper utils of the project