24.08
|
#include <armnn_delegate.hpp>
Public Member Functions | |
DelegateData (const std::vector< armnn::BackendId > &backends) | |
Public Attributes | |
const std::vector< armnn::BackendId > | m_Backends |
armnn::INetworkPtr | m_Network |
std::vector< armnn::IOutputSlot * > | m_OutputSlotForNode |
Definition at line 24 of file armnn_delegate.hpp.
|
inline |
Definition at line 26 of file armnn_delegate.hpp.
const std::vector<armnn::BackendId> m_Backends |
Definition at line 31 of file armnn_delegate.hpp.
armnn::INetworkPtr m_Network |
Definition at line 32 of file armnn_delegate.hpp.
std::vector<armnn::IOutputSlot*> m_OutputSlotForNode |
Definition at line 33 of file armnn_delegate.hpp.