Searched refs:x_in_bounds (Results 1 – 2 of 2) sorted by relevance
111 auto x_in_bounds = [input_width = ctx.input_shapes[0][2], in GenerateAveragePoolingCode() local127 !(x_in_bounds(base_x) && in GenerateAveragePoolingCode()128 x_in_bounds(base_x + output_shape_max_x * attr.strides.w) && in GenerateAveragePoolingCode()
1597 Value x_in_bounds = rewriter.create<AndOp>( in matchAndRewrite() local1611 rewriter.create<AndOp>(loc, x_in_bounds, y_in_bounds)); in matchAndRewrite()