Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/include/armnn/
H A 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;
/aosp_15_r20/external/armnn/python/pyarmnn/src/pyarmnn/swig/modules/
H A Darmnn_descriptors.i480 struct GatherDescriptor struct
491 int32_t m_Axis;
/aosp_15_r20/external/armnn/src/backends/backendsCommon/
H A DLayerSupportBase.cpp307 const GatherDescriptor&, // descriptor in IsGatherSupported()
/aosp_15_r20/external/armnn/src/armnnSerializer/test/
H A DSerializerTests.cpp1287 using GatherDescriptor = armnn::GatherDescriptor; typedef