mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-22 22:01:08 +00:00
12 lines
219 B
C
12 lines
219 B
C
// Copyright (c) Microsoft Corporation. All rights reserved.
|
|
// Licensed under the MIT License.
|
|
|
|
#pragma once
|
|
|
|
#include "onnx.h"
|
|
#include "wil/wrl.h"
|
|
#include "dx.h"
|
|
|
|
#if USE_DML
|
|
#include <DirectML.h>
|
|
#endif USE_DML
|