mxnet
Namespaces | Typedefs
graph_attr_types.h File Reference

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

#include <mxnet/op_attr_types.h>
#include <vector>
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

 mxnet
 namespace of mxnet
 

Typedefs

using mxnet::StorageTypeVector = std::vector< int >
 The result holder of storage type of each NodeEntry in the graph. More...
 
using mxnet::DispatchModeVector = std::vector< DispatchMode >
 The result holder of dispatch mode of each Node in the graph. More...
 

Detailed Description

Data structures that can appear in graph attributes.