mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-04 23:59:56 +00:00
Add #pragma once to matmul_scale_fusion.h. (#20538)
This commit is contained in:
parent
7211eab365
commit
030a9611c2
1 changed files with 2 additions and 0 deletions
|
|
@ -1,6 +1,8 @@
|
|||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT License.
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "core/optimizer/graph_transformer.h"
|
||||
|
||||
namespace onnxruntime {
|
||||
|
|
|
|||
Loading…
Reference in a new issue