| // 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) 2023 Intel Corporation | |
| namespace cv { | |
| namespace gimpl { | |
| namespace onnx { | |
| void addDMLExecutionProvider(Ort::SessionOptions *session_options, | |
| const cv::gapi::onnx::ep::DirectML &dml_ep); | |
| }}} | |