-
Notifications
You must be signed in to change notification settings - Fork 355
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(//core/conversion): Compiler can now create graphs
out of programs that use conditionals if it can be gaurenteed that there is a single code path followed through the course of the program given input information and the graph This means that right now conditionals within loops is not supported but if a program has a bunch of evaluatable cases and those cases produce tensors as long as the program does not need to run both branches conditionally at runtime the program can still be compiled Signed-off-by: Naren Dasan <naren@narendasan.com> Signed-off-by: Naren Dasan <narens@nvidia.com>
- Loading branch information
1 parent
07ba980
commit 9d1946e
Showing
1 changed file
with
25 additions
and
7 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