Apache SINGA
A distributed deep learning platform .
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Macros
Classes | Functions
mshadow::utils Namespace Reference

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
 

Detailed Description

namespace for helper utils of the project