Whitespace

This commit is contained in:
Matthew Honnibal 2017-06-04 14:55:24 -05:00
parent 8a683a4494
commit 6d0356e6cc

View File

@ -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