Home
last modified time | relevance | path

Searched defs:GatherDescriptor (Results 1 – 4 of 4) sorted by relevance

/external/armnn/include/armnn/
DDescriptors.hpp932 struct GatherDescriptor : BaseDescriptor struct
934 GatherDescriptor() in GatherDescriptor() function
938 GatherDescriptor(int32_t axis) in GatherDescriptor() function
942 bool operator ==(const GatherDescriptor& rhs) const in operator ==()
948 int32_t m_Axis;
/external/armnn/python/pyarmnn/src/pyarmnn/swig/modules/
Darmnn_descriptors.i480 struct GatherDescriptor struct
491 int32_t m_Axis;
/external/armnn/src/backends/backendsCommon/
DLayerSupportBase.cpp307 const GatherDescriptor&, // descriptor in IsGatherSupported()
/external/armnn/src/armnnSerializer/test/
DSerializerTests.cpp1287 using GatherDescriptor = armnn::GatherDescriptor; typedef