Searched refs:output_shape_values (Results 1 – 1 of 1) sorted by relevance
930 SmallVector<int32_t, 8> output_shape_values; in matchAndRewrite() local932 output_shape_values.push_back(dim); in matchAndRewrite()934 auto type = mlir::RankedTensorType::get(output_shape_values.size(), in matchAndRewrite()937 mlir::DenseIntElementsAttr::get(type, output_shape_values); in matchAndRewrite()