Searched refs:wrap_with_function (Results 1 – 3 of 3) sorted by relevance
30 from runner.utils import generate, wrap_with_function91 out_str = wrap_with_function(input_str, self.jit_preheat_repeats)
25 from runner.utils import generate, wrap_with_function100 out_str += wrap_with_function(descriptor.get_content(), self.jit_preheat_repeats)
143 def wrap_with_function(code: str, jit_preheat_repeats: int) -> str: function