|
25.11
|
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. | |
| uint32_t | m_NumInputs |
| Number of input tensors. | |
| TensorShape | m_InputShape |
| Required shape of all input tensors. | |
A StackDescriptor for the StackLayer.
Definition at line 1251 of file Descriptors.hpp.
|
inline |
Definition at line 1253 of file Descriptors.hpp.
References m_Axis, m_InputShape, and m_NumInputs.
Referenced by operator==().
|
inline |
Definition at line 1259 of file Descriptors.hpp.
References m_Axis, m_InputShape, and m_NumInputs.
|
inline |
Definition at line 1265 of file Descriptors.hpp.
References m_Axis, m_InputShape, m_NumInputs, and StackDescriptor().
| 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(), armnn::ClStackWorkloadValidate(), ConvertStackToTosaOperator(), NeonStackWorkload::NeonStackWorkload(), armnn::NeonStackWorkloadValidate(), operator==(), StringifyLayerParameters< StackDescriptor >::Serialize(), armnn::Stack(), StackDescriptor(), and StackDescriptor().
| TensorShape m_InputShape |
Required shape of all input tensors.
Definition at line 1277 of file Descriptors.hpp.
Referenced by ClStackWorkload::ClStackWorkload(), armnn::ClStackWorkloadValidate(), ConvertStackToTosaOperator(), NeonStackWorkload::NeonStackWorkload(), armnn::NeonStackWorkloadValidate(), operator==(), StringifyLayerParameters< StackDescriptor >::Serialize(), StackDescriptor(), and StackDescriptor().
| uint32_t m_NumInputs |
Number of input tensors.
Definition at line 1275 of file Descriptors.hpp.
Referenced by ConvertStackToTosaOperator(), operator==(), StringifyLayerParameters< StackDescriptor >::Serialize(), armnn::Stack(), StackDescriptor(), and StackDescriptor().