/
Alx89
/
OpenCV
Обзор
Документация
Войти
/
Alx89
/
OpenCV
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
4.x
modules/gapi/src/api/gcommon.cpp
18 строк
536 B
Anatoliy Talamanov
Merge pull request #24845 from TolyaTalamanov:at/concurrent-executor
30 янв 2024, 17:01
Не верифицирован
30 янв 2024, 17:01
8e43c8f
Код
Авторство
О чём код?
// This file is part of OpenCV project. // It is subject to the license terms in the LICENSE file found in the top-level directory // of this distribution and at http://opencv.org/license.html. // // Copyright (C) 2024 Intel Corporation #include "precomp.hpp" #include <opencv2/gapi/gcommon.hpp> #include <opencv2/core/utility.hpp> cv::use_threaded_executor::use_threaded_executor() : num_threads(cv::getNumThreads()) { } cv::use_threaded_executor::use_threaded_executor(const uint32_t nthreads) : num_threads(nthreads) { }