mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-26 19:52:38 +00:00
16 lines
No EOL
311 B
C
16 lines
No EOL
311 B
C
// Copyright (c) Microsoft Corporation.
|
|
// Licensed under the MIT License.
|
|
|
|
#pragma once
|
|
|
|
#pragma warning(push)
|
|
#pragma warning(disable : 26495)
|
|
#pragma warning(disable : 6011)
|
|
|
|
#pragma warning(disable : 26451)
|
|
#pragma warning(disable : 6387)
|
|
|
|
#include "cppwinrt_onnx.h"
|
|
#include "dx.h"
|
|
|
|
#pragma warning(pop) |