ai-content-maker/.venv/Lib/site-packages/torch/fx/experimental/unification/dispatch.py

7 lines
191 B
Python
Raw Normal View History

2024-05-03 04:18:51 +03:00
from functools import partial
from .multipledispatch import dispatch # type: ignore[import]
namespace = {} # type: ignore[var-annotated]
dispatch = partial(dispatch, namespace=namespace)