Searched refs:operand_and_dims (Results 1 – 1 of 1) sorted by relevance
544 auto operand_and_dims = InsertReshapeIfNecessary(op, args, rewriter); in matchAndRewrite() local546 Value operand = std::get<0>(operand_and_dims); in matchAndRewrite()547 auto broadcast_dims = std::get<1>(operand_and_dims); in matchAndRewrite()