ArmNN
 25.11
Loading...
Searching...
No Matches
DelegateData Struct Reference

#include <armnn_delegate.hpp>

Public Member Functions

 DelegateData (const std::vector< armnn::BackendId > &backends)

Public Attributes

const std::vector< armnn::BackendIdm_Backends
armnn::INetworkPtr m_Network
std::vector< armnn::IOutputSlot * > m_OutputSlotForNode

Detailed Description

Definition at line 24 of file armnn_delegate.hpp.

Constructor & Destructor Documentation

◆ DelegateData()

DelegateData ( const std::vector< armnn::BackendId > & backends)
inline

Definition at line 26 of file armnn_delegate.hpp.

27 : m_Backends(backends)
28 , m_Network(nullptr, nullptr)
29 {}

References m_Backends, and m_Network.

Member Data Documentation

◆ m_Backends

const std::vector<armnn::BackendId> m_Backends

Definition at line 31 of file armnn_delegate.hpp.

Referenced by DelegateData().

◆ m_Network

armnn::INetworkPtr m_Network

Definition at line 32 of file armnn_delegate.hpp.

Referenced by DelegateData().

◆ m_OutputSlotForNode

std::vector<armnn::IOutputSlot*> m_OutputSlotForNode

Definition at line 33 of file armnn_delegate.hpp.


The documentation for this struct was generated from the following file: