mxnet
Classes | Namespaces
symbolic.h File Reference

Symbolic graph construction API. More...

#include <string>
#include <vector>
#include <tuple>
#include <utility>
#include <unordered_map>
#include "base.h"
#include "node.h"
Include dependency graph for symbolic.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  nnvm::Symbol
 Symbol is help class used to represent the operator node in Graph. More...
 

Namespaces

 nnvm
 

Detailed Description

Symbolic graph construction API.

This API is optional, but useful to allow user to construct NNVM Graph easily, and quickly create front-end host languages.