Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
torch / experimental / control_flow.py
Size: Mime:
from torch import cond  # noqa: F401
from torch._higher_order_ops.cond import UnsupportedAliasMutationException  # noqa: F401

from torch._higher_order_ops.map import (  # noqa: F401
    _stack_pytree,
    _unstack_pytree,
    map,
)