mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 17:36:30 +03:00
Whitespace
This commit is contained in:
parent
8a683a4494
commit
6d0356e6cc
|
@ -164,6 +164,7 @@ cdef class precompute_hiddens:
|
||||||
return best, backprop
|
return best, backprop
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
cdef void sum_state_features(float* output,
|
cdef void sum_state_features(float* output,
|
||||||
const float* cached, const int* token_ids, int B, int F, int O) nogil:
|
const float* cached, const int* token_ids, int B, int F, int O) nogil:
|
||||||
cdef int idx, b, f, i
|
cdef int idx, b, f, i
|
||||||
|
|
Loading…
Reference in New Issue
Block a user