mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-28 19:06:33 +03:00
2468742cb8
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
|