[ trixie ]
[ sid ]
[ 源代码: python-gfloat ]
软件包:python3-gfloat(0.3-1)
Python module of generic floating point encode/decode logic
An implementation of generic floating point encode/decode logic, handling various current and proposed floating point types:
- IEEE 754: Binary16, Binary32 - OCP Float8: E5M2, E4M3 - IEEE WG P3109: P{p} for p in 1..7 - OCP MX Formats: E2M1, M2M3, E3M2, E8M0, INT8, and the MX block formats.
The library favours readability and extensibility over speed - for fast implementations of these datatypes see, for example, ml_dtypes, bitstring, MX PyTorch Emulation Library.
其他与 python3-gfloat 有关的软件包
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-numpy
- 用于 Python 语言的快速数组运算库(Python 3)
-
- sug: python-gfloat-doc
- documentation for the gfloat Python library