ArmNN
 24.02
ArmnnOpaqueDelegate Class Reference

ArmNN Opaque Delegate. More...

#include <armnn_delegate.hpp>

Public Member Functions

 ArmnnOpaqueDelegate (armnnDelegate::DelegateOptions options)
 
TfLiteIntArray * IdentifyOperatorsToDelegate (TfLiteOpaqueContext *context)
 
TfLiteOpaqueDelegateBuilder * GetDelegateBuilder ()
 

Static Public Member Functions

static const std::string GetVersion ()
 Retrieve version in X.Y.Z form. More...
 

Friends

class ArmnnSubgraph
 

Detailed Description

ArmNN Opaque Delegate.

Definition at line 48 of file armnn_delegate.hpp.

Constructor & Destructor Documentation

◆ ArmnnOpaqueDelegate()

ArmnnOpaqueDelegate ( armnnDelegate::DelegateOptions  options)
explicit

Member Function Documentation

◆ GetDelegateBuilder()

TfLiteOpaqueDelegateBuilder* GetDelegateBuilder ( )
inline

Definition at line 56 of file armnn_delegate.hpp.

56 { return &m_Builder; }

◆ GetVersion()

static const std::string GetVersion ( )
static

Retrieve version in X.Y.Z form.

◆ IdentifyOperatorsToDelegate()

TfLiteIntArray* IdentifyOperatorsToDelegate ( TfLiteOpaqueContext *  context)

Friends And Related Function Documentation

◆ ArmnnSubgraph

friend class ArmnnSubgraph
friend

Definition at line 50 of file armnn_delegate.hpp.


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