mxnet
Classes | Namespaces
tensor_container.h File Reference

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

#include "./tensor.h"
#include "./io.h"
Include dependency graph for tensor_container.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  mshadow::TensorContainer< Device, dimension, DType >
 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

Copyright (c) 2014 by Contributors

Author
Tianqi Chen