ArmnnSubgraph class where parsing the nodes to ArmNN format and creating the ArmNN Graph.
More...
#include <armnn_delegate.hpp>
|
| ~ArmnnSubgraph () |
|
TfLiteStatus | Prepare (TfLiteContext *tfLiteContext) |
|
TfLiteStatus | Invoke (TfLiteContext *tfLiteContext, TfLiteNode *tfLiteNode) |
|
|
static ArmnnSubgraph * | Create (TfLiteContext *tfLiteContext, const TfLiteDelegateParams *parameters, const Delegate *delegate) |
|
static TfLiteStatus | VisitNode (DelegateData &delegateData, TfLiteContext *tfLiteContext, TfLiteRegistration *tfLiteRegistration, TfLiteNode *tfLiteNode, int nodeIndex) |
|
ArmnnSubgraph class where parsing the nodes to ArmNN format and creating the ArmNN Graph.
Definition at line 94 of file armnn_delegate.hpp.
◆ ~ArmnnSubgraph()
◆ Create()
static ArmnnSubgraph* Create |
( |
TfLiteContext * |
tfLiteContext, |
|
|
const TfLiteDelegateParams * |
parameters, |
|
|
const Delegate * |
delegate |
|
) |
| |
|
static |
◆ Invoke()
TfLiteStatus Invoke |
( |
TfLiteContext * |
tfLiteContext, |
|
|
TfLiteNode * |
tfLiteNode |
|
) |
| |
◆ Prepare()
TfLiteStatus Prepare |
( |
TfLiteContext * |
tfLiteContext | ) |
|
◆ VisitNode()
static TfLiteStatus VisitNode |
( |
DelegateData & |
delegateData, |
|
|
TfLiteContext * |
tfLiteContext, |
|
|
TfLiteRegistration * |
tfLiteRegistration, |
|
|
TfLiteNode * |
tfLiteNode, |
|
|
int |
nodeIndex |
|
) |
| |
|
static |
The documentation for this class was generated from the following file: