Home
last modified time | relevance | path

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

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