mirror of
https://github.com/huggingface/candle.git
synced 2025-06-18 19:47:12 +00:00
3 lines
329 B
Markdown
3 lines
329 B
Markdown
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. |