-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#13127: Add compute_output_specs which allows user to return output t…
…ensor layout - Op must implement either compute_output_shapes + create_output_tensors OR compute_output_specs * If compute_output_specs is implemented, infra will handle tensor creation * Also works for optional output tensors - Update generic reduction which carries over padding along N and C * pytest tests/tt_eager/python_api_testing/unit_testing/misc/test_min_max.py::test_min_max_for_dim_hw * pytest tests/tt_eager/python_api_testing/unit_testing/misc/test_sharded.py::test_sharded_reduce_h - Update transpose op which transposes and maintains padding * pytest tests/tt_eager/python_api_testing/unit_testing/misc/test_transpose.py - Update slice op which uses optional output tensors * pytest tests/ttnn/unit_tests/operations/test_slice.py::test_slice_output_tensor_tile
- Loading branch information
1 parent
b58292f
commit 5de5bc9
Showing
10 changed files
with
162 additions
and
129 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.