onnxruntime/winml/lib/Api.Ort/pch.h
Tiago Koji Castro Shibata f48b9e2ea7
Add adapter session tests (#3522)
* 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
2020-04-24 14:39:54 -07:00

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"