team-10/venv/Lib/site-packages/sklearn/utils/_openmp_helpers.pxd
2025-08-02 02:00:33 +02:00

6 lines
218 B
Cython

# Helpers to access OpenMP threads information
#
# Those interfaces act as indirections which allows the non-support of OpenMP
# for implementations which have been written for it.
cdef int _openmp_thread_num() nogil