Commit 5821a8ad by Junru Shao Committed by Wuwei Lin

Export tvm::relay::OpRegistry::OpRegistry (#3711)

parent 9d30457c
...@@ -260,7 +260,7 @@ class OpRegistry { ...@@ -260,7 +260,7 @@ class OpRegistry {
/*! \brief The operator */ /*! \brief The operator */
Op op_; Op op_;
// private constructor // private constructor
OpRegistry(); TVM_DLL OpRegistry();
// return internal pointer to op. // return internal pointer to op.
inline OpNode* get(); inline OpNode* get();
// update the attribute OpMap // update the attribute OpMap
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment