Home
last modified time | relevance | path

Searched refs:IsDynamicTensor (Results 1 – 25 of 71) sorted by relevance

123

/aosp_15_r20/external/armnn/delegate/classic/src/
H A DConvolution.hpp57 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 DQuantization.hpp29 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 DBatchMatMul.hpp39 if (IsDynamicTensor(kTfLiteLHSInputTensor) || IsDynamicTensor(kTfLiteRHSInputTensor)) in VisitBatchMatMulOperator()
49 if (IsDynamicTensor(kTfLiteOutputTensor)) in VisitBatchMatMulOperator()
H A DTranspose.hpp30 if (IsDynamicTensor(tfLiteInputTensor0)) in VisitTransposeOperator()
41 if (IsDynamicTensor(tfLiteInputTensor1)) in VisitTransposeOperator()
51 if (IsDynamicTensor(tfLiteOutputTensor)) in VisitTransposeOperator()
H A DComparison.hpp31 if (IsDynamicTensor(tfLiteInputTensor0)) in VisitComparisonOperator()
42 if (IsDynamicTensor(tfLiteInputTensor1)) in VisitComparisonOperator()
52 if (IsDynamicTensor(tfLiteOutputTensor)) in VisitComparisonOperator()
H A DPooling.hpp30 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 DResize.hpp57 if (IsDynamicTensor(tfLiteInputTensor)) in VisitResizeOperator()
69 if (IsDynamicTensor(tfLiteSizeTensor)) in VisitResizeOperator()
80 if (IsDynamicTensor(tfLiteOutputTensor)) in VisitResizeOperator()
H A DControl.hpp209 if (IsDynamicTensor(tfLiteInputTensor)) in VisitMeanOperator()
227 if (IsDynamicTensor(tfLiteAxisTensor)) in VisitMeanOperator()
245 if (IsDynamicTensor(tfLiteOutputTensor)) in VisitMeanOperator()
H A DElementwiseUnary.hpp31 if (IsDynamicTensor(tfLiteInputTensor)) in VisitElementwiseUnaryOperator()
40 if (IsDynamicTensor(tfLiteOutputTensor)) in VisitElementwiseUnaryOperator()
H A DElementwiseBinary.hpp231 if (IsDynamicTensor(tfLiteInputTensor0)) in VisitElementwiseBinaryOperator()
241 if (IsDynamicTensor(tfLiteInputTensor1)) in VisitElementwiseBinaryOperator()
251 if (IsDynamicTensor(tfLiteOutputTensor)) in VisitElementwiseBinaryOperator()
H A DSoftmax.hpp68 if (IsDynamicTensor(tfLiteInputTensor)) in VisitSoftmaxOperator()
77 if (IsDynamicTensor(tfLiteOutputTensor)) in VisitSoftmaxOperator()
H A DPad.hpp41 if (IsDynamicTensor(tfLiteInputTensor)) in VisitPadOperator()
51 if (IsDynamicTensor(tfLiteOutputTensor)) in VisitPadOperator()
/aosp_15_r20/external/armnn/shim/sl/canonical/
H A DConverter.cpp224 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 DConversionUtils.cpp229 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 DConversionUtils_1_2.hpp177 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 DConversionUtils.hpp1231 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 DConversionUtils_1_3.hpp90 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 Dif.cc94 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 Dreduce.cc503 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 Dtranspose_conv.cc629 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 Drandom_uniform.cc86 if (IsDynamicTensor(output)) { in EvalFloat()
131 if (IsDynamicTensor(output)) { in EvalInt()
H A Dif_test.cc145 EXPECT_TRUE(IsDynamicTensor(output)); in TEST_F()
154 EXPECT_TRUE(IsDynamicTensor(output)); in TEST_F()
H A Drandom_uniform_custom.cc92 if (IsDynamicTensor(output)) { in EvalFloat()
137 if (IsDynamicTensor(output)) { in EvalInt()
H A Dwhile.cc100 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 Ddelegate_test.cc353 ASSERT_FALSE(IsDynamicTensor(6)); in TEST_F()
378 ASSERT_FALSE(IsDynamicTensor(3)); in TEST_F()
406 ASSERT_TRUE(IsDynamicTensor(8)); in TEST_F()

123