mxnet
|
definition of shape More...
#include <istream>
#include <ostream>
#include <algorithm>
#include <vector>
#include "mxnet-cpp/base.h"
Go to the source code of this file.
Classes | |
struct | mxnet::cpp::Shape |
dynamic shape class that can hold shape of arbirary dimension More... | |
Namespaces | |
mxnet | |
namespace of mxnet | |
mxnet::cpp | |
Functions | |
std::ostream & | mxnet::cpp::operator<< (std::ostream &os, const Shape &shape) |
allow string printing of the shape More... | |
std::istream & | mxnet::cpp::operator>> (std::istream &is, Shape &shape) |
read shape from the istream More... | |
definition of shape