Add #pragma once to matmul_scale_fusion.h. (#20538)

This commit is contained in:
Edward Chen 2024-05-02 15:38:11 -07:00 committed by GitHub
parent 7211eab365
commit 030a9611c2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 {