ArmNN
 25.11
Loading...
Searching...
No Matches
NetworkFwd.hpp
Go to the documentation of this file.
1//
2// Copyright © 2017 Arm Ltd. All rights reserved.
3// SPDX-License-Identifier: MIT
4//
5#pragma once
6
7namespace armnn
8{
9
10struct LstmInputParams;
12
13class INetwork;
15class Graph;
16class IInputSlot;
17class IOutputSlot;
19class IDataLayer;
20
21} // end armnn namespace
Interface for a layer that is connectable to other layers via InputSlots and OutputSlots.
Definition INetwork.hpp:81
An input connection slot for a layer.
Definition INetwork.hpp:26
Main network class which provides the interface for building up a neural network.
Definition INetwork.hpp:348
An output connection slot for a layer.
Definition INetwork.hpp:54
Copyright (c) 2021 ARM Limited and Contributors.