|
|
@@ -55,7 +55,7 @@ public: |
|
|
*/ |
|
|
*/ |
|
|
std::shared_ptr<SubgraphAdapter> CreateSubgraphAdapter(const std::string &op_type); |
|
|
std::shared_ptr<SubgraphAdapter> CreateSubgraphAdapter(const std::string &op_type); |
|
|
|
|
|
|
|
|
~SubgraphAdapterFactory() {} |
|
|
|
|
|
|
|
|
~SubgraphAdapterFactory() = default; |
|
|
protected: |
|
|
protected: |
|
|
/** |
|
|
/** |
|
|
* @brief SubgraphAdapter creation function |
|
|
* @brief SubgraphAdapter creation function |
|
|
|