1 // 2 // Copyright © 2017 Arm Ltd. All rights reserved. 3 // SPDX-License-Identifier: MIT 4 // 5 #pragma once 6 7 namespace armnn 8 { 9 struct LstmInputParams; 10 struct QuantizedLstmInputParams; 11 class INetwork; 12 class IOptimizedNetwork; 13 class Graph; 14 class IInputSlot; 15 class IOutputSlot; 16 class IConnectableLayer; 17 class IDataLayer; 18 } 19