Home
last modified time | relevance | path

Searched defs:tfLiteContext (Results 1 – 25 of 40) sorted by relevance

12

/external/armnn/delegate/opaque/src/
Darmnn_delegate.cpp109 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 …]
DOpaqueDelegateUtils.hpp30 #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()
DRedefine.hpp21 TfLiteOpaqueContext* tfLiteContext, in VisitCastOperator()
/external/armnn/delegate/classic/src/
DElementwiseBinary.hpp22 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()
Darmnn_delegate.cpp78 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()
DClassicDelegateUtils.hpp29 #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()
DSoftmax.hpp19 TfLiteContext* tfLiteContext, in ValidateSoftmaxOperator()
39 TfLiteContext* tfLiteContext, in ValidateLogSoftmaxOperator()
58 TfLiteContext* tfLiteContext, in VisitSoftmaxOperator()
DRedefine.hpp22 TfLiteContext* tfLiteContext, in VisitCastOperator()
118 TfLiteContext* tfLiteContext, in VisitReshapeOperator()
260 TfLiteContext* tfLiteContext, in VisitSqueezeOperator()
275 TfLiteContext* tfLiteContext, in VisitExpandDimsOperator()
DSharedFunctions.cpp19 TfLiteContext* tfLiteContext, in ValidateFloorOperator()
40 TfLiteContext* tfLiteContext, in ValidateFusedActivationOperator()
DActivation.hpp19 TfLiteContext* tfLiteContext, in ValidateActivationOperator()
43 TfLiteContext* tfLiteContext, in VisitActivationOperator()
DResize.hpp25 TfLiteContext* tfLiteContext, in ValidateResizeOperator()
45 TfLiteContext* tfLiteContext, in VisitResizeOperator()
DPrelu.hpp19 TfLiteContext* tfLiteContext, in ValidatePreluOperator()
43 TfLiteContext* tfLiteContext, in VisitPreluOperator()
DQuantization.hpp19 TfLiteContext* tfLiteContext, in VisitDequantizeOperator()
93 TfLiteContext* tfLiteContext, in VisitQuantizeOperator()
DConvolution.hpp21 TfLiteContext* tfLiteContext, in VisitConv2dOperator()
243 TfLiteContext* tfLiteContext, in VisitConv3dOperator()
431 TfLiteContext* tfLiteContext, in VisitDepthwiseConv2dOperator()
648 TfLiteContext* tfLiteContext, in VisitTransposeConv2dOperator()
847 TfLiteContext* tfLiteContext, in VisitConvolutionOperator()
DControl.hpp54 TfLiteContext* tfLiteContext, in VisitConcatenationOperator()
191 TfLiteContext* tfLiteContext, in VisitMeanOperator()
320 TfLiteContext* tfLiteContext, in VisitControlOperator()
DNormalization.hpp17 TfLiteContext* tfLiteContext, in VisitL2NormalizationOperator()
85 TfLiteContext* tfLiteContext, in VisitLocalResponseNormalizationOperator()
DSpaceDepth.hpp17 TfLiteContext* tfLiteContext, in VisitSpaceToDepthOperator()
85 TfLiteContext* tfLiteContext, in VisitDepthToSpaceOperator()
DBatchSpace.hpp17 TfLiteContext* tfLiteContext, in VisitBatchToSpaceNdOperator()
117 TfLiteContext* tfLiteContext, in VisitSpaceToBatchNdOperator()
DPooling.hpp20 TfLiteContext* tfLiteContext, in VisitPooling2dOperator()
143 TfLiteContext* tfLiteContext, in VisitPooling3dOperator()
DRound.hpp19 TfLiteContext* tfLiteContext, in VisitFloorOperator()
DGatherNd.hpp18 TfLiteContext* tfLiteContext, in VisitGatherNdOperator()
DSplit.hpp20 TfLiteContext* tfLiteContext, in VisitSplitOperator()
157 TfLiteContext* tfLiteContext, in VisitSplitVOperator()
DShape.hpp20 TfLiteContext* tfLiteContext, in VisitShapeOperator()
DElementwiseUnary.hpp21 TfLiteContext* tfLiteContext, in VisitElementwiseUnaryOperator()
DFill.hpp19 TfLiteContext* tfLiteContext, in VisitFillOperator()

12