From f86be93b7492b381370cae7bf71eca8572a0cbae Mon Sep 17 00:00:00 2001 From: Matthew Sloyan Date: Tue, 24 Aug 2021 16:27:15 +0100 Subject: IVGCVSW-5924 Update 21.08 Doxygen Documents * Also updated latest symlink. Signed-off-by: Matthew Sloyan Change-Id: If9b4e0e52464abdf797b9eb858ae19bcc64c2aea --- ..._strided_slice_async_end_to_end_test_8hpp.xhtml | 154 +++++++++++++++++++++ 1 file changed, 154 insertions(+) create mode 100644 21.08/_strided_slice_async_end_to_end_test_8hpp.xhtml (limited to '21.08/_strided_slice_async_end_to_end_test_8hpp.xhtml') diff --git a/21.08/_strided_slice_async_end_to_end_test_8hpp.xhtml b/21.08/_strided_slice_async_end_to_end_test_8hpp.xhtml new file mode 100644 index 0000000000..7f511bf88e --- /dev/null +++ b/21.08/_strided_slice_async_end_to_end_test_8hpp.xhtml @@ -0,0 +1,154 @@ + + + + + + + + + + + + + +ArmNN: src/backends/backendsCommon/test/StridedSliceAsyncEndToEndTest.hpp File Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  21.08 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
StridedSliceAsyncEndToEndTest.hpp File Reference
+
+
+
#include <ResolveType.hpp>
+#include <armnn/IWorkingMemHandle.hpp>
+#include <armnn/INetwork.hpp>
+#include <armnn/Threadpool.hpp>
+#include <armnn/IAsyncExecutionCallback.hpp>
+#include <AsyncExecutionCallback.hpp>
+#include <backendsCommon/test/CommonTestUtils.hpp>
+#include <doctest/doctest.h>
+#include <vector>
+
+

Go to the source code of this file.

+ + + + + + + +

+Namespaces

 armnn
 Copyright (c) 2021 ARM Limited and Contributors.
 
 armnn::experimental
 
+ + + + + + + + + + + + + + + + +

+Functions

template<DataType ArmnnIType, DataType ArmnnOType, typename TInput = ResolveType <ArmnnIType>, typename TOutput = ResolveType <ArmnnOType>>
void AsyncThreadedEndToEndTestImpl (INetworkPtr network, const std::vector< std::map< int, std::vector< TInput >>> &inputTensorData, const std::vector< std::map< int, std::vector< TOutput >>> &expectedOutputData, std::vector< BackendId > backends, const size_t numberOfInferences, float tolerance=0.000001f)
 
template<DataType ArmnnIType, DataType ArmnnOType, typename TInput = ResolveType<ArmnnIType>, typename TOutput = ResolveType<ArmnnOType>>
void AsyncEndToEndTestImpl (INetworkPtr network, const std::map< int, std::vector< TInput >> &inputTensorData, const std::map< int, std::vector< TOutput >> &expectedOutputData, std::vector< BackendId > backends, float tolerance=0.000001f, size_t numThreads=1)
 
template<typename armnn::DataType DataType>
INetworkPtr CreateStridedSliceNetwork (const TensorShape &inputShape, const TensorShape &outputShape, const std::vector< int > &beginData, const std::vector< int > &endData, const std::vector< int > &stridesData, int beginMask=0, int endMask=0, int shrinkAxisMask=0, int ellipsisMask=0, int newAxisMask=0, const float qScale=1.0f, const int32_t qOffset=0)
 
template<armnn::DataType ArmnnType>
void StridedSlicedEndToEndTest (const std::vector< BackendId > &backends, size_t numThreads)
 
template<armnn::DataType ArmnnType>
void StridedSlicedMultiThreadedEndToEndTest (const std::vector< BackendId > &backends)
 
+
+
+ + + + -- cgit v1.2.1