(self)
| 209 | self.expand_frame(f"{'abs min':8} {'abs max':8} metadata") |
| 210 | |
| 211 | def batch_end_frame(self): |
| 212 | self.expand_frame(f"{self.prefix} *** Finished batch number={self.batch_number-1} ***\n\n") |
| 213 | |
| 214 | def create_frame(self, module, input, output): |
| 215 | self.expand_frame(f"{self.prefix} {self.module_names[module]} {module.__class__.__name__}") |
nothing calls this directly
no test coverage detected