We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a70145f commit 1aff34eCopy full SHA for 1aff34e
nnvm/src/pass/subgraph/tensorrt_subgraph_property.cc
@@ -173,7 +173,7 @@ class TensorRTSubgraphProperty: public SubgraphProperty {
173
this->GetAttr<std::unordered_set<std::string>>("op_names"));
174
}
175
176
- ~TensorRTSubgraphProperty() {}
+ virtual ~TensorRTSubgraphProperty() {}
177
178
private:
179
nnvm::Symbol RemoveFlattenOpNodes(nnvm::Symbol sym) const {
0 commit comments