LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
thinc/__init__.pxd
thinc/__init__.py
thinc/about.py
thinc/api.py
thinc/compat.py
thinc/config.py
thinc/initializers.py
thinc/loss.py
thinc/model.py
thinc/mypy.py
thinc/optimizers.py
thinc/py.typed
thinc/schedules.py
thinc/types.py
thinc/util.py
thinc.egg-info/PKG-INFO
thinc.egg-info/SOURCES.txt
thinc.egg-info/dependency_links.txt
thinc.egg-info/entry_points.txt
thinc.egg-info/not-zip-safe
thinc.egg-info/requires.txt
thinc.egg-info/top_level.txt
thinc/backends/__init__.pxd
thinc/backends/__init__.py
thinc/backends/_cupy_allocators.py
thinc/backends/_custom_kernels.cu
thinc/backends/_custom_kernels.py
thinc/backends/_murmur3.cu
thinc/backends/_param_server.py
thinc/backends/cblas.pxd
thinc/backends/cblas.pyx
thinc/backends/cpu_kernels.hh
thinc/backends/cupy_ops.py
thinc/backends/linalg.pxd
thinc/backends/linalg.pyx
thinc/backends/mps_ops.py
thinc/backends/numpy_ops.pxd
thinc/backends/numpy_ops.pyx
thinc/backends/ops.py
thinc/extra/__init__.pxd
thinc/extra/__init__.py
thinc/extra/search.pxd
thinc/extra/search.pyx
thinc/extra/tests/__init__.py
thinc/extra/tests/c_test_search.pyx
thinc/layers/__init__.py
thinc/layers/add.py
thinc/layers/array_getitem.py
thinc/layers/bidirectional.py
thinc/layers/cauchysimilarity.py
thinc/layers/chain.py
thinc/layers/clipped_linear.py
thinc/layers/clone.py
thinc/layers/concatenate.py
thinc/layers/dish.py
thinc/layers/dropout.py
thinc/layers/embed.py
thinc/layers/expand_window.py
thinc/layers/gelu.py
thinc/layers/hard_swish.py
thinc/layers/hard_swish_mobilenet.py
thinc/layers/hashembed.py
thinc/layers/layernorm.py
thinc/layers/linear.py
thinc/layers/list2array.py
thinc/layers/list2padded.py
thinc/layers/list2ragged.py
thinc/layers/logistic.py
thinc/layers/lstm.py
thinc/layers/map_list.py
thinc/layers/maxout.py
thinc/layers/mish.py
thinc/layers/multisoftmax.py
thinc/layers/mxnetwrapper.py
thinc/layers/noop.py
thinc/layers/padded2list.py
thinc/layers/parametricattention.py
thinc/layers/parametricattention_v2.py
thinc/layers/premap_ids.pyx
thinc/layers/pytorchwrapper.py
thinc/layers/ragged2list.py
thinc/layers/reduce_first.py
thinc/layers/reduce_last.py
thinc/layers/reduce_max.py
thinc/layers/reduce_mean.py
thinc/layers/reduce_sum.py
thinc/layers/relu.py
thinc/layers/remap_ids.py
thinc/layers/residual.py
thinc/layers/resizable.py
thinc/layers/siamese.py
thinc/layers/sigmoid.py
thinc/layers/sigmoid_activation.py
thinc/layers/softmax.py
thinc/layers/softmax_activation.py
thinc/layers/sparselinear.pyx
thinc/layers/strings2arrays.py
thinc/layers/swish.py
thinc/layers/tensorflowwrapper.py
thinc/layers/torchscriptwrapper.py
thinc/layers/tuplify.py
thinc/layers/uniqued.py
thinc/layers/with_array.py
thinc/layers/with_array2d.py
thinc/layers/with_cpu.py
thinc/layers/with_debug.py
thinc/layers/with_flatten.py
thinc/layers/with_flatten_v2.py
thinc/layers/with_getitem.py
thinc/layers/with_list.py
thinc/layers/with_nvtx_range.py
thinc/layers/with_padded.py
thinc/layers/with_ragged.py
thinc/layers/with_reshape.py
thinc/layers/with_signpost_interval.py
thinc/shims/__init__.py
thinc/shims/mxnet.py
thinc/shims/pytorch.py
thinc/shims/pytorch_grad_scaler.py
thinc/shims/shim.py
thinc/shims/tensorflow.py
thinc/shims/torchscript.py
thinc/tests/__init__.py
thinc/tests/conftest.py
thinc/tests/enable_mxnet.py
thinc/tests/enable_tensorflow.py
thinc/tests/strategies.py
thinc/tests/test_config.py
thinc/tests/test_examples.py
thinc/tests/test_import__all__.py
thinc/tests/test_indexing.py
thinc/tests/test_initializers.py
thinc/tests/test_loss.py
thinc/tests/test_optimizers.py
thinc/tests/test_schedules.py
thinc/tests/test_serialize.py
thinc/tests/test_types.py
thinc/tests/test_util.py
thinc/tests/util.py
thinc/tests/backends/__init__.py
thinc/tests/backends/test_mem.py
thinc/tests/backends/test_ops.py
thinc/tests/extra/__init__.py
thinc/tests/extra/test_beam_search.py
thinc/tests/layers/__init__.py
thinc/tests/layers/test_basic_tagger.py
thinc/tests/layers/test_combinators.py
thinc/tests/layers/test_feed_forward.py
thinc/tests/layers/test_hash_embed.py
thinc/tests/layers/test_layers_api.py
thinc/tests/layers/test_linear.py
thinc/tests/layers/test_lstm.py
thinc/tests/layers/test_mappers.py
thinc/tests/layers/test_mnist.py
thinc/tests/layers/test_mxnet_wrapper.py
thinc/tests/layers/test_parametric_attention_v2.py
thinc/tests/layers/test_pytorch_wrapper.py
thinc/tests/layers/test_reduce.py
thinc/tests/layers/test_resizable.py
thinc/tests/layers/test_shim.py
thinc/tests/layers/test_softmax.py
thinc/tests/layers/test_sparse_linear.py
thinc/tests/layers/test_tensorflow_wrapper.py
thinc/tests/layers/test_torchscriptwrapper.py
thinc/tests/layers/test_transforms.py
thinc/tests/layers/test_uniqued.py
thinc/tests/layers/test_with_debug.py
thinc/tests/layers/test_with_flatten.py
thinc/tests/layers/test_with_transforms.py
thinc/tests/model/__init__.py
thinc/tests/model/test_model.py
thinc/tests/model/test_validation.py
thinc/tests/mypy/__init__.py
thinc/tests/mypy/test_mypy.py
thinc/tests/mypy/configs/mypy-default.ini
thinc/tests/mypy/configs/mypy-plugin.ini
thinc/tests/mypy/modules/__init__.py
thinc/tests/mypy/modules/fail_no_plugin.py
thinc/tests/mypy/modules/fail_plugin.py
thinc/tests/mypy/modules/success_no_plugin.py
thinc/tests/mypy/modules/success_plugin.py
thinc/tests/mypy/outputs/fail-no-plugin.txt
thinc/tests/mypy/outputs/fail-plugin.txt
thinc/tests/mypy/outputs/success-no-plugin.txt
thinc/tests/mypy/outputs/success-plugin.txt
thinc/tests/regression/__init__.py
thinc/tests/regression/test_issue208.py
thinc/tests/regression/test_issue564.py
thinc/tests/regression/issue519/__init__.py
thinc/tests/regression/issue519/program.py
thinc/tests/regression/issue519/test_issue519.py
thinc/tests/shims/__init__.py
thinc/tests/shims/test_pytorch_grad_scaler.py