ArmNN
 21.02
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 18 of file armnn_delegate.hpp.

Constructor & Destructor Documentation

◆ DelegateData()

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

Definition at line 20 of file armnn_delegate.hpp.

21  : m_Backends(backends)
22  , m_Network(nullptr, nullptr)
23  {}
armnn::INetworkPtr m_Network
const std::vector< armnn::BackendId > m_Backends

Member Data Documentation

◆ m_Backends

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

Definition at line 25 of file armnn_delegate.hpp.

◆ m_Network

armnn::INetworkPtr m_Network

Definition at line 26 of file armnn_delegate.hpp.

◆ m_OutputSlotForNode

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

Definition at line 27 of file armnn_delegate.hpp.


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