python_key.py 420 B

123456789
  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 make_fx, dispatch_trace, PythonKeyTracer, decompose
  8. pythonkey_decompose = decompose