mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-24 19:43:35 +00:00
Add pragma once (#8040)
This commit is contained in:
parent
96ead2be91
commit
ad6a306a7f
1 changed files with 5 additions and 0 deletions
|
|
@ -1,3 +1,8 @@
|
|||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT License.
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "GraphDescBuilder.h"
|
||||
|
||||
namespace Dml
|
||||
|
|
|
|||
Loading…
Reference in a new issue