ArmNN
 23.11
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  {}

Member Data Documentation

◆ m_Backends

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

Definition at line 31 of file armnn_delegate.hpp.

◆ m_Network

armnn::INetworkPtr m_Network

Definition at line 32 of file armnn_delegate.hpp.

◆ 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:
armnnOpaqueDelegate::DelegateData::m_Network
armnn::INetworkPtr m_Network
Definition: armnn_delegate.hpp:32
armnnOpaqueDelegate::DelegateData::m_Backends
const std::vector< armnn::BackendId > m_Backends
Definition: armnn_delegate.hpp:31