-
Notifications
You must be signed in to change notification settings - Fork 434
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cache scipy compile graphs and re-use if args are same (#2074)
* Cache compile graphs and re-use if args are same * Add tests for scipy cache * Ignore error for python3.7 * Tidy-up comments * Update release notes * Add docstring for enhancement * Add compile_cache_size arg to __init__ * Remove redundant use of size in test * Add id's to test and update release notes
- Loading branch information
1 parent
a602aff
commit cda85b0
Showing
3 changed files
with
390 additions
and
11 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
Oops, something went wrong.