Commit d40c82e5 by tqchen

Merge branch 'master' of ssh://github.com/tqchen/tvm

parents 162ed02c f0f8c56d
...@@ -44,7 +44,8 @@ inline Type String2Type(std::string s) { ...@@ -44,7 +44,8 @@ inline Type String2Type(std::string s) {
} }
/*! \brief Variant container for API calls */ /*! \brief Variant container for API calls */
struct APIVariantValue { class APIVariantValue {
public:
/*! \brief the type id */ /*! \brief the type id */
ArgVariantID type_id{kNull}; ArgVariantID type_id{kNull};
/*! \brief shared pointer container */ /*! \brief shared pointer container */
......
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