Skip to content

Commit 5cd57bf

Browse files
committed
[WIP] Introduce pt.push_index_to_materialized_nodes.
1 parent 6bea6ad commit 5cd57bf

File tree

2 files changed

+734
-0
lines changed

2 files changed

+734
-0
lines changed

pytato/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,9 @@ def set_debug_enabled(flag: bool) -> None:
164164
from pytato.transform.dead_code_elimination import eliminate_dead_code
165165
from pytato.transform.lower_to_index_lambda import to_index_lambda
166166
from pytato.transform.metadata import unify_axes_tags
167+
from pytato.transform.push_index_to_materialized_nodes import (
168+
push_index_to_materialized_nodes,
169+
)
167170
from pytato.transform.remove_broadcasts_einsum import rewrite_einsums_with_no_broadcasts
168171
from pytato.visualization import (
169172
get_dot_graph,
@@ -265,6 +268,7 @@ def set_debug_enabled(flag: bool) -> None:
265268
"ones_like",
266269
"pad",
267270
"prod",
271+
"push_index_to_materialized_nodes",
268272
"real",
269273
"reshape",
270274
"rewrite_einsums_with_no_broadcasts",

0 commit comments

Comments
 (0)