mxnet
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Classes | Namespaces
symbolic.h File Reference

Symbolic interface of mxnet. More...

#include <dmlc/base.h>
#include <dmlc/json.h>
#include <vector>
#include <memory>
#include <map>
#include <string>
#include <utility>
#include "./base.h"
#include "./c_api.h"
#include "./ndarray.h"
#include "./operator.h"
Include dependency graph for symbolic.h:

Go to the source code of this file.

Classes

class  mxnet::Symbol
 Symbol is used to represent dynamically generated symbolic computation graph. More...
 
struct  mxnet::Symbol::DataEntry
 an entry that represents output data from a node More...
 
class  mxnet::Executor
 Executor of a computation graph. Executor can be created by Binding a symbol. More...
 

Namespaces

 mxnet
 namespace of mxnet
 

Detailed Description

Symbolic interface of mxnet.

Copyright (c) 2015 by Contributors

Author
Min Lin, Bing Xu