From ae050524109f1ce827962665436ef7430f2ac479 Mon Sep 17 00:00:00 2001 From: David Monahan Date: Wed, 22 Mar 2023 16:48:58 +0000 Subject: IVGCVSW-7255 Update Doxygen Documentation and publish on GitHub. * Updating Doxygen documentation for 23.02 release. Signed-off-by: David Monahan Change-Id: I545574ff7664b4595d2fe6a91a3c35d2ad55df82 --- ...yer_parameters_3_01_stack_descriptor_01_4.xhtml | 45 +++++++++++++--------- 1 file changed, 27 insertions(+), 18 deletions(-) (limited to '23.02/structarmnn_1_1_stringify_layer_parameters_3_01_stack_descriptor_01_4.xhtml') diff --git a/23.02/structarmnn_1_1_stringify_layer_parameters_3_01_stack_descriptor_01_4.xhtml b/23.02/structarmnn_1_1_stringify_layer_parameters_3_01_stack_descriptor_01_4.xhtml index 7c6f1fd915..e70181a505 100644 --- a/23.02/structarmnn_1_1_stringify_layer_parameters_3_01_stack_descriptor_01_4.xhtml +++ b/23.02/structarmnn_1_1_stringify_layer_parameters_3_01_stack_descriptor_01_4.xhtml @@ -8,10 +8,10 @@ - + -ArmNN: StringifyLayerParameters< StackDescriptor > Struct Template Reference +ArmNN: StringifyLayerParameters< StackDescriptor > Struct Reference @@ -19,9 +19,6 @@ - @@ -30,7 +27,8 @@ extensions: ["tex2jax.js"], jax: ["input/TeX","output/HTML-CSS"], }); - + + @@ -51,18 +49,21 @@ - + +/* @license-end */
@@ -76,7 +77,9 @@ $(function() {
@@ -98,7 +101,7 @@ $(document).ready(function(){initNavTree('structarmnn_1_1_stringify_layer_parame Static Public Member Functions | List of all members
-
StringifyLayerParameters< StackDescriptor > Struct Template Reference
+
StringifyLayerParameters< StackDescriptor > Struct Reference
@@ -110,10 +113,7 @@ Static Public Member Functions  

Detailed Description

-

template<>
-struct armnn::StringifyLayerParameters< StackDescriptor >

- - +

Definition at line 172 of file SerializeLayerParameters.hpp.

Member Function Documentation

@@ -151,9 +151,18 @@ struct armnn::StringifyLayerParameters< StackDescriptor >

Definition at line 487 of file SerializeLayerParameters.cpp.

- +
488 {
+
489  fn("Axis", std::to_string(desc.m_Axis));
+
490  fn("NumInputs", std::to_string(desc.m_NumInputs));
+
491  {
+
492  std::stringstream ss;
+
493  ss << desc.m_InputShape;
+
494  fn("InputShape",ss.str());
+
495  }
+
496 }
+

References StackDescriptor::m_Axis, StackDescriptor::m_InputShape, and StackDescriptor::m_NumInputs.

-
488 {
489  fn("Axis", std::to_string(desc.m_Axis));
490  fn("NumInputs", std::to_string(desc.m_NumInputs));
491  {
492  std::stringstream ss;
493  ss << desc.m_InputShape;
494  fn("InputShape",ss.str());
495  }
496 }
+

The documentation for this struct was generated from the following files: