mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-26 22:35:43 +00:00
20 lines
No EOL
521 B
C
20 lines
No EOL
521 B
C
// Copyright (c) Microsoft Corporation.
|
|
// Licensed under the MIT License.
|
|
|
|
#pragma once
|
|
|
|
#include "common.h"
|
|
|
|
#include <winrt/windows.media.h>
|
|
#include "winrt/windows.graphics.imaging.h"
|
|
#include "winrt/windows.foundation.h"
|
|
#include "winrt/windows.foundation.collections.h"
|
|
#include "comp_generated/winrt/windows.ai.machinelearning.h"
|
|
|
|
// WinML Native Headers
|
|
#include "Windows.AI.MachineLearning.Native.h"
|
|
#include "Windows.AI.MachineLearning.Native.Internal.h"
|
|
|
|
#pragma warning(disable : 4100)
|
|
|
|
#include "Errors.h" |