-
-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
split core into smaller files (#237)
Move some code from core.py into ops.py, formatting.py, and parsing.py. Since some of the moved code is part of the `AffineScalarFunc` class, it was refactored into functions of `cls` that can be imported back into core.py and called on `AffineScalarFunc`.
- Loading branch information
1 parent
1238d37
commit 3d2b16d
Showing
5 changed files
with
2,218 additions
and
2,182 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.