Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

[v1.4.x][Cherry-Pick] Memory fixes. Resolves #10867, and resolves #14080 (#14372) #14586

Merged
merged 1 commit into from
Apr 5, 2019

Commits on Apr 1, 2019

  1. Memory fixes. Resolves apache#10867, and resolves apache#14080 (apach…

    …e#14372)
    
    * Fixes for memory leak when reshaping executor
    
    * Fixed Adam Optimizer memory leak
    
    * Cleanup for PR
    
    * Added unit test for new ResourceScope method
    
    * Removing import that was added by overzealous ide
    
    * Add back in an import
    
    * Added flags for executor to know whether or not it owns NDArrays for disposal
    
    * Moving to ResourceScope.using implementation
    
    * Changes to make ResourceScope.using work with existing scope
    
    * Updating ResourceScope to work with existing scopes via usingIfScopeExists method
    
    * Fix clojure unit tests
    
    * Fixes to be compatibile with how clojure is using ResourceScope
    
    * Removing some unnecessary changes
    
    * Adding scope assertion in unit test
    andrewfayres authored and lanking520 committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    d8c63d8 View commit details
    Browse the repository at this point in the history