Home
last modified time | relevance | path

Searched defs:tfLiteNode (Results 1 – 25 of 39) sorted by relevance

12

/aosp_15_r20/external/armnn/delegate/classic/src/
H A DClassicDelegateUtils.hpp75 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()
H A DRedefine.hpp23 TfLiteNode* tfLiteNode, in VisitCastOperator()
119 TfLiteNode* tfLiteNode, in VisitReshapeOperator()
261 TfLiteNode* tfLiteNode, in VisitSqueezeOperator()
276 TfLiteNode* tfLiteNode, in VisitExpandDimsOperator()
H A DConvolution.hpp22 TfLiteNode* tfLiteNode, in VisitConv2dOperator()
244 TfLiteNode* tfLiteNode, in VisitConv3dOperator()
432 TfLiteNode* tfLiteNode, in VisitDepthwiseConv2dOperator()
649 TfLiteNode* tfLiteNode, in VisitTransposeConv2dOperator()
848 TfLiteNode* tfLiteNode, in VisitConvolutionOperator()
H A Darmnn_delegate.cpp196 TfLiteNode* tfLiteNode = nullptr; in IdentifyOperatorsToDelegate() local
360 TfLiteNode* tfLiteNode = nullptr; in Create() local
479 TfLiteStatus ArmnnSubgraph::Invoke(TfLiteContext* tfLiteContext, TfLiteNode* tfLiteNode) in Invoke()
526 TfLiteNode* tfLiteNode, in VisitNode()
H A DControl.hpp55 TfLiteNode* tfLiteNode, in VisitConcatenationOperator()
192 TfLiteNode* tfLiteNode, in VisitMeanOperator()
321 TfLiteNode* tfLiteNode, in VisitControlOperator()
H A DQuantization.hpp20 TfLiteNode* tfLiteNode, in VisitDequantizeOperator()
94 TfLiteNode* tfLiteNode, in VisitQuantizeOperator()
H A DSpaceDepth.hpp18 TfLiteNode* tfLiteNode, in VisitSpaceToDepthOperator()
86 TfLiteNode* tfLiteNode, in VisitDepthToSpaceOperator()
H A DNormalization.hpp18 TfLiteNode* tfLiteNode, in VisitL2NormalizationOperator()
86 TfLiteNode* tfLiteNode, in VisitLocalResponseNormalizationOperator()
H A DBatchSpace.hpp18 TfLiteNode* tfLiteNode, in VisitBatchToSpaceNdOperator()
118 TfLiteNode* tfLiteNode, in VisitSpaceToBatchNdOperator()
H A DPooling.hpp21 TfLiteNode* tfLiteNode, in VisitPooling2dOperator()
144 TfLiteNode* tfLiteNode, in VisitPooling3dOperator()
H A DSplit.hpp21 TfLiteNode* tfLiteNode, in VisitSplitOperator()
158 TfLiteNode* tfLiteNode, in VisitSplitVOperator()
H A DRound.hpp20 TfLiteNode* tfLiteNode, in VisitFloorOperator()
H A DGatherNd.hpp19 TfLiteNode* tfLiteNode, in VisitGatherNdOperator()
H A DElementwiseUnary.hpp22 TfLiteNode* tfLiteNode, in VisitElementwiseUnaryOperator()
H A DShape.hpp21 TfLiteNode* tfLiteNode, in VisitShapeOperator()
H A DFill.hpp20 TfLiteNode* tfLiteNode, in VisitFillOperator()
H A DBatchMatMul.hpp19 TfLiteNode* tfLiteNode, in VisitBatchMatMulOperator()
H A DTranspose.hpp21 TfLiteNode* tfLiteNode, in VisitTransposeOperator()
H A DArgMinMax.hpp19 TfLiteNode* tfLiteNode, in VisitArgMinMaxOperator()
H A DComparison.hpp22 TfLiteNode* tfLiteNode, in VisitComparisonOperator()
H A DGather.hpp19 TfLiteNode* tfLiteNode, in VisitGatherOperator()
H A DLogicalBinary.hpp18 TfLiteNode* tfLiteNode, in VisitLogicalBinaryOperator()
/aosp_15_r20/external/armnn/delegate/opaque/src/
H A DOpaqueDelegateUtils.hpp77 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()
H A Darmnn_delegate.cpp179 [](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()
H A DRedefine.hpp22 TfLiteOpaqueNode* tfLiteNode, in VisitCastOperator()

12