Home
last modified time | relevance | path

Searched defs:tfLiteOutputValues (Results 1 – 25 of 37) sorted by relevance

12

/aosp_15_r20/external/armnn/delegate/test/
H A DElementwiseUnaryTestHelper.hpp94 std::vector<float> tfLiteOutputValues = tfLiteInterpreter.GetOutputResult<float>(0); in ElementwiseUnaryFP32Test() local
128 std::vector<bool> tfLiteOutputValues = tfLiteInterpreter.GetOutputResult(0); in ElementwiseUnaryBoolTest() local
H A DDelegateOptionsTestHelper.hpp250 std::vector<T> tfLiteOutputValues = tfLiteInterpreter.GetOutputResult<T>(0); in DelegateOptionTest() local
290 std::vector<T> tfLiteOutputValues = tfLiteInterpreter.GetOutputResult<T>(0); in DelegateOptionNoFallbackTest() local
H A DConvolutionTestHelper.hpp259 std::vector<T> tfLiteOutputValues = tfLiteInterpreter.GetOutputResult<T>(0); local
492 std::vector<T> tfLiteOutputValues = tfLiteInterpreter.GetOutputResult<T>(0); local
681 std::vector<T> tfLiteOutputValues = tfLiteInterpreter.GetOutputResult<T>(0); in TransposeConvTest() local
H A DControlTestHelper.hpp245 std::vector<T> tfLiteOutputValues = tfLiteInterpreter.GetOutputResult<T>(0); in ConcatenationTest() local
289 std::vector<T> tfLiteOutputValues = tfLiteInterpreter.GetOutputResult<T>(0); in MeanTest() local
H A DSplitTestHelper.hpp157 std::vector<T> tfLiteOutputValues = tfLiteInterpreter.GetOutputResult<T>(i); in SplitTest() local
320 std::vector<T> tfLiteOutputValues = tfLiteInterpreter.GetOutputResult<T>(i); in SplitVTest() local
H A DActivationTestHelper.hpp94 std::vector<float> tfLiteOutputValues = tfLiteInterpreter.GetOutputResult<float>(0); in ActivationTest() local
H A DTransposeTestHelper.hpp110 std::vector<T> tfLiteOutputValues = tfLiteInterpreter.GetOutputResult<T>(0); in TransposeTest() local
H A DRoundTestHelper.hpp124 std::vector<T> tfLiteOutputValues = tfLiteInterpreter.GetOutputResult<T>(0); in RoundTest() local
H A DSpaceDepthTestHelper.hpp138 std::vector<T> tfLiteOutputValues = tfLiteInterpreter.GetOutputResult<T>(0); in SpaceDepthTest() local
H A DCastTestHelper.hpp120 std::vector<K> tfLiteOutputValues = tfLiteInterpreter.GetOutputResult<K>(0); in CastTest() local
H A DFillTestHelper.hpp132 std::vector<T> tfLiteOutputValues = tfLiteInterpreter.GetOutputResult<T>(0); in FillTest() local
H A DShapeTestHelper.hpp129 std::vector<K> tfLiteOutputValues = tfLiteInterpreter.GetOutputResult<K>(0); in ShapeTest() local
H A DResizeTestHelper.hpp146 std::vector<float> tfLiteOutputValues = tfLiteInterpreter.GetOutputResult<float>(0); in ResizeFP32TestImpl() local
H A DSoftmaxTestHelper.hpp124 std::vector<float> tfLiteOutputValues = tfLiteInterpreter.GetOutputResult<float>(0); in SoftmaxTest() local
H A DGatherNdTestHelper.hpp142 std::vector<T> tfLiteOutputValues = tfLiteInterpreter.GetOutputResult<T>(0); in GatherNdTest() local
H A DSliceTestHelper.hpp142 std::vector<T> tfLiteOutputValues = tfLiteInterpreter.GetOutputResult<T>(0); in SliceTestImpl() local
H A DComparisonTestHelper.hpp178 std::vector<bool> tfLiteOutputValues = tfLiteInterpreter.GetOutputResult(0); in ComparisonTest() local
H A DLogicalTestHelper.hpp156 std::vector<bool> tfLiteOutputValues = tfLiteInterpreter.GetOutputResult(0); in LogicalBinaryTest() local
H A DQuantizationTestHelper.hpp149 std::vector<OutputT> tfLiteOutputValues = tfLiteInterpreter.GetOutputResult<OutputT>(0); in QuantizationTest() local
H A DGatherTestHelper.hpp145 std::vector<T> tfLiteOutputValues = tfLiteInterpreter.GetOutputResult<T>(0); in GatherTest() local
H A DPreluTestHelper.hpp157 std::vector<float> tfLiteOutputValues = tfLiteInterpreter.GetOutputResult<float>(0); in PreluTest() local
H A DUnpackTestHelper.hpp154 std::vector<T> tfLiteOutputValues = tfLiteInterpreter.GetOutputResult<T>(i); in UnpackTest() local
H A DPackTestHelper.hpp154 std::vector<T> tfLiteOutputValues = tfLiteInterpreter.GetOutputResult<T>(0); in PackTest() local
H A DBatchMatMulTestHelper.hpp152 std::vector<T> tfLiteOutputValues = tfLiteInterpreter.GetOutputResult<T>(0); in BatchMatMulTest() local
H A DRedefineTestHelper.hpp172 std::vector<T> tfLiteOutputValues = tfLiteInterpreter.GetOutputResult<T>(0); in RedefineTest() local

12