Searched refs:filter_cst (Results 1 – 1 of 1) sorted by relevance
636 DenseFPElementsAttr filter_cst, bias_cst; in matchAndRewrite() local637 if (!matchPattern(filter, m_Constant(&filter_cst))) { in matchAndRewrite()642 if (!q || !matchPattern(q.input(), m_Constant(&filter_cst))) { in matchAndRewrite()650 ShapedType filter_type = filter_cst.getType(); in matchAndRewrite()685 for (auto fp_it = filter_cst.float_value_begin(), in matchAndRewrite()686 fp_end = filter_cst.float_value_end(); in matchAndRewrite()705 filter_cst.mapValues(filter_type.getElementType(), [&](APFloat it) { in matchAndRewrite()