torch.compiler.list_backends torch.compiler.list_backends(exclude_tags=('debug', 'experimental')) [source] Return valid strings that can be passed to torch.compile(…, backend=”name”). Parameters exclude_tags (optional) – A tuple of strings representing tags to exclude. Return type list[str]