mxnet
Classes | Namespaces | Enumerations | Functions
ndarray.h File Reference
#include <map>
#include <memory>
#include <string>
#include <vector>
#include <iostream>
#include "mxnet-cpp/base.h"
#include "mxnet-cpp/shape.h"
Include dependency graph for ndarray.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  mxnet::cpp::Context
 Context interface. More...
 
struct  mxnet::cpp::NDBlob
 struct to store NDArrayHandle More...
 
class  mxnet::cpp::NDArray
 NDArray interface. More...
 

Namespaces

 mxnet
 namespace of mxnet
 
 mxnet::cpp
 

Enumerations

enum  mxnet::cpp::DeviceType { mxnet::cpp::kCPU = 1, mxnet::cpp::kGPU = 2, mxnet::cpp::kCPUPinned = 3 }
 

Functions

std::ostream & mxnet::cpp::operator<< (std::ostream &out, const NDArray &ndarray)