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 9e80a07 commit a70145fCopy full SHA for a70145f
nnvm/src/pass/subgraph/tensorrt_subgraph_property.cc
@@ -173,6 +173,8 @@ class TensorRTSubgraphProperty: public SubgraphProperty {
173
this->GetAttr<std::unordered_set<std::string>>("op_names"));
174
}
175
176
+ ~TensorRTSubgraphProperty() {}
177
+
178
private:
179
nnvm::Symbol RemoveFlattenOpNodes(nnvm::Symbol sym) const {
180
std::stack<nnvm::Node*> node_stack;
0 commit comments