onnxruntime/winml/adapter/pch.h

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