[ ソース: python-cython-blis ]
パッケージ: python3-cython-blis (0.9.1-1 など)
python3-cython-blis に関するリンク
Debian の資源:
python-cython-blis ソースパッケージをダウンロード:
- [python-cython-blis_0.9.1-1.dsc]
- [python-cython-blis_0.9.1.orig.tar.gz]
- [python-cython-blis_0.9.1-1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Fast BLAS-like operations from Python and Cython, without the tears (Python 3)
This repository provides the Blis linear algebra routines as a self-contained Python C-extension. Currently, it only supports single-threaded execution, as this is actually best for our workloads (ML inference).
This package installs the library for Python 3.
その他の python3-cython-blis 関連パッケージ
|
|
|
|
-
- dep: libc6 (>= 2.34)
- GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
- dep: python3 (<< 3.12)
- dep: python3 (>= 3.11~)
-
- dep: python3-numpy
- Fast array facility to the Python 3 language