diff --git a/lab_6_Manipulating_ONNC_IR/lab_6.md b/lab_6_Manipulating_ONNC_IR/lab_6.md index 46cec59..dddf468 100644 --- a/lab_6_Manipulating_ONNC_IR/lab_6.md +++ b/lab_6_Manipulating_ONNC_IR/lab_6.md @@ -77,6 +77,8 @@ Pass is an abstraction of each execution in ONNC framework. It is designed for m First, create a pass by inheriting from the `CustomPass` abstract class. ```cpp +// GraphvizONNCIRPass.h + #include class GraphvizONNCIRPass : public CustomPass