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]