-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TTNN->EmitC transition existing ops to new converter (#2345)
### Ticket #2343 ### Problem description Part of the effort to onboard all TTNN ops to conversion infrastructure introduced in #2331 ### What's changed Transitioned ops with existing conversion to conversion with the new converter. Few changes in the Emitter class, mainly in the way how operands are treated, to accommodate more complex cases like `Variadic` of tensors that maps to `std::vector<ttnn::Tensor>`.
- Loading branch information
1 parent
c4fd52d
commit 017cf6d
Showing
2 changed files
with
281 additions
and
440 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
Oops, something went wrong.