(self, label: str)
| 137 | self.page_state = self.page_manager.get_initial_page_state() |
| 138 | |
| 139 | def print_stats(self, label: str): |
| 140 | max_utils.print_mem_stats(label) |
| 141 | max_utils.print_cpu_ram_stats(label) |
| 142 | |
| 143 | def generate_aot( |
| 144 | self, params: Params, decode_state: DecodeState, rng: PRNGKeyType | None = None |
no outgoing calls
no test coverage detected