1
1
mirror of https://github.com/explosion/spaCy.git synced 2025-04-28 12:53:41 +03:00
spaCy/spacy/ml
Daniël de Kok e581eeac34
precompute_hiddens/Parser: look up CPU ops once (v4) ()
* precompute_hiddens/Parser: look up CPU ops once

* precompute_hiddens: make cpu_ops private
2022-07-29 15:12:19 +02:00
..
models Auto-format code with black () 2022-06-03 11:01:55 +02:00
__init__.py Auto-format code with black () 2021-10-22 13:03:10 +02:00
_character_embed.py 🏷 Add Mypy check to CI and ignore all existing Mypy errors () 2021-10-14 15:21:40 +02:00
_precomputable_affine.py Fix compatibility with CuPy 9.x () 2022-07-26 10:52:01 +02:00
callbacks.py Add NVTX ranges to TrainablePipe components () 2022-06-30 11:28:12 +02:00
extract_ngrams.py 🏷 Add Mypy check to CI and ignore all existing Mypy errors () 2021-10-14 15:21:40 +02:00
extract_spans.py Fix entity linker batching () 2022-03-04 09:17:36 +01:00
featureextractor.py Fix import 2020-10-02 01:12:34 +02:00
parser_model.pxd Parser: use C saxpy/sgemm provided by the Ops implementation () 2022-05-27 11:20:52 +02:00
parser_model.pyx precompute_hiddens/Parser: look up CPU ops once (v4) () 2022-07-29 15:12:19 +02:00
staticvectors.py Fix issues for Mypy 0.950 and Pydantic 1.9.0 () 2022-05-25 09:33:54 +02:00
tb_framework.py TransitionBasedParser.v1 to legacy () 2021-07-06 15:26:45 +02:00