From 6f92c8e9f8bb38dcf5dccf8deeff5112ecd8e37c Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Wed, 22 Nov 2023 11:41:15 +0000 Subject: Update Doxygen for 23.11 Signed-off-by: Nikhil Raj Change-Id: I47cd933f5002cb94a73aa97689d7b3d9c93cb849 --- latest/classarmnn_1_1_transpose_layer.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'latest/classarmnn_1_1_transpose_layer.html') diff --git a/latest/classarmnn_1_1_transpose_layer.html b/latest/classarmnn_1_1_transpose_layer.html index 8890595a67..f6ed8b95b0 100644 --- a/latest/classarmnn_1_1_transpose_layer.html +++ b/latest/classarmnn_1_1_transpose_layer.html @@ -36,7 +36,7 @@ ArmNN
-  23.08 +  23.11
@@ -379,7 +379,7 @@ Additional Inherited Members
22 {
23 }
-

References armnnUtils::Transpose().

+

References armnnUtils::Transpose().

@@ -567,7 +567,7 @@ Additional Inherited Members
39  return m_Param.m_DimMappings;
40  }
-

References TransposeDescriptor::m_DimMappings, and LayerWithParameters< TransposeDescriptor >::m_Param.

+

References TransposeDescriptor::m_DimMappings, and LayerWithParameters< TransposeDescriptor >::m_Param.

Referenced by TransposeLayer::IsEqual(), and TransposeLayer::IsInverse().

@@ -615,7 +615,7 @@ Additional Inherited Members
42  return std::vector<TensorShape> ({armnnUtils::TransposeTensorShape(inShape, m_Param.m_DimMappings)});
43 }
-

References ARMNN_ASSERT, TransposeDescriptor::m_DimMappings, LayerWithParameters< TransposeDescriptor >::m_Param, and armnnUtils::TransposeTensorShape().

+

References ARMNN_ASSERT, TransposeDescriptor::m_DimMappings, LayerWithParameters< TransposeDescriptor >::m_Param, and armnnUtils::TransposeTensorShape().

Referenced by TransposeLayer::ValidateTensorShapesFromInputs().

@@ -660,7 +660,7 @@ Additional Inherited Members
57  GetPermutation().IsEqual(PolymorphicDowncast<const TransposeLayer*>(&other)->GetPermutation());
58  }
-

References TransposeLayer::GetPermutation(), Layer::GetType(), PermutationVector::IsEqual(), and armnn::Transpose.

+

References TransposeLayer::GetPermutation(), Layer::GetType(), PermutationVector::IsEqual(), and armnn::Transpose.

@@ -703,7 +703,7 @@ Additional Inherited Members
48  GetPermutation().IsInverse(PolymorphicDowncast<const TransposeLayer*>(&other)->GetPermutation());
49  }
-

References TransposeLayer::GetPermutation(), Layer::GetType(), PermutationVector::IsInverse(), and armnn::Transpose.

+

References TransposeLayer::GetPermutation(), Layer::GetType(), PermutationVector::IsInverse(), and armnn::Transpose.

@@ -760,14 +760,14 @@ Additional Inherited Members
#define ARMNN_ASSERT(COND)
Definition: Assert.hpp:14
-
bool IsEqual(const PermutationVector &other) const
Definition: Types.hpp:360
-
bool IsInverse(const PermutationVector &other) const
Definition: Types.hpp:370
+
bool IsEqual(const PermutationVector &other) const
Definition: Types.hpp:366
+
bool IsInverse(const PermutationVector &other) const
Definition: Types.hpp:376
const TensorInfo & GetTensorInfo() const override
Definition: Layer.cpp:92
#define CHECK_LOCATION()
Definition: Exceptions.hpp:203
void ValidateAndCopyShape(const TensorShape &outputShape, const TensorShape &inferredShape, const ShapeInferenceMethod shapeInferenceMethod, const std::string &layerName, const unsigned int outputSlotIndex=0)
Definition: Layer.cpp:435
const OutputSlot & GetOutputSlot(unsigned int index=0) const override
Get the const output slot handle by slot index.
Definition: Layer.hpp:339
-
armnn::TensorShape TransposeTensorShape(const armnn::TensorShape &srcShape, const armnn::PermutationVector &mappings)
Definition: Transpose.cpp:98
+
armnn::TensorShape TransposeTensorShape(const armnn::TensorShape &srcShape, const armnn::PermutationVector &mappings)
Definition: Transpose.cpp:125
const InputSlot & GetInputSlot(unsigned int index) const override
Get a const input slot handle by slot index.
Definition: Layer.hpp:337
const TransposeDescriptor & GetParameters() const override
const char * GetName() const override
Returns the name of the layer.
Definition: Layer.hpp:332
@@ -777,7 +777,7 @@ Additional Inherited Members
void VerifyShapeInferenceType(const TensorShape &outputShape, ShapeInferenceMethod shapeInferenceMethod)
Definition: Layer.cpp:504
void SetAdditionalInfo(QueueDescriptor &descriptor) const
Definition: Layer.cpp:287
const PermutationVector & GetPermutation() const
-
PermutationVector m_DimMappings
Indicates how to translate tensor elements from a given source into the target destination,...
+
PermutationVector m_DimMappings
Indicates how to translate tensor elements from a given source into the target destination,...
const TensorShape & GetShape() const
Definition: Tensor.hpp:191
std::vector< TensorShape > InferOutputShapes(const std::vector< TensorShape > &inputShapes) const override
Infers the output shapes from given input shapes and the permutation vector.
void VerifyLayerConnections(unsigned int expectedConnections, const CheckLocation &location) const
Definition: Layer.cpp:391
@@ -787,7 +787,7 @@ Additional Inherited Members