d954847a6fdac9a4748b372b500f0d97ba9795e4
Files Diff
- Added: 0
- Removed: 3
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Inline Method | 4 | ||
Inline Method public pointerIndexerByGlobalType(currentType Type) : void inlined to public read(s DataInputStream) : void in class org.nd4j.linalg.api.buffer.BaseDataBuffer | From | To | |
Inline Method public readByType(s DataInputStream, currentType Type) : Number inlined to public read(s DataInputStream) : void in class org.nd4j.linalg.jcublas.buffer.BaseCudaDataBuffer | From | To | |
Inline Method public putByGlobalType(i long, element Number) : void inlined to public read(s DataInputStream) : void in class org.nd4j.linalg.api.buffer.BaseDataBuffer | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute currentType : Type to type : Type in method public read(s DataInputStream) : void in class org.nd4j.linalg.api.buffer.BaseDataBuffer | From | To |