mxnet
Classes | Namespaces
static_array.h File Reference
#include <mshadow/base.h>
Include dependency graph for static_array.h:

Go to the source code of this file.

Classes

struct  mxnet::common::StaticArray< T, num >
 Static array. This code is borrowed from struct Shape<ndim>, except that users can specify the type of the elements of the statically allocated array. The object instance of the struct is copyable between CPU and GPU. More...
 

Namespaces

 mxnet
 namespace of mxnet
 
 mxnet::common