336dde4b64f83f9efcf42c56985818be0c5307f6
Files Diff
- Added: 3
- Removed: 28
- Renamed: 0
- Modified: 29
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 2 | ||
Change Return Type Task<Integer> to Task<Pair<Double,Integer>> in method public getIndexAccumulationTask(op IndexAccumulation) : Task<Pair<Double,Integer>> in class org.nd4j.linalg.api.parallel.tasks.cpu.CPUTaskFactory | From | To | |
Change Return Type Task<Integer> to Task<Pair<Double,Integer>> in method public getIndexAccumulationTask(op IndexAccumulation) : Task<Pair<Double,Integer>> in class org.nd4j.linalg.api.parallel.tasks.TaskFactory | From | To | |
Change Variable Type | 1 | ||
Change Variable Type task : Task<Integer> to task : Task<Pair<Double,Integer>> in method private doIndexAccumulationOp(op IndexAccumulation) : void in class org.nd4j.linalg.api.ops.executioner.DefaultOpExecutioner | From | To |