We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b50ae2 commit ab9c91cCopy full SHA for ab9c91c
common/tvm_utility/include/tvm_utility/pipeline.hpp
@@ -93,6 +93,7 @@ class PipelineStage
93
* @return The output of the pipeline
94
*/
95
virtual OutputType schedule(const InputType & input) = 0;
96
+ virtual ~PipelineStage() {}
97
InputType input_type_indicator_;
98
OutputType output_type_indicator_;
99
};
0 commit comments