|
mxnet
|
Symbolic graph construction API. More...
#include <string>#include <vector>#include <tuple>#include <utility>#include <unordered_map>#include "base.h"#include "node.h"

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