d7faefeefbcd793b7295e0a0509a057e8f07bcd7
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public get(r int, c int) : INDArray renamed to public subArray(offsets int[], shape int[], stride int[]) : INDArray in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCSR | From | To | |
| Change Return Type | 1 | ||
| Change Return Type ISparseNDArray to INDArray in method public putScalar(row int, col int, value double) : INDArray in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCSR | From | To | |
| Extract Method | 1 | ||
| Extract Method protected init(shape int[]) : void extracted from public BaseSparseNDArrayCSR(data double[], columnsPointers int[], pointerB int[], pointerE int[], shape int[]) in class org.nd4j.linalg.api.ndarray.BaseSparseNDArrayCSR | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type shape : int[] to shape : DataBuffer in class org.nd4j.linalg.api.ndarray.BaseSparseNDArray | From | To |