35735275eab5a17fbf9636fbe98555d7798a9496
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 11
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move Method | 1 | ||
| Move Method public computeActivation(in INDArray, training boolean) : INDArray from class org.nd4j.linalg.activations.impl.ActivationLeakyReLU to public computeActivation(in INDArray, training boolean) : INDArray from class org.nd4j.linalg.activations.impl.ActivationSigmoid | From | To | |
| Rename Variable | 2 | ||
| Rename Variable leakyVector : INDArray to classSize : int in method public leakyRELU() : void in class org.nd4j.linalg.LoneTest | From | To | |
| Rename Variable outDef : INDArray to z : INDArray in method public leakyRELU() : void in class org.nd4j.linalg.LoneTest | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type leakyVector : INDArray to classSize : int in method public leakyRELU() : void in class org.nd4j.linalg.LoneTest | From | To | |
| Extract Variable | 1 | ||
| Extract Variable softmaxDiag : INDArray in method public leakyRELU() : void from class org.nd4j.linalg.LoneTest | From | To |