File tree Expand file tree Collapse file tree 2 files changed +734
-0
lines changed
Expand file tree Collapse file tree 2 files changed +734
-0
lines changed Original file line number Diff line number Diff line change @@ -164,6 +164,9 @@ def set_debug_enabled(flag: bool) -> None:
164164from pytato .transform .dead_code_elimination import eliminate_dead_code
165165from pytato .transform .lower_to_index_lambda import to_index_lambda
166166from pytato .transform .metadata import unify_axes_tags
167+ from pytato .transform .push_index_to_materialized_nodes import (
168+ push_index_to_materialized_nodes ,
169+ )
167170from pytato .transform .remove_broadcasts_einsum import rewrite_einsums_with_no_broadcasts
168171from 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" ,
You can’t perform that action at this time.
0 commit comments