reconnect moved files to git repo
This commit is contained in:
14
venv/lib/python3.11/site-packages/sklearn/utils/_heap.pxd
Normal file
14
venv/lib/python3.11/site-packages/sklearn/utils/_heap.pxd
Normal file
@ -0,0 +1,14 @@
|
||||
# Heap routines, used in various Cython implementations.
|
||||
|
||||
from cython cimport floating
|
||||
|
||||
from ._typedefs cimport intp_t
|
||||
|
||||
|
||||
cdef int heap_push(
|
||||
floating* values,
|
||||
intp_t* indices,
|
||||
intp_t size,
|
||||
floating val,
|
||||
intp_t val_idx,
|
||||
) noexcept nogil
|
||||
Reference in New Issue
Block a user