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/_space_to_depth_layer_8cpp_source.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'latest/_space_to_depth_layer_8cpp_source.html') diff --git a/latest/_space_to_depth_layer_8cpp_source.html b/latest/_space_to_depth_layer_8cpp_source.html index c1f7592937..353dd459de 100644 --- a/latest/_space_to_depth_layer_8cpp_source.html +++ b/latest/_space_to_depth_layer_8cpp_source.html @@ -36,7 +36,7 @@ ArmNN
-  23.08 +  23.11
@@ -185,7 +185,7 @@ $(document).ready(function(){initNavTree('_space_to_depth_layer_8cpp_source.html
#define ARMNN_ASSERT(COND)
Definition: Assert.hpp:14
- +
const TensorInfo & GetTensorInfo() const override
Definition: Layer.cpp:92
SpaceToDepthLayer(const SpaceToDepthDescriptor param, const char *name)
Constructor to create a SpaceToDepthLayer.
@@ -217,26 +217,26 @@ $(document).ready(function(){initNavTree('_space_to_depth_layer_8cpp_source.html
void SetAdditionalInfo(QueueDescriptor &descriptor) const
Definition: Layer.cpp:287
void SpaceToDepth(const TensorInfo &inputInfo, const TensorInfo &outputInfo, const SpaceToDepthDescriptor &params, Decoder< float > &inputData, Encoder< float > &outputData)
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.
+
unsigned int m_BlockSize
Scalar specifying the input block size. It must be >= 1.
const TensorShape & GetShape() const
Definition: Tensor.hpp:191
void IgnoreUnused(Ts &&...)
Copyright (c) 2021 ARM Limited and Contributors.
void VerifyLayerConnections(unsigned int expectedConnections, const CheckLocation &location) const
Definition: Layer.cpp:391
ShapeInferenceMethod m_ShapeInferenceMethod
Definition: Layer.hpp:441
-
LayerType
When adding a new layer, adapt also the LastLayer enum value in the enum class LayerType below.
Definition: Types.hpp:483
+
LayerType
When adding a new layer, adapt also the LastLayer enum value in the enum class LayerType below.
Definition: Types.hpp:491
virtual std::unique_ptr< IWorkload > CreateWorkload(LayerType type, const QueueDescriptor &descriptor, const WorkloadInfo &info) const =0
Backends should implement their own CreateWorkload function with a switch statement.
virtual void ExecuteStrategy(const IConnectableLayer *layer, const armnn::BaseDescriptor &descriptor, const std::vector< armnn::ConstTensor > &constants, const char *name, const armnn::LayerBindingId id=0)=0
-
A SpaceToDepthDescriptor for the SpaceToDepthLayer.
+
A SpaceToDepthDescriptor for the SpaceToDepthLayer.
void ValidateTensorShapesFromInputs() override
Check if the input tensor shape(s) will lead to a valid configuration of SpaceToDepthLayer.
-
DataLayout m_DataLayout
The data layout to be used (NCHW, NHWC).
+
DataLayout m_DataLayout
The data layout to be used (NCHW, NHWC).