Apache SINGA
A distributed deep learning platform .
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Macros
Classes | Namespaces
tensor_container.h File Reference

tensor container that does memory allocation and resize like STL More...

#include "tensor.h"
#include "tensor_io.h"

Go to the source code of this file.

Classes

class  mshadow::TensorContainer< Device, dimension >
 tensor container that does memory allocation and resize like STL, use it to save the lines of FreeSpace in class. Do not abuse it, efficiency can come from pre-allocation and no re-allocation More...
 

Namespaces

 mshadow
 namespace for mshadow
 

Detailed Description

tensor container that does memory allocation and resize like STL

Author
Tianqi Chen