771c84074238b75ddb654a8f6b7b9608638d4f56
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 15
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Parameterize Variable | 1 | ||
Parameterize Variable buffer : DataBuffer to target : Pointer in method public convertDataEx(typeSrc DataBuffer.TypeEx, source Pointer, typeDst DataBuffer.TypeEx, target Pointer, length long) : void in class org.nd4j.linalg.cpu.nativecpu.CpuNDArrayFactory | From | To | |
Change Variable Type | 1 | ||
Change Variable Type buffer : DataBuffer to target : Pointer in method public convertDataEx(typeSrc DataBuffer.TypeEx, source Pointer, typeDst DataBuffer.TypeEx, target Pointer, length long) : void in class org.nd4j.linalg.cpu.nativecpu.CpuNDArrayFactory | From | To | |
Extract Method | 2 | ||
Extract Method public convertDataEx(typeSrc DataBuffer.TypeEx, source DataBuffer, typeDst DataBuffer.TypeEx, target DataBuffer) : void extracted from public convertDataEx(typeSrc DataBuffer.TypeEx, source DataBuffer, typeDst DataBuffer.TypeEx) : DataBuffer in class org.nd4j.linalg.cpu.nativecpu.CpuNDArrayFactory | From | To | |
Extract Method public convertDataEx(typeSrc DataBuffer.TypeEx, source Pointer, typeDst DataBuffer.TypeEx, target Pointer, length long) : void extracted from public convertDataEx(typeSrc DataBuffer.TypeEx, source DataBuffer, typeDst DataBuffer.TypeEx, target DataBuffer) : void in class org.nd4j.linalg.jcublas.JCublasNDArrayFactory | From | To |