/aosp_15_r20/external/armnn/delegate/test/ |
H A D | ElementwiseUnaryTestHelper.hpp | 102 std::vector<float> armnnOutputValues = armnnInterpreter.GetOutputResult<float>(0); in ElementwiseUnaryFP32Test() local 136 std::vector<bool> armnnOutputValues = armnnInterpreter.GetOutputResult(0); in ElementwiseUnaryBoolTest() local
|
H A D | DelegateOptionsTestHelper.hpp | 260 std::vector<T> armnnOutputValues = armnnInterpreter.GetOutputResult<T>(0); in DelegateOptionTest() local 300 std::vector<T> armnnOutputValues = armnnInterpreter.GetOutputResult<T>(0); in DelegateOptionNoFallbackTest() local
|
H A D | ConvolutionTestHelper.hpp | 267 std::vector<T> armnnOutputValues = armnnInterpreter.GetOutputResult<T>(0); local 500 std::vector<T> armnnOutputValues = armnnInterpreter.GetOutputResult<T>(0); local 689 std::vector<T> armnnOutputValues = armnnInterpreter.GetOutputResult<T>(0); in TransposeConvTest() local
|
H A D | ControlTestHelper.hpp | 249 std::vector<T> armnnOutputValues = armnnInterpreter.GetOutputResult<T>(0); in ConcatenationTest() local 297 std::vector<T> armnnOutputValues = armnnInterpreter.GetOutputResult<T>(0); in MeanTest() local
|
H A D | SplitTestHelper.hpp | 160 std::vector<T> armnnOutputValues = armnnInterpreter.GetOutputResult<T>(i); in SplitTest() local 323 std::vector<T> armnnOutputValues = armnnInterpreter.GetOutputResult<T>(i); in SplitVTest() local
|
H A D | ActivationTestHelper.hpp | 102 std::vector<float> armnnOutputValues = armnnInterpreter.GetOutputResult<float>(0); in ActivationTest() local
|
H A D | TransposeTestHelper.hpp | 119 std::vector<T> armnnOutputValues = armnnInterpreter.GetOutputResult<T>(0); in TransposeTest() local
|
H A D | RoundTestHelper.hpp | 132 std::vector<T> armnnOutputValues = armnnInterpreter.GetOutputResult<T>(0); in RoundTest() local
|
H A D | SpaceDepthTestHelper.hpp | 146 std::vector<T> armnnOutputValues = armnnInterpreter.GetOutputResult<T>(0); in SpaceDepthTest() local
|
H A D | CastTestHelper.hpp | 128 std::vector<K> armnnOutputValues = armnnInterpreter.GetOutputResult<K>(0); in CastTest() local
|
H A D | FillTestHelper.hpp | 139 std::vector<T> armnnOutputValues = armnnInterpreter.GetOutputResult<T>(0); in FillTest() local
|
H A D | ShapeTestHelper.hpp | 136 std::vector<K> armnnOutputValues = armnnInterpreter.GetOutputResult<K>(0); in ShapeTest() local
|
H A D | ResizeTestHelper.hpp | 155 std::vector<float> armnnOutputValues = armnnInterpreter.GetOutputResult<float>(0); in ResizeFP32TestImpl() local
|
H A D | SoftmaxTestHelper.hpp | 132 std::vector<float> armnnOutputValues = armnnInterpreter.GetOutputResult<float>(0); in SoftmaxTest() local
|
H A D | GatherNdTestHelper.hpp | 151 std::vector<T> armnnOutputValues = armnnInterpreter.GetOutputResult<T>(0); in GatherNdTest() local
|
H A D | SliceTestHelper.hpp | 150 std::vector<T> armnnOutputValues = armnnInterpreter.GetOutputResult<T>(0); in SliceTestImpl() local
|
H A D | ComparisonTestHelper.hpp | 187 std::vector<bool> armnnOutputValues = armnnInterpreter.GetOutputResult(0); in ComparisonTest() local
|
H A D | LogicalTestHelper.hpp | 165 std::vector<bool> armnnOutputValues = armnnInterpreter.GetOutputResult(0); in LogicalBinaryTest() local
|
H A D | QuantizationTestHelper.hpp | 157 std::vector<OutputT> armnnOutputValues = armnnInterpreter.GetOutputResult<OutputT>(0); in QuantizationTest() local
|
H A D | GatherTestHelper.hpp | 154 std::vector<T> armnnOutputValues = armnnInterpreter.GetOutputResult<T>(0); in GatherTest() local
|
H A D | PreluTestHelper.hpp | 160 std::vector<float> armnnOutputValues = armnnInterpreter.GetOutputResult<float>(0); in PreluTest() local
|
H A D | UnpackTestHelper.hpp | 157 std::vector<T> armnnOutputValues = armnnInterpreter.GetOutputResult<T>(i); in UnpackTest() local
|
H A D | PackTestHelper.hpp | 158 std::vector<T> armnnOutputValues = armnnInterpreter.GetOutputResult<T>(0); in PackTest() local
|
H A D | BatchMatMulTestHelper.hpp | 161 std::vector<T> armnnOutputValues = armnnInterpreter.GetOutputResult<T>(0); in BatchMatMulTest() local
|
H A D | RedefineTestHelper.hpp | 180 std::vector<T> armnnOutputValues = armnnInterpreter.GetOutputResult<T>(0); in RedefineTest() local
|