mxnet
Classes | Namespaces
lazy_alloc_array.h File Reference

An array that lazily allocate elements as First time the cell get visited. More...

#include <dmlc/logging.h>
#include <memory>
#include <mutex>
#include <array>
#include <vector>
#include <atomic>
Include dependency graph for lazy_alloc_array.h:

Go to the source code of this file.

Classes

class  mxnet::common::LazyAllocArray< TElem >
 

Namespaces

 mxnet
 namespace of mxnet
 
 mxnet::common
 

Detailed Description

An array that lazily allocate elements as First time the cell get visited.

Copyright (c) 2015 by Contributors