|
25.11
|
A ReshapeDescriptor for the ReshapeLayer. More...
#include <Descriptors.hpp>
Public Member Functions | |
| ReshapeDescriptor () | |
| ReshapeDescriptor (const TensorShape &shape) | |
| bool | operator== (const ReshapeDescriptor &rhs) const |
| Public Member Functions inherited from BaseDescriptor | |
| virtual bool | IsNull () const |
| virtual | ~BaseDescriptor ()=default |
Public Attributes | |
| TensorShape | m_TargetShape |
| Target shape value. | |
A ReshapeDescriptor for the ReshapeLayer.
Definition at line 1023 of file Descriptors.hpp.
|
inline |
Definition at line 1025 of file Descriptors.hpp.
References m_TargetShape.
Referenced by operator==().
|
inline |
Definition at line 1029 of file Descriptors.hpp.
References m_TargetShape.
|
inline |
Definition at line 1033 of file Descriptors.hpp.
References m_TargetShape, and ReshapeDescriptor().
| TensorShape m_TargetShape |
Target shape value.
Definition at line 1039 of file Descriptors.hpp.
Referenced by ConvertReshapeToTosaOperator(), operator==(), armnn::RemoveReshapeLayer(), ReshapeDescriptor(), ReshapeDescriptor(), and StringifyLayerParameters< ReshapeDescriptor >::Serialize().