mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-23 22:13:38 +00:00
* Start adapter tests * Fix more adapter session CMake * Implememt adapter session tests * Fix adapter test breaks * Test fixes, profiling test * Fix adapter w/ DML tests * Cleanup * Fix WinML adapter profiling test * Fix memory leaks * Remove FIXME
11 lines
267 B
C
11 lines
267 B
C
// Copyright (c) Microsoft Corporation. All rights reserved.
|
|
// Licensed under the MIT License.
|
|
|
|
#pragma once
|
|
|
|
#include "winrt_headers.h"
|
|
|
|
#include "core/providers/winml/winml_provider_factory.h"
|
|
#include "adapter/winml_adapter_c_api.h"
|
|
|
|
#include "UniqueOrtPtr.h"
|