mxnet
Classes | Namespaces
object_pool.h File Reference
#include <dmlc/logging.h>
#include <cstdlib>
#include <mutex>
#include <utility>
#include <vector>
Include dependency graph for object_pool.h:

Go to the source code of this file.

Classes

class  mxnet::common::ObjectPool< T >
 Object pool for fast allocation and deallocation. More...
 
struct  mxnet::common::ObjectPoolAllocatable< T >
 Helper trait class for easy allocation and deallocation. More...
 

Namespaces

 mxnet
 namespace of mxnet
 
 mxnet::common