mxnet
Namespaces | Typedefs
graph_attr_types.h File Reference

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

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

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

Detailed Description

Data structures that can appear in graph attributes.