thunder.executors.torch_compile.make_compiled¶ thunder.executors.torch_compile.make_compiled(bsyms, sorted_unique_inputs, sorted_unique_outputs, *, mode=None)[source]¶ Return type: Callable Parameters: bsyms (list[thunder.core.symbol.BoundSymbol]) – sorted_unique_inputs (list[thunder.core.proxies.Proxy]) – sorted_unique_outputs (list[thunder.core.proxies.Proxy]) – mode (Optional[str]) –