Skip to content

Commit 68d3ce5

Browse files
committed
Introduce pt.push_index_to_materialized_nodes.
1 parent 9bf5a0c commit 68d3ce5

2 files changed

Lines changed: 1352 additions & 0 deletions

File tree

pytato/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,9 @@ def set_debug_enabled(flag: bool) -> None:
168168
from pytato.transform.lower_to_index_lambda import to_index_lambda
169169
from pytato.transform.materialize import materialize_with_mpms
170170
from pytato.transform.metadata import unify_axes_tags
171+
from pytato.transform.push_index_to_materialized_nodes import (
172+
push_index_to_materialized_nodes,
173+
)
171174
from pytato.transform.remove_broadcasts_einsum import rewrite_einsums_with_no_broadcasts
172175
from pytato.visualization import (
173176
get_dot_graph,
@@ -275,6 +278,7 @@ def set_debug_enabled(flag: bool) -> None:
275278
"ones_like",
276279
"pad",
277280
"prod",
281+
"push_index_to_materialized_nodes",
278282
"real",
279283
"reshape",
280284
"rewrite_einsums_with_no_broadcasts",

0 commit comments

Comments
 (0)