c05c0a8213
* add `equal` to tensor * add `__richcmp__` support for tensors and scalars * typo * more typos * Add `abs` + `candle.testing` * remove duplicated `broadcast_shape_binary_op` * `candle.i16` => `candle.i64` * `tensor.nelements` -> `tensor.nelement` * Cleanup `abs` |
||
---|---|---|
.. | ||
README.md | ||
__init__.py |
README.md
This python module contains external typehinting for certain candle
classes. This is only necessary for magic
methodes e.g. __add__
as their text signature cant be set via pyo3.
The classes in this module will be parsed by the stub.py
script and interleafed with the signatures of the actual pyo3 candle.candle
module.