ArmNN
 26.07
Sme2ShapePolicy.hpp
Go to the documentation of this file.
1 //
2 // Copyright © 2026 Arm Ltd and Contributors. All rights reserved.
3 // SPDX-License-Identifier: MIT
4 //
5 
6 #pragma once
7 
9 
10 namespace armnn
11 {
12 
13 class Graph;
14 
15 void ApplySme2ShapePolicy(const Graph& graph, bool reduceFp32ToFp16, ModelOptions& modelOptions);
16 
17 } // namespace armnn
Copyright (c) 2021 ARM Limited and Contributors.
std::vector< BackendOptions > ModelOptions
void ApplySme2ShapePolicy(const Graph &graph, bool reduceFp32ToFp16, ModelOptions &modelOptions)