File size: 145 Bytes
50f8b94
 
 
 
 
 
1
2
3
4
5
6
7
from torch._higher_order_ops.cond import (  # noqa: F401
    cond,
    UnsupportedAliasMutationException,
)

from ._map import map  # noqa: F401