Skip to content

Commit

Permalink
Add #pragma once to matmul_scale_fusion.h. (#20538)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgchen1 authored May 2, 2024
1 parent 7211eab commit 030a961
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions onnxruntime/core/optimizer/matmul_scale_fusion.h
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down

0 comments on commit 030a961

Please sign in to comment.