Memory and iteration run time profiling fixes
This release contains and bug fixes associated with both memory and iteration run time profiling.
Bug fixes
- Fix leftover function name changes from refactoring (9538245)
- Fixed an issue that caused extra memory to be tracked (0bb9403)
- Avoid unnecessarily cloning tensors during backward pass profiling (1a40832)
- Avoid overwriting report output files if they exist (e6ed70e)
- Exclude unrelated double underscore functions from being tracked (15cd27c)