From 549b9600a6eaf0727fa084465a75f173edf8f381 Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Tue, 24 May 2022 11:32:07 +0100 Subject: Update 22.05 Doxygen Docs after updates to main Readme Signed-off-by: Nikhil Raj Change-Id: I56711772406a41ff81fa136a5fb6c59c9b9cf504 --- ...and_batch_to_space_as_depth_to_space_8hpp.xhtml | 142 +++++++++++++++++++++ 1 file changed, 142 insertions(+) create mode 100644 22.05/_permute_and_batch_to_space_as_depth_to_space_8hpp.xhtml (limited to '22.05/_permute_and_batch_to_space_as_depth_to_space_8hpp.xhtml') diff --git a/22.05/_permute_and_batch_to_space_as_depth_to_space_8hpp.xhtml b/22.05/_permute_and_batch_to_space_as_depth_to_space_8hpp.xhtml new file mode 100644 index 0000000000..d76e537863 --- /dev/null +++ b/22.05/_permute_and_batch_to_space_as_depth_to_space_8hpp.xhtml @@ -0,0 +1,142 @@ + + + + + + + + + + + + + +ArmNN: src/armnn/optimizations/PermuteAndBatchToSpaceAsDepthToSpace.hpp File Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  22.05 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
PermuteAndBatchToSpaceAsDepthToSpace.hpp File Reference
+
+
+
#include "Optimization.hpp"
+
+

Go to the source code of this file.

+ + + + + +

+Classes

class  PermuteAndBatchToSpaceAsDepthToSpaceImpl< PermuteType >
 Replaces Permute leading into BatchToSpace with a DepthToSpace in the case where the Permute swaps the batch and channels dimensions such that the replacement is valid. More...
 
+ + + + + + +

+Namespaces

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

+Typedefs

using PermuteAndBatchToSpaceAsDepthToSpace = OptimizeForConnection< PermuteLayer, BatchToSpaceNdLayer, PermuteAndBatchToSpaceAsDepthToSpaceImpl< PermuteLayer > >
 
using TransposeAndBatchToSpaceAsDepthToSpace = OptimizeForConnection< TransposeLayer, BatchToSpaceNdLayer, PermuteAndBatchToSpaceAsDepthToSpaceImpl< TransposeLayer > >
 
+
+
+ + + + -- cgit v1.2.1