From 38b600d8abb2c5f7a44511b5deddf441f975d51d Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Thu, 15 Feb 2024 15:02:19 +0000 Subject: IVGCVSW-7968 Update Doxygen docu for 24.02 Signed-off-by: Nikhil Raj Change-Id: I8c1e45815c6cf78f80d6f2c0959a5bbba6cd11de --- latest/classarmnn_1_1_space_to_depth_layer.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'latest/classarmnn_1_1_space_to_depth_layer.html') diff --git a/latest/classarmnn_1_1_space_to_depth_layer.html b/latest/classarmnn_1_1_space_to_depth_layer.html index bb84ae23ba..395eb37622 100644 --- a/latest/classarmnn_1_1_space_to_depth_layer.html +++ b/latest/classarmnn_1_1_space_to_depth_layer.html @@ -36,7 +36,7 @@ ArmNN
-  23.11 +  24.02
@@ -644,7 +644,7 @@ Additional Inherited Members
77  ValidateAndCopyShape(outputShape, inferredShapes[0], m_ShapeInferenceMethod, "SpaceToDepthLayer");
78 }
-

References ARMNN_ASSERT, CHECK_LOCATION, Layer::GetInputSlot(), Layer::GetOutputSlot(), TensorInfo::GetShape(), InputSlot::GetTensorInfo(), OutputSlot::GetTensorInfo(), SpaceToDepthLayer::InferOutputShapes(), Layer::m_ShapeInferenceMethod, Layer::ValidateAndCopyShape(), Layer::VerifyLayerConnections(), and Layer::VerifyShapeInferenceType().

+

References ARMNN_ASSERT, CHECK_LOCATION, Layer::GetInputSlot(), Layer::GetOutputSlot(), TensorInfo::GetShape(), InputSlot::GetTensorInfo(), OutputSlot::GetTensorInfo(), SpaceToDepthLayer::InferOutputShapes(), Layer::m_ShapeInferenceMethod, Layer::ValidateAndCopyShape(), Layer::VerifyLayerConnections(), and Layer::VerifyShapeInferenceType().

@@ -674,7 +674,7 @@ Additional Inherited Members
void SetAdditionalInfo(QueueDescriptor &descriptor) const
Definition: Layer.cpp:287
std::vector< TensorShape > InferOutputShapes(const std::vector< TensorShape > &inputShapes) const override
By default returns inputShapes if the number of inputs are equal to number of outputs,...
unsigned int m_BlockSize
Scalar specifying the input block size. It must be >= 1.
-
const TensorShape & GetShape() const
Definition: Tensor.hpp:191
+
const TensorShape & GetShape() const
Definition: Tensor.hpp:193
void IgnoreUnused(Ts &&...)
void VerifyLayerConnections(unsigned int expectedConnections, const CheckLocation &location) const
Definition: Layer.cpp:391
LayerWithParameters(unsigned int numInputSlots, unsigned int numOutputSlots, LayerType type, const SpaceToDepthDescriptor &param, const char *name)
@@ -686,7 +686,7 @@ Additional Inherited Members