| /external/armnn/delegate/classic/src/ | 
| D | ClassicDelegateUtils.hpp | 75                                TfLiteNode* tfLiteNode,  in ValidateNumInputs()91                                 TfLiteNode* tfLiteNode,  in ValidateNumOutputs()
 155                      TfLiteNode* tfLiteNode,  in Connect()
 180                              TfLiteNode* tfLiteNode,  in FusedActivation()
 272                                           TfLiteNode* tfLiteNode,  in AddReshapeLayer()
 460 …GetConstTensorForTfLiteTensor(const TfLiteTensor* tfLiteTensors, TfLiteNode* tfLiteNode, int index)  in GetConstTensorForTfLiteTensor()
 467 bool IsOptionalOperandPresent(TfLiteNode* tfLiteNode, const int operandIndex)  in IsOptionalOperandPresent()
 481                            TfLiteNode* tfLiteNode)  in ProcessInputs()
 
 | 
| D | Redefine.hpp | 23                                TfLiteNode* tfLiteNode,  in VisitCastOperator()119                                   TfLiteNode* tfLiteNode,  in VisitReshapeOperator()
 261                                   TfLiteNode* tfLiteNode,  in VisitSqueezeOperator()
 276                                      TfLiteNode* tfLiteNode,  in VisitExpandDimsOperator()
 
 | 
| D | Quantization.hpp | 20                                      TfLiteNode* tfLiteNode,  in VisitDequantizeOperator()94                                    TfLiteNode* tfLiteNode,  in VisitQuantizeOperator()
 
 | 
| D | Convolution.hpp | 22                                  TfLiteNode* tfLiteNode,  in VisitConv2dOperator()244                                  TfLiteNode* tfLiteNode,  in VisitConv3dOperator()
 432                                           TfLiteNode* tfLiteNode,  in VisitDepthwiseConv2dOperator()
 649                                           TfLiteNode* tfLiteNode,  in VisitTransposeConv2dOperator()
 848                                       TfLiteNode* tfLiteNode,  in VisitConvolutionOperator()
 
 | 
| D | Control.hpp | 55                                         TfLiteNode* tfLiteNode,  in VisitConcatenationOperator()192                                TfLiteNode* tfLiteNode,  in VisitMeanOperator()
 321                                   TfLiteNode* tfLiteNode,  in VisitControlOperator()
 
 | 
| D | Normalization.hpp | 18                                           TfLiteNode* tfLiteNode,  in VisitL2NormalizationOperator()86                                                      TfLiteNode* tfLiteNode,  in VisitLocalResponseNormalizationOperator()
 
 | 
| D | SpaceDepth.hpp | 18                                        TfLiteNode* tfLiteNode,  in VisitSpaceToDepthOperator()86                                        TfLiteNode* tfLiteNode,  in VisitDepthToSpaceOperator()
 
 | 
| D | armnn_delegate.cpp | 196         TfLiteNode* tfLiteNode = nullptr;  in IdentifyOperatorsToDelegate()  local360         TfLiteNode* tfLiteNode = nullptr;  in Create()  local
 479 TfLiteStatus ArmnnSubgraph::Invoke(TfLiteContext* tfLiteContext, TfLiteNode* tfLiteNode)  in Invoke()
 526                                       TfLiteNode* tfLiteNode,  in VisitNode()
 
 | 
| D | BatchSpace.hpp | 18                                          TfLiteNode* tfLiteNode,  in VisitBatchToSpaceNdOperator()118                                          TfLiteNode* tfLiteNode,  in VisitSpaceToBatchNdOperator()
 
 | 
| D | Pooling.hpp | 21                                     TfLiteNode* tfLiteNode,  in VisitPooling2dOperator()144                                     TfLiteNode* tfLiteNode,  in VisitPooling3dOperator()
 
 | 
| D | Round.hpp | 20                                 TfLiteNode* tfLiteNode,  in VisitFloorOperator()
 | 
| D | GatherNd.hpp | 19                                  TfLiteNode* tfLiteNode,  in VisitGatherNdOperator()
 | 
| D | Split.hpp | 21                                 TfLiteNode* tfLiteNode,  in VisitSplitOperator()158                                  TfLiteNode* tfLiteNode,  in VisitSplitVOperator()
 
 | 
| D | Shape.hpp | 21                                TfLiteNode* tfLiteNode,  in VisitShapeOperator()
 | 
| D | ElementwiseUnary.hpp | 22                                            TfLiteNode* tfLiteNode,  in VisitElementwiseUnaryOperator()
 | 
| D | Fill.hpp | 20                                TfLiteNode* tfLiteNode,  in VisitFillOperator()
 | 
| D | Comparison.hpp | 22                                      TfLiteNode* tfLiteNode,  in VisitComparisonOperator()
 | 
| D | Gather.hpp | 19                                  TfLiteNode* tfLiteNode,  in VisitGatherOperator()
 | 
| D | BatchMatMul.hpp | 19                                           TfLiteNode* tfLiteNode,  in VisitBatchMatMulOperator()
 | 
| D | Transpose.hpp | 21                                     TfLiteNode* tfLiteNode,  in VisitTransposeOperator()
 | 
| D | ArgMinMax.hpp | 19                                     TfLiteNode* tfLiteNode,  in VisitArgMinMaxOperator()
 | 
| D | LogicalBinary.hpp | 18                                         TfLiteNode* tfLiteNode,  in VisitLogicalBinaryOperator()
 | 
| /external/armnn/delegate/opaque/src/ | 
| D | OpaqueDelegateUtils.hpp | 77                                TfLiteOpaqueNode* tfLiteNode,  in ValidateNumInputs()93                                 TfLiteOpaqueNode* tfLiteNode,  in ValidateNumOutputs()
 170                      TfLiteOpaqueNode* tfLiteNode,  in Connect()
 227                              TfLiteOpaqueNode* tfLiteNode,  in FusedActivation()
 324                                           TfLiteOpaqueNode* tfLiteNode,  in AddReshapeLayer()
 541                                                   TfLiteOpaqueNode* tfLiteNode,  in GetConstTensorForTfLiteTensor()
 550 bool IsOptionalOperandPresent(TfLiteOpaqueNode* tfLiteNode, const int operandIndex)  in IsOptionalOperandPresent()
 576                            TfLiteOpaqueNode* tfLiteNode)  in ProcessInputs()
 
 | 
| D | armnn_delegate.cpp | 179             [](TfLiteOpaqueContext* tfLiteContext, TfLiteOpaqueNode* tfLiteNode) -> TfLiteStatus  in DoPrepare()180             {  in DoPrepare()
 263         TfLiteOpaqueNode* tfLiteNode = nullptr;  in IdentifyOperatorsToDelegate()  local
 428         TfLiteOpaqueNode* tfLiteNode = nullptr;  in Create()  local
 546 TfLiteStatus ArmnnSubgraph::Invoke(TfLiteOpaqueContext* tfLiteContext, TfLiteOpaqueNode* tfLiteNode)  in Invoke()
 620                                       TfLiteOpaqueNode* tfLiteNode,  in VisitNode()
 
 | 
| D | Redefine.hpp | 22                                TfLiteOpaqueNode* tfLiteNode,  in VisitCastOperator()
 |