24.08
|
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(), armnn_driver::ConvertReduce(), ReduceLayer::CreateWorkload(), GetTosaMapping(), ReduceLayer::InferOutputShapes(), 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(), armnn_driver::ConvertReduce(), 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(), armnn_driver::ConvertReduce(), ConvertReduceToTosaOperator(), ReduceLayer::CreateWorkload(), GetTosaMapping(), ReduceLayer::InferOutputShapes(), armnn::NeonReduceWorkloadValidate(), ReduceDescriptor::operator==(), NeonBackend::OptimizeSubgraphView(), ClBackend::OptimizeSubgraphView(), and StringifyLayerParameters< ReduceDescriptor >::Serialize().