Rate this Page
โ˜… โ˜… โ˜… โ˜… โ˜…

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]