3c276c8a245b491c6b2116ab9db08eae017d0348
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public mmul(x TensorGradVariable) : TensorGradVariable renamed to public tensorMmul(x TensorGradVariable, y TensorGradVariable, dimensions int[][], argNum int) : TensorGradVariable in class org.nd4j.autodiff.tensorgrad.TensorGrad | From | To | |
Move Method | 1 | ||
Move Method private doTensorMmul(argNum int, a DifferentialFunction<X>, b DifferentialFunction<X>, dimensions int...) : DifferentialFunction<X> from class org.nd4j.autodiff.functions.DifferentialFunctionFactory to private doTensorMmul(argNum int, a DifferentialFunction<X>, b DifferentialFunction<X>, dimensions int...) : DifferentialFunction<X> from class org.nd4j.autodiff.functions.mmul.TensorMmul | From | To | |
Extract Method | 1 | ||
Extract Method protected addEdges(graph Graph<NDArrayInformation,OpState>, i_v1 DifferentialFunction<X>, i_v2 DifferentialFunction<X>, opName String, opType OpState.OpType, shape int[], extraArgs Object[]) : void extracted from protected addEdges(graph Graph<NDArrayInformation,OpState>, i_v1 DifferentialFunction<X>, i_v2 DifferentialFunction<X>, opName String, opType OpState.OpType, shape int[]) : void in class org.nd4j.autodiff.functions.AbstractBinaryFunction | From | To |