Searched refs:attr_shape (Results 1 – 1 of 1) sorted by relevance
2466 DenseIntElementsAttr attr_shape; in build() local2467 if (matchPattern(perm, m_Constant(&attr_shape))) { in build()2469 if (attr_shape.isSplat()) { in build()2471 attr_shape.getNumElements(), in build()2472 x_type.getDimSize((*attr_shape.begin()).getSExtValue())); in build()2474 const_shape.reserve(attr_shape.getNumElements()); in build()2475 for (const auto &dim : attr_shape) in build()