mxnet
|
#include <map>
#include <memory>
#include <string>
#include <vector>
#include <iostream>
#include "mxnet-cpp/base.h"
#include "mxnet-cpp/shape.h"
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) |