b3d59bbcb137f630e32b5aaee8b920590597c940
Files Diff
- Added: 5
- Removed: 1
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Push Down Method | 1 | ||
Push Down Method protected ensureDeviceCacheHolder(deviceId Integer, shape AllocationShape) : void from class org.nd4j.jita.memory.impl.CudaCachingProvider to protected ensureDeviceCacheHolder(deviceId Integer, shape AllocationShape) : void from class org.nd4j.jita.memory.impl.CudaFullCachingProvider | From | To | |
Extract Subclass | 1 | ||
Extract Subclass org.nd4j.jita.memory.impl.CudaFullCachingProvider from class org.nd4j.jita.memory.impl.CudaCachingProvider | From | To | |
Push Down Attribute | 2 | ||
Push Down Attribute private deviceCache : ConcurrentHashMap<Integer,ConcurrentHashMap<AllocationShape,CacheHolder>> from class org.nd4j.jita.memory.impl.CudaCachingProvider to protected deviceCache : ConcurrentHashMap<Integer,ConcurrentHashMap<AllocationShape,CacheHolder>> from class org.nd4j.jita.memory.impl.CudaFullCachingProvider | From | To | |
Push Down Attribute private deviceCachedAmount : AtomicLong from class org.nd4j.jita.memory.impl.CudaCachingProvider to protected deviceCachedAmount : AtomicLong from class org.nd4j.jita.memory.impl.CudaFullCachingProvider | From | To | |
Rename Class | 1 | ||
Rename Class org.nd4j.jita.memory.impl.CudaCachingProvider renamed to org.nd4j.jita.memory.impl.CudaCachingZeroProvider | From | To |