052079dbbc52cfade676230fce42efecb91ace62
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 1 | ||
| Rename Variable ops : List<Op> to opsForward : Pair<Map<SDVariable,Op>,List<Op>> in method public testLogisticRegression() : void in class org.nd4j.autodiff.samediff.SameDiffTests | From | To | |
| Change Return Type | 3 | ||
| Change Return Type List<Op> to Pair<Map<SDVariable,Op>,List<Op>> in method public exec(functionName String) : Pair<Map<SDVariable,Op>,List<Op>> in class org.nd4j.autodiff.samediff.SameDiff | From | To | |
| Change Return Type List<Op> to Pair<Map<SDVariable,Op>,List<Op>> in method public execBackwards() : Pair<Map<SDVariable,Op>,List<Op>> in class org.nd4j.autodiff.samediff.SameDiff | From | To | |
| Change Return Type List<Op> to Pair<Map<SDVariable,Op>,List<Op>> in method public exec() : Pair<Map<SDVariable,Op>,List<Op>> in class org.nd4j.autodiff.samediff.SameDiff | From | To | |
| Change Variable Type | 3 | ||
| Change Variable Type ops : List<Op> to opsForward : Pair<Map<SDVariable,Op>,List<Op>> in method public testLogisticRegression() : void in class org.nd4j.autodiff.samediff.SameDiffTests | From | To | |
| Change Variable Type execBackwards : List<Op> to execBackwards : Pair<Map<SDVariable,Op>,List<Op>> in method public testLogGrad() : void in class org.nd4j.autodiff.samediff.SameDiffTests | From | To | |
| Change Variable Type forward : List<Op> to forward : Pair<Map<SDVariable,Op>,List<Op>> in method public execBackwards() : Pair<Map<SDVariable,Op>,List<Op>> in class org.nd4j.autodiff.samediff.SameDiff | From | To |