00890f5a734268079b2840fcb7b991a95c47eb91
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public getElementSize() : int renamed to protected initTypeAndSize() : void in class org.nd4j.linalg.jcublas.buffer.CudaIntDataBuffer | From | To | |
Rename Method public getElementSize() : int renamed to protected initTypeAndSize() : void in class org.nd4j.linalg.api.buffer.DoubleBuffer | From | To | |
Pull Up Method | 2 | ||
Pull Up Method public getElementSize() : int from class org.nd4j.linalg.api.buffer.FloatBuffer to public getElementSize() : int from class org.nd4j.linalg.api.buffer.BaseDataBuffer | From | To | |
Pull Up Method public getElementSize() : int from class org.nd4j.linalg.api.buffer.IntBuffer to public getElementSize() : int from class org.nd4j.linalg.api.buffer.BaseDataBuffer | From | To | |
Change Return Type | 2 | ||
Change Return Type int to void in method protected initTypeAndSize() : void in class org.nd4j.linalg.api.buffer.DoubleBuffer | From | To | |
Change Return Type int to void in method protected initTypeAndSize() : void in class org.nd4j.linalg.jcublas.buffer.CudaIntDataBuffer | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute t : Type to type : Type in method public read(s DataInputStream) : void in class org.nd4j.linalg.api.buffer.BaseDataBuffer | From | To |