Home
last modified time | relevance | path

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

12

/external/armnn/delegate/test/
DElementwiseUnaryTestHelper.hpp94 std::vector<float> tfLiteOutputValues = tfLiteInterpreter.GetOutputResult<float>(0); in ElementwiseUnaryFP32Test() local
128 std::vector<bool> tfLiteOutputValues = tfLiteInterpreter.GetOutputResult(0); in ElementwiseUnaryBoolTest() local
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
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
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
DActivationTestHelper.hpp94 std::vector<float> tfLiteOutputValues = tfLiteInterpreter.GetOutputResult<float>(0); in ActivationTest() local
DTransposeTestHelper.hpp110 std::vector<T> tfLiteOutputValues = tfLiteInterpreter.GetOutputResult<T>(0); in TransposeTest() local
DRoundTestHelper.hpp124 std::vector<T> tfLiteOutputValues = tfLiteInterpreter.GetOutputResult<T>(0); in RoundTest() local
DSpaceDepthTestHelper.hpp138 std::vector<T> tfLiteOutputValues = tfLiteInterpreter.GetOutputResult<T>(0); in SpaceDepthTest() local
DCastTestHelper.hpp120 std::vector<K> tfLiteOutputValues = tfLiteInterpreter.GetOutputResult<K>(0); in CastTest() local
DFillTestHelper.hpp132 std::vector<T> tfLiteOutputValues = tfLiteInterpreter.GetOutputResult<T>(0); in FillTest() local
DResizeTestHelper.hpp146 std::vector<float> tfLiteOutputValues = tfLiteInterpreter.GetOutputResult<float>(0); in ResizeFP32TestImpl() local
DShapeTestHelper.hpp129 std::vector<K> tfLiteOutputValues = tfLiteInterpreter.GetOutputResult<K>(0); in ShapeTest() local
DSliceTestHelper.hpp142 std::vector<T> tfLiteOutputValues = tfLiteInterpreter.GetOutputResult<T>(0); in SliceTestImpl() local
DSoftmaxTestHelper.hpp124 std::vector<float> tfLiteOutputValues = tfLiteInterpreter.GetOutputResult<float>(0); in SoftmaxTest() local
DGatherNdTestHelper.hpp142 std::vector<T> tfLiteOutputValues = tfLiteInterpreter.GetOutputResult<T>(0); in GatherNdTest() local
DPreluTestHelper.hpp157 std::vector<float> tfLiteOutputValues = tfLiteInterpreter.GetOutputResult<float>(0); in PreluTest() local
DQuantizationTestHelper.hpp149 std::vector<OutputT> tfLiteOutputValues = tfLiteInterpreter.GetOutputResult<OutputT>(0); in QuantizationTest() local
DComparisonTestHelper.hpp178 std::vector<bool> tfLiteOutputValues = tfLiteInterpreter.GetOutputResult(0); in ComparisonTest() local
DGatherTestHelper.hpp145 std::vector<T> tfLiteOutputValues = tfLiteInterpreter.GetOutputResult<T>(0); in GatherTest() local
DLogicalTestHelper.hpp156 std::vector<bool> tfLiteOutputValues = tfLiteInterpreter.GetOutputResult(0); in LogicalBinaryTest() local
DUnpackTestHelper.hpp154 std::vector<T> tfLiteOutputValues = tfLiteInterpreter.GetOutputResult<T>(i); in UnpackTest() local
DPackTestHelper.hpp154 std::vector<T> tfLiteOutputValues = tfLiteInterpreter.GetOutputResult<T>(0); in PackTest() local
DBatchMatMulTestHelper.hpp152 std::vector<T> tfLiteOutputValues = tfLiteInterpreter.GetOutputResult<T>(0); in BatchMatMulTest() local
DArgMinMaxTestHelper.hpp158 std::vector<OutputT> tfLiteOutputValues = tfLiteInterpreter.GetOutputResult<OutputT>(0); in ArgMinMaxTest() local
DReduceTestHelper.hpp188 std::vector<T> tfLiteOutputValues = tfLiteInterpreter.GetOutputResult<T>(0); in ReduceTest() local

12