6ab0b07ab980a80a5eee5b96522a6ae47eac9350
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable put : NDArrayIndex[] to targetShapeIndex : NDArrayIndex[] in method public padWithZeros(nd IComplexNDArray, targetShape int[]) : IComplexNDArray in class org.nd4j.linalg.util.ComplexNDArrayUtil | From | To | |
Extract Variable | 1 | ||
Extract Variable slice : INDArray in method public get(indexes NDArrayIndex...) : INDArray from class org.nd4j.linalg.api.ndarray.BaseNDArray | From | To | |
Extract Method | 2 | ||
Extract Method public interval(begin int, stride int, end int, inclusive boolean) : NDArrayIndex extracted from public interval(begin int, end int, inclusive boolean) : NDArrayIndex in class org.nd4j.linalg.indexing.NDArrayIndex | From | To | |
Extract Method public shape(shape int[], offsets int[], indices NDArrayIndex...) : int[] extracted from public shape(shape int[], indices NDArrayIndex...) : int[] in class org.nd4j.linalg.indexing.Indices | From | To |