|
25.02
|
A ReduceDescriptor for the REDUCE operators. More...
#include <Descriptors.hpp>
Public Member Functions | |
| ReduceDescriptor () | |
| bool | operator== (const ReduceDescriptor &rhs) const |
Public Member Functions inherited from BaseDescriptor | |
| virtual bool | IsNull () const |
| virtual | ~BaseDescriptor ()=default |
Public Attributes | |
| bool | m_KeepDims |
| if true then output shape has no change. More... | |
| std::vector< uint32_t > | m_vAxis |
| The indices of the dimensions to reduce. More... | |
| ReduceOperation | m_ReduceOperation |
| Specifies the reduction operation to execute. More... | |
A ReduceDescriptor for the REDUCE operators.
Definition at line 1538 of file Descriptors.hpp.
|
inline |
Definition at line 1540 of file Descriptors.hpp.
References armnn::Sum.
|
inline |
Definition at line 1546 of file Descriptors.hpp.
References ReduceDescriptor::m_KeepDims, ReduceDescriptor::m_ReduceOperation, and ReduceDescriptor::m_vAxis.
| bool m_KeepDims |
if true then output shape has no change.
Definition at line 1554 of file Descriptors.hpp.
Referenced by armnn::ChainReduceLayers(), ReduceLayer::Clone(), ReduceLayer::CreateWorkload(), GetTosaMapping(), ReduceLayer::InferOutputShapes(), armnn::IsMultiAxesReduceSupported(), ReduceDescriptor::operator==(), and StringifyLayerParameters< ReduceDescriptor >::Serialize().
| ReduceOperation m_ReduceOperation |
Specifies the reduction operation to execute.
Definition at line 1558 of file Descriptors.hpp.
Referenced by ReduceLayer::Clone(), ConvertReduceToTosaOperator(), armnn::ConvertReductionOperationToAcl(), ReduceLayer::CreateWorkload(), GetTosaMapping(), ReduceDescriptor::operator==(), and StringifyLayerParameters< ReduceDescriptor >::Serialize().
| std::vector<uint32_t> m_vAxis |
The indices of the dimensions to reduce.
Definition at line 1556 of file Descriptors.hpp.
Referenced by armnn::ChainReduceLayers(), ReduceLayer::Clone(), armnn::ClReduceWorkloadValidate(), ConvertReduceToTosaOperator(), ReduceLayer::CreateWorkload(), GetTosaMapping(), ReduceLayer::InferOutputShapes(), armnn::IsMultiAxesReduceSupported(), armnn::NeonReduceWorkloadValidate(), ReduceDescriptor::operator==(), ClBackend::OptimizeSubgraphView(), NeonBackend::OptimizeSubgraphView(), and StringifyLayerParameters< ReduceDescriptor >::Serialize().