4da4780591b6a93f2f194eb4aef5a3095f820ee4
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Merge Variable | 1 | ||
| Merge Variable [rows : int, columns : int] to shape : int[] in method public create(data float[], rows int, columns int, stride int[], offset int, ordering char) : INDArray in class org.nd4j.linalg.factory.Nd4j | From | To | |
| Extract Variable | 3 | ||
| Extract Variable shape : int[] in method public create(rows int, columns int, stride int[], ordering char) : INDArray from class org.nd4j.linalg.factory.Nd4j | From | To | |
| Extract Variable shape : int[] in method public createComplex(rows int, columns int, stride int[], ordering char) : IComplexNDArray from class org.nd4j.linalg.factory.Nd4j | From | To | |
| Extract Variable shape : int[] in method public create(rows int, columns int, stride int[], offset int, ordering char) : INDArray from class org.nd4j.linalg.factory.Nd4j | From | To | |
| Rename Parameter | 3 | ||
| Rename Parameter ints : int[] to shape : int[] in method public createComplex(data double[], shape int[], offset int, ordering char) : IComplexNDArray in class org.nd4j.linalg.factory.Nd4j | From | To | |
| Rename Parameter newDims : int[] to shape : int[] in method public createComplex(data DataBuffer, shape int[], newStrides int[], offset int, ordering char) : IComplexNDArray in class org.nd4j.linalg.factory.Nd4j | From | To | |
| Rename Parameter newShape : int[] to shape : int[] in method public createComplex(data DataBuffer, shape int[], newStrides int[], offset int) : IComplexNDArray in class org.nd4j.linalg.factory.Nd4j | From | To |