|
Change Return Type Op to DifferentialFunction in method public createOp(opType Op.Type, opExecAction OpExecAction) : DifferentialFunction in class org.nd4j.autodiff.samediff.SameDiff |
From |
To |
|
Change Return Type Pair<Map<SDVariable,Op>,List<Op>> to Pair<Map<SDVariable,DifferentialFunction>,List<DifferentialFunction>> in method public exec(functionName String) : Pair<Map<SDVariable,DifferentialFunction>,List<DifferentialFunction>> in class org.nd4j.autodiff.samediff.SameDiff |
From |
To |
|
Change Return Type Pair<Map<SDVariable,Op>,List<Op>> to Pair<Map<SDVariable,DifferentialFunction>,List<DifferentialFunction>> in method public execBackwards() : Pair<Map<SDVariable,DifferentialFunction>,List<DifferentialFunction>> in class org.nd4j.autodiff.samediff.SameDiff |
From |
To |
|
Change Return Type List<Op> to List<DifferentialFunction> in method public exec(functionName String, cachedOps List<DifferentialFunction>) : List<DifferentialFunction> in class org.nd4j.autodiff.samediff.SameDiff |
From |
To |
|
Change Return Type Pair<Map<SDVariable,Op>,List<Op>> to Pair<Map<SDVariable,DifferentialFunction>,List<DifferentialFunction>> in method public exec() : Pair<Map<SDVariable,DifferentialFunction>,List<DifferentialFunction>> in class org.nd4j.autodiff.samediff.SameDiff |
From |
To |
|
Change Return Type List<Op> to List<DifferentialFunction> in method public exec(ops List<DifferentialFunction>) : List<DifferentialFunction> in class org.nd4j.autodiff.samediff.SameDiff |
From |
To |
|
Change Variable Type mapListPair : Pair<Map<SDVariable,Op>,List<Op>> to mapListPair : Pair<Map<SDVariable,DifferentialFunction>,List<DifferentialFunction>> in method public testMulGradient() : void in class org.nd4j.autodiff.samediff.SameDiffTests |
From |
To |
|
Change Variable Type exec : List<Op> to exec : List<DifferentialFunction> in method public execAndEndResult() : INDArray in class org.nd4j.autodiff.samediff.SameDiff |
From |
To |
|
Change Variable Type ops : List<Op> to ops : List<DifferentialFunction> in method public exec() : Pair<Map<SDVariable,DifferentialFunction>,List<DifferentialFunction>> in class org.nd4j.autodiff.samediff.SameDiff |
From |
To |
|
Change Variable Type backwardsOps : List<Op> to backwardsOps : List<DifferentialFunction> in method public testSigmoidBackwards() : void in class org.nd4j.autodiff.samediff.SameDiffTests |
From |
To |
|
Change Variable Type execBackwards : Pair<Map<SDVariable,Op>,List<Op>> to execBackwards : Pair<Map<SDVariable,DifferentialFunction>,List<DifferentialFunction>> in method public testLogGrad() : void in class org.nd4j.autodiff.samediff.SameDiffTests |
From |
To |
|
Change Variable Type exec : List<Op> to exec : List<DifferentialFunction> in method public execAndEndResult(ops List<DifferentialFunction>) : INDArray in class org.nd4j.autodiff.samediff.SameDiff |
From |
To |
|
Change Variable Type opsBackward : Pair<Map<SDVariable,Op>,List<Op>> to opsBackward : Pair<Map<SDVariable,DifferentialFunction>,List<DifferentialFunction>> in method public testLogisticRegression() : void in class org.nd4j.autodiff.samediff.SameDiffTests |
From |
To |
|
Change Variable Type ops : List<Op> to ops : List<DifferentialFunction> in method public testSums() : void in class org.nd4j.autodiff.samediff.SameDiffTests |
From |
To |
|
Change Variable Type opMap : Map<SDVariable,Op> to opMap : Map<SDVariable,DifferentialFunction> in method public exec() : Pair<Map<SDVariable,DifferentialFunction>,List<DifferentialFunction>> in class org.nd4j.autodiff.samediff.SameDiff |
From |
To |
|
Change Variable Type opExecAction : List<Op> to opExecAction : List<DifferentialFunction> in method public eval(inputs Map<String,INDArray>) : INDArray[] in class org.nd4j.autodiff.samediff.SameDiff |
From |
To |
|
Change Variable Type ops : Pair<Map<SDVariable,Op>,List<Op>> to ops : Pair<Map<SDVariable,DifferentialFunction>,List<DifferentialFunction>> in method public testMmulGradientLogistic() : void in class org.nd4j.autodiff.samediff.SameDiffTests |
From |
To |
|
Change Variable Type ops : List<Op> to ops : List<DifferentialFunction> in method public testExpGradient() : void in class org.nd4j.autodiff.samediff.SameDiffTests |
From |
To |
|
Change Variable Type ops : List<Op> to ops : List<DifferentialFunction> in method public testMmulGradient() : void in class org.nd4j.autodiff.samediff.SameDiffTests |
From |
To |
|
Change Variable Type backwards : List<Op> to backwards : List<DifferentialFunction> in method public execBackwardAndEndResult() : INDArray in class org.nd4j.autodiff.samediff.SameDiff |
From |
To |
|
Change Variable Type opsBackward : Pair<Map<SDVariable,Op>,List<Op>> to opsBackward : Pair<Map<SDVariable,DifferentialFunction>,List<DifferentialFunction>> in method public testSoftmaxRegression() : void in class org.nd4j.autodiff.samediff.SameDiffTests |
From |
To |
|
Change Variable Type ops : List<Op> to ops : List<DifferentialFunction> in method public testResultPropagation() : void in class org.nd4j.autodiff.samediff.SameDiffTests |
From |
To |
|
Change Variable Type forward : Pair<Map<SDVariable,Op>,List<Op>> to forward : Pair<Map<SDVariable,DifferentialFunction>,List<DifferentialFunction>> in method public execBackwards() : Pair<Map<SDVariable,DifferentialFunction>,List<DifferentialFunction>> in class org.nd4j.autodiff.samediff.SameDiff |
From |
To |