Searched refs:wrap_with_function (Results 1 – 4 of 4) sorted by relevance
28 from runner.utils import generate, wrap_with_function92 out_str = wrap_with_function(input_str, self.jit_preheat_repeats)
26 from runner.utils import generate, wrap_with_function144 out_str += wrap_with_function(descriptor.get_content(), self.jit_preheat_repeats)
158 def wrap_with_function(code: str, jit_preheat_repeats: int) -> str: function
173 def wrap_with_function(code: str, jit_preheat_repeats: int) -> str: function