|
25.02
|
A StackDescriptor for the StackLayer. More...
#include <Descriptors.hpp>
Public Member Functions | |
| StackDescriptor () | |
| StackDescriptor (uint32_t axis, uint32_t numInputs, const TensorShape &inputShape) | |
| bool | operator== (const StackDescriptor &rhs) const |
Public Member Functions inherited from BaseDescriptor | |
| virtual bool | IsNull () const |
| virtual | ~BaseDescriptor ()=default |
Public Attributes | |
| uint32_t | m_Axis |
| 0-based axis along which to stack the input tensors. More... | |
| uint32_t | m_NumInputs |
| Number of input tensors. More... | |
| TensorShape | m_InputShape |
| Required shape of all input tensors. More... | |
A StackDescriptor for the StackLayer.
Definition at line 1251 of file Descriptors.hpp.
|
inline |
Definition at line 1253 of file Descriptors.hpp.
|
inline |
Definition at line 1259 of file Descriptors.hpp.
|
inline |
Definition at line 1265 of file Descriptors.hpp.
References StackDescriptor::m_Axis, StackDescriptor::m_InputShape, and StackDescriptor::m_NumInputs.
| uint32_t m_Axis |
0-based axis along which to stack the input tensors.
Definition at line 1273 of file Descriptors.hpp.
Referenced by ClStackWorkload::ClStackWorkload(), StackLayer::InferOutputShapes(), NeonStackWorkload::NeonStackWorkload(), StackDescriptor::operator==(), StringifyLayerParameters< StackDescriptor >::Serialize(), armnn::Stack(), and StackQueueDescriptor::Validate().
| TensorShape m_InputShape |
Required shape of all input tensors.
Definition at line 1277 of file Descriptors.hpp.
Referenced by ClStackWorkload::ClStackWorkload(), StackLayer::InferOutputShapes(), NeonStackWorkload::NeonStackWorkload(), StackDescriptor::operator==(), StringifyLayerParameters< StackDescriptor >::Serialize(), StackQueueDescriptor::Validate(), and StackLayer::ValidateTensorShapesFromInputs().
| uint32_t m_NumInputs |
Number of input tensors.
Definition at line 1275 of file Descriptors.hpp.
Referenced by StackLayer::InferOutputShapes(), StackDescriptor::operator==(), StringifyLayerParameters< StackDescriptor >::Serialize(), armnn::Stack(), StackQueueDescriptor::Validate(), and StackLayer::ValidateTensorShapesFromInputs().