From 6940dd720ebb6b3d1df8ca203ab696daefe58189 Mon Sep 17 00:00:00 2001 From: Jim Flynn Date: Fri, 20 Mar 2020 12:25:56 +0000 Subject: renamed Documentation folder 20.02 and added .nojekyll file Signed-off-by: Jim Flynn --- 20.02/_parser_helper_8hpp_source.xhtml | 122 +++++++++++++++++++++++++++++++++ 1 file changed, 122 insertions(+) create mode 100644 20.02/_parser_helper_8hpp_source.xhtml (limited to '20.02/_parser_helper_8hpp_source.xhtml') diff --git a/20.02/_parser_helper_8hpp_source.xhtml b/20.02/_parser_helper_8hpp_source.xhtml new file mode 100644 index 0000000000..53ae52ea66 --- /dev/null +++ b/20.02/_parser_helper_8hpp_source.xhtml @@ -0,0 +1,122 @@ + + + + + + + + + + + + + +ArmNN: src/armnnUtils/ParserHelper.hpp Source File + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
ParserHelper.hpp
+
+
+Go to the documentation of this file.
1 //
2 // Copyright © 2017 Arm Ltd. All rights reserved.
3 // SPDX-License-Identifier: MIT
4 //
5 
6 #pragma once
7 
9 #include <armnn/TensorFwd.hpp>
10 
11 #include <set>
12 
13 namespace armnnUtils
14 {
15 
17  armnn::OriginsDescriptor& concatDescriptor,
18  const unsigned int& concatAxis,
19  unsigned int inputIndex,
20  unsigned int& mergeDimOrigin);
21 
22 /// Creates a tensor info after reducing the dimensions mentioned in axisData.
23 void CalculateReducedOutputTensoInfo(const armnn::TensorInfo& inputTensorInfo,
24  const std::set<unsigned int>& axisSet,
25  bool keepDims,
26  armnn::TensorInfo& outputTensorInfo);
27 
28 /// Create output tensor info for a StridedSlice operator
31  armnn::TensorInfo& outputTensorInfo);
32 
33 } // namespace armnnUtils
+
void CalculateReducedOutputTensoInfo(const armnn::TensorInfo &inputTensorInfo, const std::set< unsigned int > &axisSet, bool keepDims, armnn::TensorInfo &outputTensorInfo)
Creates a tensor info after reducing the dimensions mentioned in axisData.
+
void ProcessConcatInputTensorInfo(armnn::TensorInfo &inputTensorInfo, armnn::OriginsDescriptor &concatDescriptor, const unsigned int &concatAxis, unsigned int inputIndex, unsigned int &mergeDimOrigin)
+ +
An OriginsDescriptor for the ConcatLayer.
+
void CalculateStridedSliceOutputTensorInfo(const armnn::TensorInfo &inputTensorInfo, const armnn::StridedSliceDescriptor &desc, armnn::TensorInfo &outputTensorInfo)
Create output tensor info for a StridedSlice operator.
+ +
A StridedSliceDescriptor for the StridedSliceLayer.
+ +
+
+ + + + -- cgit v1.2.1