python_key.py 441 B

1234567891011121314
  1. # Copyright (c) Facebook, Inc. and its affiliates.
  2. # All rights reserved.
  3. #
  4. # This source code is licensed under the BSD-style license found in the
  5. # LICENSE file in the root directory of this source tree.
  6. __all__ = ["make_fx", "dispatch_trace", "PythonKeyTracer", "pythonkey_decompose"]
  7. from torch.fx.experimental.proxy_tensor import (
  8. decompose,
  9. dispatch_trace,
  10. make_fx,
  11. PythonKeyTracer,
  12. )
  13. pythonkey_decompose = decompose