|
mxnet
|
Data structures that can appear in graph attributes. More...


Go to the source code of this file.
Namespaces | |
| nnvm | |
Typedefs | |
| using | nnvm::JSONString = std::string |
| The result holder of JSON serializer. More... | |
| using | nnvm::ShapeVector = std::vector< TShape > |
| The result holder of shape of each NodeEntry in the graph. More... | |
| using | nnvm::DTypeVector = std::vector< int > |
| The result holder of type of each NodeEntry in the graph. More... | |
| using | nnvm::LayoutVector = std::vector< Layout > |
| The result holder of layout of each NodeEntry in the graph. More... | |
| using | nnvm::DeviceVector = std::vector< int > |
| The result holder of device of each operator in the graph. More... | |
| using | nnvm::DeviceAssignMap = std::unordered_map< std::string, int > |
| The result holder of device of each operator in the graph. More... | |
| using | nnvm::StorageVector = std::vector< int > |
| The result holder of storage id of each NodeEntry in the graph. More... | |
Data structures that can appear in graph attributes.
1.8.11