torch.compiler.list_backends¶ torch.compiler.list_backends(exclude_tags=('debug', 'experimental'))[原始碼][原始碼]¶ 傳回可以傳遞給 torch.compile(…, backend=”name”) 的有效字串。 參數 exclude_tags (optional) – 表示要排除的標籤的字串元組。 傳回類型 List[str]