mxnet
Classes | Namespaces | Functions
shape.h File Reference

definition of shape More...

#include <istream>
#include <ostream>
#include <algorithm>
#include <vector>
#include "mxnet-cpp/base.h"
Include dependency graph for shape.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

definition of shape

Author
Chuntao Hong, Zhang Chen