Skip to content

Commit

Permalink
CHERY-PICK: Axes Propagation
Browse files Browse the repository at this point in the history
  • Loading branch information
kaushikcfd committed Sep 12, 2022
1 parent 1e8b820 commit a174a76
Show file tree
Hide file tree
Showing 7 changed files with 789 additions and 7 deletions.
3 changes: 3 additions & 0 deletions pytato/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ def set_debug_enabled(flag: bool) -> None:
number_distributed_tags,
execute_distributed_partition,
)
from pytato.transform.metadata import unify_axes_tags

from pytato.partition import generate_code_for_partition

Expand Down Expand Up @@ -156,6 +157,8 @@ def set_debug_enabled(flag: bool) -> None:

"generate_code_for_partition",

"unify_axes_tags",

# sub-modules
"analysis", "tags", "transform",

Expand Down
1 change: 1 addition & 0 deletions pytato/array.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
.. autofunction:: vdot
.. autofunction:: broadcast_to
.. autofunction:: squeeze
.. autofunction:: expand_dims
.. automodule:: pytato.cmath
.. automodule:: pytato.reductions
Expand Down
1 change: 1 addition & 0 deletions pytato/tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
.. autoclass:: Named
.. autoclass:: PrefixNamed
.. autoclass:: AssumeNonNegative
.. autoclass:: ExpandedDimsReshape
"""

from typing import Tuple
Expand Down
Loading

0 comments on commit a174a76

Please sign in to comment.