File tree Expand file tree Collapse file tree 2 files changed +1255
-0
lines changed
Expand file tree Collapse file tree 2 files changed +1255
-0
lines changed Original file line number Diff line number Diff line change @@ -162,6 +162,9 @@ def set_debug_enabled(flag: bool) -> None:
162162from pytato .transform .lower_to_index_lambda import to_index_lambda
163163from pytato .transform .materialize import materialize_with_mpms
164164from pytato .transform .metadata import unify_axes_tags
165+ from pytato .transform .push_index_to_materialized_nodes import (
166+ push_index_to_materialized_nodes ,
167+ )
165168from pytato .transform .remove_broadcasts_einsum import rewrite_einsums_with_no_broadcasts
166169from 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" ,
You can’t perform that action at this time.
0 commit comments