/usr/local/lib64/python3.6/site-packages/torch/distributed/pipeline/sync/skip
NameSizeModeActions
__pycache__/-0755rm
layout.py33500644editdlrm
namespace.py14620644editdlrm
portal.py72510644editdlrm
skippable.py139250644editdlrm
tracker.py61640644editdlrm
__init__.py4500644editdlrm
Edit: /usr/local/lib64/python3.6/site-packages/torch/distributed/pipeline/sync/skip/__init__.py (450B)
# Copyright 2019 Kakao Brain # # Copyright (c) Facebook, Inc. and its affiliates. All rights reserved. # # This source code is licensed under the BSD license found in the # LICENSE file in the root directory of this source tree. """Supports efficiency with skip connections.""" from .namespace import Namespace from .skippable import pop, skippable, stash, verify_skippables __all__ = ["skippable", "stash", "pop", "verify_skippables", "Namespace"]