Home
last modified time | relevance | path

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

/external/armnn/include/armnn/
DDescriptors.hpp863 struct BatchToSpaceNdDescriptor : BaseDescriptor struct
865 BatchToSpaceNdDescriptor() in BatchToSpaceNdDescriptor() function
871 BatchToSpaceNdDescriptor(std::vector<unsigned int> blockShape, in BatchToSpaceNdDescriptor() function
878 bool operator ==(const BatchToSpaceNdDescriptor& rhs) const in operator ==()
886 std::vector<unsigned int> m_BlockShape;
888 std::vector<std::pair<unsigned int, unsigned int>> m_Crops;
890 DataLayout m_DataLayout;
/external/armnn/python/pyarmnn/src/pyarmnn/swig/modules/
Darmnn_descriptors.i121 struct BatchToSpaceNdDescriptor struct
131 bool operator ==(const BatchToSpaceNdDescriptor& rhs) const; argument
/external/armnn/src/backends/backendsCommon/
DLayerSupportBase.cpp123 const BatchToSpaceNdDescriptor&, //descriptor in IsBatchToSpaceNdSupported()