Searched defs:SpaceToBatchNdDescriptor (Results 1 – 3 of 3) sorted by relevance
1010 struct SpaceToBatchNdDescriptor : BaseDescriptor struct1012 SpaceToBatchNdDescriptor() in SpaceToBatchNdDescriptor() function1018 SpaceToBatchNdDescriptor(const std::vector<unsigned int>& blockShape, in SpaceToBatchNdDescriptor() function1025 bool operator ==(const SpaceToBatchNdDescriptor& rhs) const in operator ==()1033 std::vector<unsigned int> m_BlockShape;1036 std::vector<std::pair<unsigned int, unsigned int>> m_PadList;1038 DataLayout m_DataLayout;
909 struct SpaceToBatchNdDescriptor struct919 bool operator ==(const SpaceToBatchNdDescriptor& rhs) const; argument
576 const SpaceToBatchNdDescriptor&, // descriptor in IsSpaceToBatchNdSupported()