/aosp_15_r20/external/armnn/delegate/test/ |
H A D | ElementwiseUnaryTestHelper.hpp | 94 std::vector<float> tfLiteOutputValues = tfLiteInterpreter.GetOutputResult<float>(0); in ElementwiseUnaryFP32Test() local 128 std::vector<bool> tfLiteOutputValues = tfLiteInterpreter.GetOutputResult(0); in ElementwiseUnaryBoolTest() local
|
H A D | DelegateOptionsTestHelper.hpp | 250 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 D | ConvolutionTestHelper.hpp | 259 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 D | ControlTestHelper.hpp | 245 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 D | SplitTestHelper.hpp | 157 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 D | ActivationTestHelper.hpp | 94 std::vector<float> tfLiteOutputValues = tfLiteInterpreter.GetOutputResult<float>(0); in ActivationTest() local
|
H A D | TransposeTestHelper.hpp | 110 std::vector<T> tfLiteOutputValues = tfLiteInterpreter.GetOutputResult<T>(0); in TransposeTest() local
|
H A D | RoundTestHelper.hpp | 124 std::vector<T> tfLiteOutputValues = tfLiteInterpreter.GetOutputResult<T>(0); in RoundTest() local
|
H A D | SpaceDepthTestHelper.hpp | 138 std::vector<T> tfLiteOutputValues = tfLiteInterpreter.GetOutputResult<T>(0); in SpaceDepthTest() local
|
H A D | CastTestHelper.hpp | 120 std::vector<K> tfLiteOutputValues = tfLiteInterpreter.GetOutputResult<K>(0); in CastTest() local
|
H A D | FillTestHelper.hpp | 132 std::vector<T> tfLiteOutputValues = tfLiteInterpreter.GetOutputResult<T>(0); in FillTest() local
|
H A D | ShapeTestHelper.hpp | 129 std::vector<K> tfLiteOutputValues = tfLiteInterpreter.GetOutputResult<K>(0); in ShapeTest() local
|
H A D | ResizeTestHelper.hpp | 146 std::vector<float> tfLiteOutputValues = tfLiteInterpreter.GetOutputResult<float>(0); in ResizeFP32TestImpl() local
|
H A D | SoftmaxTestHelper.hpp | 124 std::vector<float> tfLiteOutputValues = tfLiteInterpreter.GetOutputResult<float>(0); in SoftmaxTest() local
|
H A D | GatherNdTestHelper.hpp | 142 std::vector<T> tfLiteOutputValues = tfLiteInterpreter.GetOutputResult<T>(0); in GatherNdTest() local
|
H A D | SliceTestHelper.hpp | 142 std::vector<T> tfLiteOutputValues = tfLiteInterpreter.GetOutputResult<T>(0); in SliceTestImpl() local
|
H A D | ComparisonTestHelper.hpp | 178 std::vector<bool> tfLiteOutputValues = tfLiteInterpreter.GetOutputResult(0); in ComparisonTest() local
|
H A D | LogicalTestHelper.hpp | 156 std::vector<bool> tfLiteOutputValues = tfLiteInterpreter.GetOutputResult(0); in LogicalBinaryTest() local
|
H A D | QuantizationTestHelper.hpp | 149 std::vector<OutputT> tfLiteOutputValues = tfLiteInterpreter.GetOutputResult<OutputT>(0); in QuantizationTest() local
|
H A D | GatherTestHelper.hpp | 145 std::vector<T> tfLiteOutputValues = tfLiteInterpreter.GetOutputResult<T>(0); in GatherTest() local
|
H A D | PreluTestHelper.hpp | 157 std::vector<float> tfLiteOutputValues = tfLiteInterpreter.GetOutputResult<float>(0); in PreluTest() local
|
H A D | UnpackTestHelper.hpp | 154 std::vector<T> tfLiteOutputValues = tfLiteInterpreter.GetOutputResult<T>(i); in UnpackTest() local
|
H A D | PackTestHelper.hpp | 154 std::vector<T> tfLiteOutputValues = tfLiteInterpreter.GetOutputResult<T>(0); in PackTest() local
|
H A D | BatchMatMulTestHelper.hpp | 152 std::vector<T> tfLiteOutputValues = tfLiteInterpreter.GetOutputResult<T>(0); in BatchMatMulTest() local
|
H A D | RedefineTestHelper.hpp | 172 std::vector<T> tfLiteOutputValues = tfLiteInterpreter.GetOutputResult<T>(0); in RedefineTest() local
|