mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-01 12:56:29 +03:00
a183db3cef
3 lines
146 B
Cython
3 lines
146 B
Cython
cdef int arg_max(const float* scores, const int n_classes) nogil
|
|||
cdef int arg_max_if_valid(const float* scores, const int* is_valid, int n) nogil
|