mxnet
Classes | Namespaces
array_view.h File Reference

Read only data structure to reference array. More...

#include <vector>
#include <array>
Include dependency graph for array_view.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  dmlc::array_view< ValueType >
 Read only data structure to reference continuous memory region of array. Provide unified view for vector, array and C style array. This data structure do not guarantee aliveness of referenced array. More...
 

Namespaces

 dmlc
 namespace for dmlc
 

Detailed Description

Read only data structure to reference array.

Copyright (c) 2016 by Contributors