onnxruntime/winml/lib/Api.Core/pch.h
Brian Martin d738bdd968
Brianma/cpuwinml (#2466)
* allow building winml cpu without dml.
2019-11-22 16:13:28 -08:00

12 lines
207 B
C

// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
#pragma once
#include "cppwinrt_onnx.h"
#include "wil/wrl.h"
#include "dx.h"
#if USE_DML
#include <DirectML.h>
#endif USE_DML