/external/armnn/delegate/classic/src/ |
D | Quantization.hpp | 27 const TfLiteTensor* tfLiteTensors = tfLiteContext->tensors; in VisitDequantizeOperator() local 101 const TfLiteTensor* tfLiteTensors = tfLiteContext->tensors; in VisitQuantizeOperator() local
|
D | Normalization.hpp | 25 const TfLiteTensor* tfLiteTensors = tfLiteContext->tensors; in VisitL2NormalizationOperator() local 93 const TfLiteTensor* tfLiteTensors = tfLiteContext->tensors; in VisitLocalResponseNormalizationOperator() local
|
D | SpaceDepth.hpp | 25 const TfLiteTensor* tfLiteTensors = tfLiteContext->tensors; in VisitSpaceToDepthOperator() local 93 const TfLiteTensor* tfLiteTensors = tfLiteContext->tensors; in VisitDepthToSpaceOperator() local
|
D | BatchSpace.hpp | 25 const TfLiteTensor* tfLiteTensors = tfLiteContext->tensors; in VisitBatchToSpaceNdOperator() local 125 const TfLiteTensor* tfLiteTensors = tfLiteContext->tensors; in VisitSpaceToBatchNdOperator() local
|
D | Convolution.hpp | 47 const TfLiteTensor* tfLiteTensors = tfLiteContext->tensors; in VisitConv2dOperator() local 271 const TfLiteTensor* tfLiteTensors = tfLiteContext->tensors; in VisitConv3dOperator() local 458 const TfLiteTensor* tfLiteTensors = tfLiteContext->tensors; in VisitDepthwiseConv2dOperator() local 663 const TfLiteTensor* tfLiteTensors = tfLiteContext->tensors; in VisitTransposeConv2dOperator() local
|
D | Pooling.hpp | 28 const TfLiteTensor* tfLiteTensors = tfLiteContext->tensors; in VisitPooling2dOperator() local 151 const TfLiteTensor* tfLiteTensors = tfLiteContext->tensors; in VisitPooling3dOperator() local
|
D | Round.hpp | 27 const TfLiteTensor* tfLiteTensors = tfLiteContext->tensors; in VisitFloorOperator() local
|
D | Redefine.hpp | 30 const TfLiteTensor* tfLiteTensors = tfLiteContext->tensors; in VisitCastOperator() local 135 const TfLiteTensor* tfLiteTensors = tfLiteContext->tensors; in VisitReshapeOperator() local
|
D | GatherNd.hpp | 26 const TfLiteTensor* tfLiteTensors = tfLiteContext->tensors; in VisitGatherNdOperator() local
|
D | Split.hpp | 32 const TfLiteTensor* tfLiteTensors = tfLiteContext->tensors; in VisitSplitOperator() local 164 const TfLiteTensor* tfLiteTensors = tfLiteContext->tensors; in VisitSplitVOperator() local
|
D | Shape.hpp | 28 const TfLiteTensor* tfLiteTensors = tfLiteContext->tensors; in VisitShapeOperator() local
|
D | ElementwiseUnary.hpp | 29 const TfLiteTensor* tfLiteTensors = tfLiteContext->tensors; in VisitElementwiseUnaryOperator() local
|
D | Control.hpp | 69 const TfLiteTensor* tfLiteTensors = tfLiteContext->tensors; in VisitConcatenationOperator() local 199 const TfLiteTensor* tfLiteTensors = tfLiteContext->tensors; in VisitMeanOperator() local
|
D | Fill.hpp | 35 const TfLiteTensor* tfLiteTensors = tfLiteContext->tensors; in VisitFillOperator() local
|
D | Comparison.hpp | 29 const TfLiteTensor* tfLiteTensors = tfLiteContext->tensors; in VisitComparisonOperator() local
|
D | Gather.hpp | 26 const TfLiteTensor* tfLiteTensors = tfLiteContext->tensors; in VisitGatherOperator() local
|
D | BatchMatMul.hpp | 26 const TfLiteTensor* tfLiteTensors = tfLiteContext->tensors; in VisitBatchMatMulOperator() local
|
D | Transpose.hpp | 28 const TfLiteTensor *tfLiteTensors = tfLiteContext->tensors; in VisitTransposeOperator() local
|
D | ArgMinMax.hpp | 26 const TfLiteTensor* tfLiteTensors = tfLiteContext->tensors; in VisitArgMinMaxOperator() local
|
D | LogicalBinary.hpp | 26 const TfLiteTensor* tfLiteTensors = tfLiteContext->tensors; in VisitLogicalBinaryOperator() local
|
D | Activation.hpp | 51 const TfLiteTensor* tfLiteTensors = tfLiteContext->tensors; in VisitActivationOperator() local
|
D | Pack.hpp | 33 const TfLiteTensor* tfLiteTensors = tfLiteContext->tensors; in VisitPackOperator() local
|
D | Pad.hpp | 37 const TfLiteTensor* tfLiteTensors = tfLiteContext->tensors; in VisitPadOperator() local
|
D | Resize.hpp | 53 const TfLiteTensor* tfLiteTensors = tfLiteContext->tensors; in VisitResizeOperator() local
|
D | Prelu.hpp | 51 const TfLiteTensor* tfLiteTensors = tfLiteContext->tensors; in VisitPreluOperator() local
|