Searched defs:BatchToSpaceNdDescriptor (Results 1 – 3 of 3) sorted by relevance
863 struct BatchToSpaceNdDescriptor : BaseDescriptor struct865 BatchToSpaceNdDescriptor() in BatchToSpaceNdDescriptor() function871 BatchToSpaceNdDescriptor(std::vector<unsigned int> blockShape, in BatchToSpaceNdDescriptor() function878 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;
121 struct BatchToSpaceNdDescriptor struct131 bool operator ==(const BatchToSpaceNdDescriptor& rhs) const; argument
123 const BatchToSpaceNdDescriptor&, //descriptor in IsBatchToSpaceNdSupported()