Commit e383338
Christian Convey
[relay] add missing virtual d'tor
Add a default virtual destructor to
`tvm::relay::transforms::GlobalSymbolCache`, so that
correct destructors run when destroying
subclass instances.1 parent d8f57ed commit e383338
File tree
2 files changed
+3
-0
lines changed- src/relay/transforms
2 files changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| 122 | + | |
| 123 | + | |
122 | 124 | | |
123 | 125 | | |
124 | 126 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| 74 | + | |
74 | 75 | | |
75 | 76 | | |
76 | 77 | | |
| |||
0 commit comments