/aosp_15_r20/external/armnn/delegate/classic/src/ |
H A D | Convolution.hpp | 57 if (IsDynamicTensor(tfLiteInputTensor)) in VisitConv2dOperator() 74 if (IsDynamicTensor(tfLiteOutputTensor)) in VisitConv2dOperator() 92 if (IsDynamicTensor(tfLiteFilterTensor)) in VisitConv2dOperator() 132 if (IsDynamicTensor(tfLiteBiasTensor)) in VisitConv2dOperator() 468 if (IsDynamicTensor(tfLiteInputTensor)) in VisitDepthwiseConv2dOperator() 485 if (IsDynamicTensor(tfLiteOutputTensor)) in VisitDepthwiseConv2dOperator() 503 if (IsDynamicTensor(tfLiteFilterTensor)) in VisitDepthwiseConv2dOperator() 557 if (IsDynamicTensor(tfLiteBiasTensor)) in VisitDepthwiseConv2dOperator() 673 if (IsDynamicTensor(tfLiteOutputShapeTensor)) in VisitTransposeConv2dOperator() 715 if (IsDynamicTensor(tfLiteInputTensor)) in VisitTransposeConv2dOperator() [all …]
|
H A D | Quantization.hpp | 29 if (IsDynamicTensor(tfLiteInputTensor)) in VisitDequantizeOperator() 39 if (IsDynamicTensor(tfLiteOutputTensor)) in VisitDequantizeOperator() 103 if (IsDynamicTensor(tfLiteInputTensor)) in VisitQuantizeOperator() 113 if (IsDynamicTensor(tfLiteOutputTensor)) in VisitQuantizeOperator()
|
H A D | BatchMatMul.hpp | 39 if (IsDynamicTensor(kTfLiteLHSInputTensor) || IsDynamicTensor(kTfLiteRHSInputTensor)) in VisitBatchMatMulOperator() 49 if (IsDynamicTensor(kTfLiteOutputTensor)) in VisitBatchMatMulOperator()
|
H A D | Transpose.hpp | 30 if (IsDynamicTensor(tfLiteInputTensor0)) in VisitTransposeOperator() 41 if (IsDynamicTensor(tfLiteInputTensor1)) in VisitTransposeOperator() 51 if (IsDynamicTensor(tfLiteOutputTensor)) in VisitTransposeOperator()
|
H A D | Comparison.hpp | 31 if (IsDynamicTensor(tfLiteInputTensor0)) in VisitComparisonOperator() 42 if (IsDynamicTensor(tfLiteInputTensor1)) in VisitComparisonOperator() 52 if (IsDynamicTensor(tfLiteOutputTensor)) in VisitComparisonOperator()
|
H A D | Pooling.hpp | 30 if (IsDynamicTensor(tfLiteInputTensor)) in VisitPooling2dOperator() 40 if (IsDynamicTensor(tfLiteOutputTensor)) in VisitPooling2dOperator() 153 if (IsDynamicTensor(tfLiteInputTensor)) in VisitPooling3dOperator() 163 if (IsDynamicTensor(tfLiteOutputTensor)) in VisitPooling3dOperator()
|
H A D | Resize.hpp | 57 if (IsDynamicTensor(tfLiteInputTensor)) in VisitResizeOperator() 69 if (IsDynamicTensor(tfLiteSizeTensor)) in VisitResizeOperator() 80 if (IsDynamicTensor(tfLiteOutputTensor)) in VisitResizeOperator()
|
H A D | Control.hpp | 209 if (IsDynamicTensor(tfLiteInputTensor)) in VisitMeanOperator() 227 if (IsDynamicTensor(tfLiteAxisTensor)) in VisitMeanOperator() 245 if (IsDynamicTensor(tfLiteOutputTensor)) in VisitMeanOperator()
|
H A D | ElementwiseUnary.hpp | 31 if (IsDynamicTensor(tfLiteInputTensor)) in VisitElementwiseUnaryOperator() 40 if (IsDynamicTensor(tfLiteOutputTensor)) in VisitElementwiseUnaryOperator()
|
H A D | ElementwiseBinary.hpp | 231 if (IsDynamicTensor(tfLiteInputTensor0)) in VisitElementwiseBinaryOperator() 241 if (IsDynamicTensor(tfLiteInputTensor1)) in VisitElementwiseBinaryOperator() 251 if (IsDynamicTensor(tfLiteOutputTensor)) in VisitElementwiseBinaryOperator()
|
H A D | Softmax.hpp | 68 if (IsDynamicTensor(tfLiteInputTensor)) in VisitSoftmaxOperator() 77 if (IsDynamicTensor(tfLiteOutputTensor)) in VisitSoftmaxOperator()
|
H A D | Pad.hpp | 41 if (IsDynamicTensor(tfLiteInputTensor)) in VisitPadOperator() 51 if (IsDynamicTensor(tfLiteOutputTensor)) in VisitPadOperator()
|
/aosp_15_r20/external/armnn/shim/sl/canonical/ |
H A D | Converter.cpp | 224 if(!IsDynamicTensor(outputInfo)) in ConvertAdd() 313 if(IsDynamicTensor(outputInfo)) in ConvertArgMinMax() 417 if(!IsDynamicTensor(outputInfo)) in ConvertBatchMatMul() 510 if(!IsDynamicTensor(outputInfo)) in ConvertBatchToSpaceNd() 566 if(!IsDynamicTensor(outputInfo)) in ConvertCast() 631 if(!IsDynamicTensor(outputInfo)) in ConvertComparison() 655 if(IsDynamicTensor(outputInfo)) in ConvertComparison() 692 const bool isDynamicTensor = IsDynamicTensor(outputInfo); in ConvertConcatenation() 799 if (IsDynamicTensor(outputInfo)) in ConvertConcatenation() 810 if (IsDynamicTensor(outputInfo)) in ConvertConcatenation() [all …]
|
H A D | ConversionUtils.cpp | 229 if (IsDynamicTensor(operandTensorInfo)) in ConvertToLayerInputHandle() 476 if(IsDynamicTensor(outputInfo)) in ConvertPooling2d() 569 if(!IsDynamicTensor(outputInfo)) in ConvertReduce() 626 if(IsDynamicTensor(outInfo)) in ConvertToActivation() 991 if (validateFunc && (IsDynamicTensor(outputSlot.GetTensorInfo()) || inferOutputShapes)) in SetupAndTrackLayerOutputSlot()
|
/aosp_15_r20/external/android-nn-driver/ |
H A D | ConversionUtils_1_2.hpp | 177 if(!IsDynamicTensor(outputInfo)) in ConvertCast() 266 if(!IsDynamicTensor(outputInfo)) in ConvertChannelShuffle() 337 if(!IsDynamicTensor(outputInfo)) in ConvertComparison_1_2() 507 if(!IsDynamicTensor(outputInfo)) in ConvertConv2d_1_2() 676 if(!IsDynamicTensor(outputInfo)) in ConvertDepthwiseConv2d_1_2() 770 if(!IsDynamicTensor(outputInfo)) in ConvertElementwiseUnary() 854 if(!IsDynamicTensor(outputInfo)) in ConvertExpandDims() 950 if(!IsDynamicTensor(outputInfo)) in ConvertGather() 1190 const bool isDynamic = IsDynamicTensor(outputInfo); in ConvertGroupedConv2d() 1433 if(IsDynamicTensor(outputInfo)) in ConvertInstanceNormalization() [all …]
|
H A D | ConversionUtils.hpp | 1231 if (IsDynamicTensor(operandTensorInfo)) in ConvertToLayerInputHandle() 1352 if (IsDynamicTensor(operandTensorInfo)) in ConvertToLayerInputHandle() 1491 if (validateFunc && (IsDynamicTensor(outputSlot.GetTensorInfo()) || inferOutputShapes)) in SetupAndTrackLayerOutputSlot() 1639 if(IsDynamicTensor(outInfo)) in ConvertToActivation() 1858 if(IsDynamicTensor(outputInfo)) in ConvertPooling2d() 1955 if(IsDynamicTensor(outputInfo)) in ConvertArgMinMax() 2011 const bool isDynamicTensor = IsDynamicTensor(outputInfo); in ConvertConcatenation() 2122 if (IsDynamicTensor(outputInfo)) in ConvertConcatenation() 2133 if (IsDynamicTensor(outputInfo)) in ConvertConcatenation() 2328 if (!IsDynamicTensor(afterConcatInfo)) in ConvertConcatenation() [all …]
|
H A D | ConversionUtils_1_3.hpp | 90 if (IsDynamicTensor(outputInfo)) in ConvertFill() 207 if(!IsDynamicTensor(outputInfo)) in ConvertLogicalBinary() 707 if (!IsDynamicTensor(constOutputStateOutInfo) && in ConvertQuantizedLstm() 708 !IsDynamicTensor(cellStateOutInfo) && in ConvertQuantizedLstm() 709 !IsDynamicTensor(constOutputInfo)) in ConvertQuantizedLstm() 775 if (IsDynamicTensor(outInfo)) in ConvertRank()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ |
H A D | if.cc | 94 if (IsDynamicTensor(input)) { in Prepare() 168 if (IsDynamicTensor(subgraph_input)) { in Eval() 186 if (IsDynamicTensor(output)) { in Eval() 210 if (IsDynamicTensor(output)) { in Eval()
|
H A D | reduce.cc | 503 if (IsDynamicTensor(op_context.output)) { in EvalMean() 512 if (IsDynamicTensor(normalized_dims)) { in EvalMean() 711 if (IsDynamicTensor(op_context->output)) { in EvalType() 794 if (IsDynamicTensor(normalized_dims)) { in EvalType() 874 if (IsDynamicTensor(op_context.output)) { in EvalSum() 928 if (IsDynamicTensor(normalized_dims)) { in EvalQuantizedProd() 933 if (IsDynamicTensor(output)) { in EvalQuantizedProd()
|
H A D | transpose_conv.cc | 629 if (IsDynamicTensor(output)) { in Eval() 632 if (data->has_col2im && IsDynamicTensor(col2im)) { in Eval() 667 if (IsDynamicTensor(scratch_buffer)) { in Eval() 686 if (IsDynamicTensor(scratch_buffer)) { in Eval() 703 if (IsDynamicTensor(scratch_buffer)) { in Eval()
|
H A D | random_uniform.cc | 86 if (IsDynamicTensor(output)) { in EvalFloat() 131 if (IsDynamicTensor(output)) { in EvalInt()
|
H A D | if_test.cc | 145 EXPECT_TRUE(IsDynamicTensor(output)); in TEST_F() 154 EXPECT_TRUE(IsDynamicTensor(output)); in TEST_F()
|
H A D | random_uniform_custom.cc | 92 if (IsDynamicTensor(output)) { in EvalFloat() 137 if (IsDynamicTensor(output)) { in EvalInt()
|
H A D | while.cc | 100 if (IsDynamicTensor(dst_tensor)) { in CopyTensorsData() 262 if (IsDynamicTensor(cond_output)) { in Prepare_impl() 309 TF_LITE_ENSURE(context, !IsDynamicTensor(body_output)); in Prepare_impl()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/flex/ |
H A D | delegate_test.cc | 353 ASSERT_FALSE(IsDynamicTensor(6)); in TEST_F() 378 ASSERT_FALSE(IsDynamicTensor(3)); in TEST_F() 406 ASSERT_TRUE(IsDynamicTensor(8)); in TEST_F()
|