Skip to content

Commit

Permalink
Update MetaPropagator.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaybit0 committed Jan 30, 2025
1 parent fa6d98b commit 8beb9b3
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
import java.util.UUID;
import java.util.function.Function;

/**
* This class is used to propagate dimension information.
* Each instruction that produces a matrix must be implemented here.
*/
public class MetaPropagator implements Function<RewriterStatement, RewriterStatement> {
private final RuleContext ctx;

Expand Down

0 comments on commit 8beb9b3

Please # to comment.