Skip to content

Commit 6fe33f0

Browse files
committed
Introduce pt.push_index_to_materialized_nodes.
1 parent 431325c commit 6fe33f0

File tree

2 files changed

+1255
-0
lines changed

2 files changed

+1255
-0
lines changed

pytato/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,9 @@ def set_debug_enabled(flag: bool) -> None:
162162
from pytato.transform.lower_to_index_lambda import to_index_lambda
163163
from pytato.transform.materialize import materialize_with_mpms
164164
from pytato.transform.metadata import unify_axes_tags
165+
from pytato.transform.push_index_to_materialized_nodes import (
166+
push_index_to_materialized_nodes,
167+
)
165168
from pytato.transform.remove_broadcasts_einsum import rewrite_einsums_with_no_broadcasts
166169
from pytato.visualization import (
167170
get_dot_graph,
@@ -264,6 +267,7 @@ def set_debug_enabled(flag: bool) -> None:
264267
"ones_like",
265268
"pad",
266269
"prod",
270+
"push_index_to_materialized_nodes",
267271
"real",
268272
"reshape",
269273
"rewrite_einsums_with_no_broadcasts",

0 commit comments

Comments
 (0)