Skip to content

Commit a70145f

Browse files
committed
Add destructor
1 parent 9e80a07 commit a70145f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nnvm/src/pass/subgraph/tensorrt_subgraph_property.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,8 @@ class TensorRTSubgraphProperty: public SubgraphProperty {
173173
this->GetAttr<std::unordered_set<std::string>>("op_names"));
174174
}
175175

176+
~TensorRTSubgraphProperty() {}
177+
176178
private:
177179
nnvm::Symbol RemoveFlattenOpNodes(nnvm::Symbol sym) const {
178180
std::stack<nnvm::Node*> node_stack;

0 commit comments

Comments
 (0)