mxnet
Classes | Namespaces
op_map.h File Reference

definition of OpMap More...

#include <map>
#include <string>
#include "mxnet-cpp/base.h"
#include "dmlc/logging.h"
Include dependency graph for op_map.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  mxnet::cpp::OpMap
 OpMap instance holds a map of all the symbol creators so we can get symbol creators by name. This is used internally by Symbol and Operator. More...
 

Namespaces

 mxnet
 namespace of mxnet
 
 mxnet::cpp
 

Detailed Description

definition of OpMap

Copyright (c) 2016 by Contributors

Author
Chuntao Hong