Source: python-opt-einsum-fx Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Steffen Moeller Build-Depends: debhelper-compat (= 13), dh-sequence-python3, pybuild-plugin-pyproject, python3, python3-opt-einsum , python3-pytest , python3-setuptools, python3-torch | python3-torch-cuda | python3-torch-rocm Testsuite: autopkgtest-pkg-pybuild Standards-Version: 4.7.2 Homepage: https://github.com/Linux-cpp-lisp/opt_einsum_fx/ Vcs-Browser: https://salsa.debian.org/python-team/packages/python-opt-einsum-fx Vcs-Git: https://salsa.debian.org/python-team/packages/python-opt-einsum-fx.git Package: python3-opt-einsum-fx Architecture: all Depends: ${python3:Depends}, ${misc:Depends}, python3-opt-einsum, python3-torch | python3-torch-cuda | python3-torch-rocm Description: optimizing einsums and associated functions with PyTorch In linear algebra, the representation of multiplications of matrices and vectors may be performed in an index notation. This package knows how to optimize such einsums and functions involving them using opt_einsum and PyTorch FX compute graphs.