ArmNN
 23.08
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 23 of file armnn_delegate.hpp.

Constructor & Destructor Documentation

◆ DelegateData()

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

Definition at line 25 of file armnn_delegate.hpp.

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

Member Data Documentation

◆ m_Backends

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

Definition at line 30 of file armnn_delegate.hpp.

◆ m_Network

armnn::INetworkPtr m_Network

Definition at line 31 of file armnn_delegate.hpp.

◆ m_OutputSlotForNode

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

Definition at line 32 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:31
armnnOpaqueDelegate::DelegateData::m_Backends
const std::vector< armnn::BackendId > m_Backends
Definition: armnn_delegate.hpp:30