| /external/armnn/delegate/opaque/src/ |
| D | armnn_delegate.cpp | 109 TfLiteStatus DoPrepare(TfLiteOpaqueContext* tfLiteContext, TfLiteOpaqueDelegate* tfLiteDelegate, vo… in DoPrepare() 154 [](TfLiteOpaqueContext* tfLiteContext, void* buffer) -> void in DoPrepare() 166 [](TfLiteOpaqueContext* tfLiteContext, TfLiteOpaqueNode* tfLiteNode) -> TfLiteStatus in DoPrepare() 179 [](TfLiteOpaqueContext* tfLiteContext, TfLiteOpaqueNode* tfLiteNode) -> TfLiteStatus in DoPrepare() 180 { in DoPrepare() 235 TfLiteIntArray* ArmnnOpaqueDelegate::IdentifyOperatorsToDelegate(TfLiteOpaqueContext* tfLiteContext) in IdentifyOperatorsToDelegate() 324 TfLiteOpaqueContext* tfLiteContext, in AddInputLayer() 362 TfLiteOpaqueContext* tfLiteContext, in AddOutputLayer() 389 ArmnnSubgraph* ArmnnSubgraph::Create(TfLiteOpaqueContext* tfLiteContext, in Create() 540 TfLiteStatus ArmnnSubgraph::Prepare(TfLiteOpaqueContext* tfLiteContext) in Prepare() [all …]
|
| D | OpaqueDelegateUtils.hpp | 30 #define FORWARD_LAYER_OPAQUE_SUPPORT_FUNC(opName, tfLiteContext, func, backends, supported, setBack… argument 76 TfLiteStatus ValidateNumInputs(TfLiteOpaqueContext* tfLiteContext, in ValidateNumInputs() 92 TfLiteStatus ValidateNumOutputs(TfLiteOpaqueContext* tfLiteContext, in ValidateNumOutputs() 133 bool IsValid(TfLiteOpaqueContext* tfLiteContext, in IsValid() 169 TfLiteOpaqueContext* tfLiteContext, in Connect() 226 TfLiteStatus FusedActivation(TfLiteOpaqueContext* tfLiteContext, in FusedActivation() 323 armnn::IConnectableLayer* AddReshapeLayer(TfLiteOpaqueContext* tfLiteContext, in AddReshapeLayer() 540 armnn::ConstTensor* GetConstTensorForTfLiteTensor(const TfLiteOpaqueContext* tfLiteContext, in GetConstTensorForTfLiteTensor() 575 TfLiteOpaqueContext* tfLiteContext, in ProcessInputs()
|
| D | Redefine.hpp | 21 TfLiteOpaqueContext* tfLiteContext, in VisitCastOperator()
|
| /external/armnn/delegate/classic/src/ |
| D | ElementwiseBinary.hpp | 22 TfLiteContext* tfLiteContext, in ValidateAddOperator() 49 TfLiteContext* tfLiteContext, in ValidateDivOperator() 74 TfLiteContext* tfLiteContext, in ValidateFloorDivOperator() 103 TfLiteContext* tfLiteContext, in ValidateMaximumOperator() 128 TfLiteContext* tfLiteContext, in ValidateMinimumOperator() 153 TfLiteContext* tfLiteContext, in ValidateMulOperator() 178 TfLiteContext* tfLiteContext, in ValidateSubOperator() 221 TfLiteContext* tfLiteContext, in VisitElementwiseBinaryOperator()
|
| D | armnn_delegate.cpp | 78 TfLiteStatus DoPrepare(TfLiteContext* tfLiteContext, TfLiteDelegate* tfLiteDelegate) in DoPrepare() 174 TfLiteIntArray* Delegate::IdentifyOperatorsToDelegate(TfLiteContext* tfLiteContext) in IdentifyOperatorsToDelegate() 267 TfLiteContext* tfLiteContext, in AddInputLayer() 299 TfLiteContext* tfLiteContext, in AddOutputLayer() 321 ArmnnSubgraph* ArmnnSubgraph::Create(TfLiteContext* tfLiteContext, in Create() 473 TfLiteStatus ArmnnSubgraph::Prepare(TfLiteContext* tfLiteContext) in Prepare() 479 TfLiteStatus ArmnnSubgraph::Invoke(TfLiteContext* tfLiteContext, TfLiteNode* tfLiteNode) in Invoke() 524 TfLiteContext* tfLiteContext, in VisitNode()
|
| D | ClassicDelegateUtils.hpp | 29 #define FORWARD_LAYER_SUPPORT_FUNC(opName, tfLiteContext, func, backends, supported, setBackend, ..… argument 74 TfLiteStatus ValidateNumInputs(TfLiteContext* tfLiteContext, in ValidateNumInputs() 90 TfLiteStatus ValidateNumOutputs(TfLiteContext* tfLiteContext, in ValidateNumOutputs() 121 bool IsValid(TfLiteContext* tfLiteContext, const TfLiteTensor& tfLiteTensor, int32_t operatorCode, … in IsValid() 179 TfLiteStatus FusedActivation(TfLiteContext* tfLiteContext, in FusedActivation() 271 armnn::IConnectableLayer* AddReshapeLayer(TfLiteContext* tfLiteContext, in AddReshapeLayer() 480 TfLiteContext* tfLiteContext, in ProcessInputs()
|
| D | Softmax.hpp | 19 TfLiteContext* tfLiteContext, in ValidateSoftmaxOperator() 39 TfLiteContext* tfLiteContext, in ValidateLogSoftmaxOperator() 58 TfLiteContext* tfLiteContext, in VisitSoftmaxOperator()
|
| D | Redefine.hpp | 22 TfLiteContext* tfLiteContext, in VisitCastOperator() 118 TfLiteContext* tfLiteContext, in VisitReshapeOperator() 260 TfLiteContext* tfLiteContext, in VisitSqueezeOperator() 275 TfLiteContext* tfLiteContext, in VisitExpandDimsOperator()
|
| D | SharedFunctions.cpp | 19 TfLiteContext* tfLiteContext, in ValidateFloorOperator() 40 TfLiteContext* tfLiteContext, in ValidateFusedActivationOperator()
|
| D | Activation.hpp | 19 TfLiteContext* tfLiteContext, in ValidateActivationOperator() 43 TfLiteContext* tfLiteContext, in VisitActivationOperator()
|
| D | Resize.hpp | 25 TfLiteContext* tfLiteContext, in ValidateResizeOperator() 45 TfLiteContext* tfLiteContext, in VisitResizeOperator()
|
| D | Prelu.hpp | 19 TfLiteContext* tfLiteContext, in ValidatePreluOperator() 43 TfLiteContext* tfLiteContext, in VisitPreluOperator()
|
| D | Quantization.hpp | 19 TfLiteContext* tfLiteContext, in VisitDequantizeOperator() 93 TfLiteContext* tfLiteContext, in VisitQuantizeOperator()
|
| D | Convolution.hpp | 21 TfLiteContext* tfLiteContext, in VisitConv2dOperator() 243 TfLiteContext* tfLiteContext, in VisitConv3dOperator() 431 TfLiteContext* tfLiteContext, in VisitDepthwiseConv2dOperator() 648 TfLiteContext* tfLiteContext, in VisitTransposeConv2dOperator() 847 TfLiteContext* tfLiteContext, in VisitConvolutionOperator()
|
| D | Control.hpp | 54 TfLiteContext* tfLiteContext, in VisitConcatenationOperator() 191 TfLiteContext* tfLiteContext, in VisitMeanOperator() 320 TfLiteContext* tfLiteContext, in VisitControlOperator()
|
| D | Normalization.hpp | 17 TfLiteContext* tfLiteContext, in VisitL2NormalizationOperator() 85 TfLiteContext* tfLiteContext, in VisitLocalResponseNormalizationOperator()
|
| D | SpaceDepth.hpp | 17 TfLiteContext* tfLiteContext, in VisitSpaceToDepthOperator() 85 TfLiteContext* tfLiteContext, in VisitDepthToSpaceOperator()
|
| D | BatchSpace.hpp | 17 TfLiteContext* tfLiteContext, in VisitBatchToSpaceNdOperator() 117 TfLiteContext* tfLiteContext, in VisitSpaceToBatchNdOperator()
|
| D | Pooling.hpp | 20 TfLiteContext* tfLiteContext, in VisitPooling2dOperator() 143 TfLiteContext* tfLiteContext, in VisitPooling3dOperator()
|
| D | Round.hpp | 19 TfLiteContext* tfLiteContext, in VisitFloorOperator()
|
| D | GatherNd.hpp | 18 TfLiteContext* tfLiteContext, in VisitGatherNdOperator()
|
| D | Split.hpp | 20 TfLiteContext* tfLiteContext, in VisitSplitOperator() 157 TfLiteContext* tfLiteContext, in VisitSplitVOperator()
|
| D | Shape.hpp | 20 TfLiteContext* tfLiteContext, in VisitShapeOperator()
|
| D | ElementwiseUnary.hpp | 21 TfLiteContext* tfLiteContext, in VisitElementwiseUnaryOperator()
|
| D | Fill.hpp | 19 TfLiteContext* tfLiteContext, in VisitFillOperator()
|