Home
last modified time | relevance | path

Searched defs:ReshapeDescriptor (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/armnn/include/armnn/
H A DDescriptors.hpp990 struct ReshapeDescriptor : BaseDescriptor struct
992 ReshapeDescriptor() in ReshapeDescriptor() argument
996 ReshapeDescriptor(const TensorShape& shape) in ReshapeDescriptor() argument
1000 bool operator ==(const ReshapeDescriptor& rhs) const in operator ==()
1006 TensorShape m_TargetShape;
/aosp_15_r20/external/armnn/python/pyarmnn/src/pyarmnn/swig/modules/
H A Darmnn_descriptors.i838 struct ReshapeDescriptor struct
845 bool operator ==(const ReshapeDescriptor& rhs) const; argument
/aosp_15_r20/external/armnn/src/backends/backendsCommon/
H A DLayerSupportBase.cpp537 const ReshapeDescriptor&, // descriptor in IsReshapeSupported()