Home
last modified time | relevance | path

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

12

/external/armnn/delegate/test/
DElementwiseUnaryTestHelper.hpp102 std::vector<float> armnnOutputValues = armnnInterpreter.GetOutputResult<float>(0); in ElementwiseUnaryFP32Test() local
136 std::vector<bool> armnnOutputValues = armnnInterpreter.GetOutputResult(0); in ElementwiseUnaryBoolTest() local
DDelegateOptionsTestHelper.hpp260 std::vector<T> armnnOutputValues = armnnInterpreter.GetOutputResult<T>(0); in DelegateOptionTest() local
300 std::vector<T> armnnOutputValues = armnnInterpreter.GetOutputResult<T>(0); in DelegateOptionNoFallbackTest() local
DSplitTestHelper.hpp160 std::vector<T> armnnOutputValues = armnnInterpreter.GetOutputResult<T>(i); in SplitTest() local
323 std::vector<T> armnnOutputValues = armnnInterpreter.GetOutputResult<T>(i); in SplitVTest() local
DControlTestHelper.hpp249 std::vector<T> armnnOutputValues = armnnInterpreter.GetOutputResult<T>(0); in ConcatenationTest() local
297 std::vector<T> armnnOutputValues = armnnInterpreter.GetOutputResult<T>(0); in MeanTest() local
DActivationTestHelper.hpp102 std::vector<float> armnnOutputValues = armnnInterpreter.GetOutputResult<float>(0); in ActivationTest() local
DTransposeTestHelper.hpp119 std::vector<T> armnnOutputValues = armnnInterpreter.GetOutputResult<T>(0); in TransposeTest() local
DRoundTestHelper.hpp132 std::vector<T> armnnOutputValues = armnnInterpreter.GetOutputResult<T>(0); in RoundTest() local
DSpaceDepthTestHelper.hpp146 std::vector<T> armnnOutputValues = armnnInterpreter.GetOutputResult<T>(0); in SpaceDepthTest() local
DCastTestHelper.hpp128 std::vector<K> armnnOutputValues = armnnInterpreter.GetOutputResult<K>(0); in CastTest() local
DFillTestHelper.hpp139 std::vector<T> armnnOutputValues = armnnInterpreter.GetOutputResult<T>(0); in FillTest() local
DResizeTestHelper.hpp155 std::vector<float> armnnOutputValues = armnnInterpreter.GetOutputResult<float>(0); in ResizeFP32TestImpl() local
DShapeTestHelper.hpp136 std::vector<K> armnnOutputValues = armnnInterpreter.GetOutputResult<K>(0); in ShapeTest() local
DSliceTestHelper.hpp150 std::vector<T> armnnOutputValues = armnnInterpreter.GetOutputResult<T>(0); in SliceTestImpl() local
DSoftmaxTestHelper.hpp132 std::vector<float> armnnOutputValues = armnnInterpreter.GetOutputResult<float>(0); in SoftmaxTest() local
DGatherNdTestHelper.hpp151 std::vector<T> armnnOutputValues = armnnInterpreter.GetOutputResult<T>(0); in GatherNdTest() local
DPreluTestHelper.hpp160 std::vector<float> armnnOutputValues = armnnInterpreter.GetOutputResult<float>(0); in PreluTest() local
DQuantizationTestHelper.hpp157 std::vector<OutputT> armnnOutputValues = armnnInterpreter.GetOutputResult<OutputT>(0); in QuantizationTest() local
DComparisonTestHelper.hpp187 std::vector<bool> armnnOutputValues = armnnInterpreter.GetOutputResult(0); in ComparisonTest() local
DGatherTestHelper.hpp154 std::vector<T> armnnOutputValues = armnnInterpreter.GetOutputResult<T>(0); in GatherTest() local
DLogicalTestHelper.hpp165 std::vector<bool> armnnOutputValues = armnnInterpreter.GetOutputResult(0); in LogicalBinaryTest() local
DUnpackTestHelper.hpp157 std::vector<T> armnnOutputValues = armnnInterpreter.GetOutputResult<T>(i); in UnpackTest() local
DPackTestHelper.hpp158 std::vector<T> armnnOutputValues = armnnInterpreter.GetOutputResult<T>(0); in PackTest() local
DBatchMatMulTestHelper.hpp161 std::vector<T> armnnOutputValues = armnnInterpreter.GetOutputResult<T>(0); in BatchMatMulTest() local
DArgMinMaxTestHelper.hpp166 std::vector<OutputT> armnnOutputValues = armnnInterpreter.GetOutputResult<OutputT>(0); in ArgMinMaxTest() local
DReduceTestHelper.hpp196 std::vector<T> armnnOutputValues = armnnInterpreter.GetOutputResult<T>(0); in ReduceTest() local

12