org.nd4j.autodiff.functions.DifferentialFunction to java.util.List
No. of Instances - 104
No. of Commits - 2
No. of Projects - {'nd4j'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Jdk
Mapping:
- Other
- sameDiff.getFunctionFactory().zero(getResultShape()) to sameDiff.getFunctionFactory().zero(getResultShape())
- sameDiff.getFunctionFactory().one(getResultShape()).div(sameDiff.getFunctionFactory().sqrt(sameDiff.getFunctionFactory().one(getResultShape()).sub(arg().pow(2)))).negate() to sameDiff.getFunctionFactory().one(getResultShape()).div(sameDiff.getFunctionFactory().sqrt(sameDiff.getFunctionFactory().one(getResultShape()).sub(arg().pow(2)))).negate()
- g.mul(arg().sub(sameDiff.getFunctionFactory().mean(arg(),dimensions))).div(sameDiff.getFunctionFactory().one(g.getResultShape()).mul(inputs)) to g.mul(arg().sub(sameDiff.getFunctionFactory().mean(arg(),dimensions))).div(sameDiff.getFunctionFactory().one(g.getResultShape()).mul(inputs))
- sameDiff.getFunctionFactory().one(getResultShape()).mul(2).mul(g).mul(arg().sub(sameDiff.getFunctionFactory().mean(arg(),dimensions))).div(sameDiff.getFunctionFactory().one(getResultShape()).mul(inputs)) to sameDiff.getFunctionFactory().one(getResultShape()).mul(2).mul(g).mul(arg().sub(sameDiff.getFunctionFactory().mean(arg(),dimensions))).div(sameDiff.getFunctionFactory().one(getResultShape()).mul(inputs))
- sameDiff.getFunctionFactory().one(getResultShape()).div(sameDiff.getFunctionFactory().cosh(arg())).pow(2) to sameDiff.getFunctionFactory().one(getResultShape()).div(sameDiff.getFunctionFactory().cosh(arg())).pow(2)
- this to this
- sameDiff.getFunctionFactory().one(getResultShape()).div(sameDiff.getFunctionFactory().sqrt(sameDiff.getFunctionFactory().one(getResultShape()).sub(arg().pow(2)))) to sameDiff.getFunctionFactory().one(getResultShape()).div(sameDiff.getFunctionFactory().sqrt(sameDiff.getFunctionFactory().one(getResultShape()).sub(arg().pow(2))))
- this to this
- sameDiff.getFunctionFactory().one(getResultShape()).div(sameDiff.getFunctionFactory().one(getResultShape()).sub(arg().pow(2))) to sameDiff.getFunctionFactory().one(getResultShape()).div(sameDiff.getFunctionFactory().one(getResultShape()).sub(arg().pow(2)))
- toInverse to toInverse
- new One<>(sameDiff,i_v.get(0).getResultShape()) to new One<>(sameDiff,i_v.get(0).getResultShape())
- sameDiff.getFunctionFactory().one(getResultShape()).div(sameDiff.getFunctionFactory().sqrt(arg().pow(2).add(sameDiff.getFunctionFactory().one(getResultShape())))) to sameDiff.getFunctionFactory().one(getResultShape()).div(sameDiff.getFunctionFactory().sqrt(arg().pow(2).add(sameDiff.getFunctionFactory().one(getResultShape()))))
- sameDiff.getFunctionFactory().one(getResultShape()).div(sameDiff.getFunctionFactory().one(getResultShape()).add(arg().pow(2))) to sameDiff.getFunctionFactory().one(getResultShape()).div(sameDiff.getFunctionFactory().one(getResultShape()).add(arg().pow(2)))
- arg().div(sameDiff.getFunctionFactory().abs(arg())) to arg().div(sameDiff.getFunctionFactory().abs(arg()))
- arg().div(sameDiff.getFunctionFactory().abs(arg())) to arg().div(sameDiff.getFunctionFactory().abs(arg()))
- this to this
- repeat to repeat
- this to this
- sameDiff.getFunctionFactory().one(getResultShape()).div(sameDiff.getFunctionFactory().sqrt(arg().sub(sameDiff.getFunctionFactory().one(getResultShape()))).mul(sameDiff.getFunctionFactory().sqrt(arg().add(sameDiff.getFunctionFactory().one(getResultShape()))))) to sameDiff.getFunctionFactory().one(getResultShape()).div(sameDiff.getFunctionFactory().sqrt(arg().sub(sameDiff.getFunctionFactory().one(getResultShape()))).mul(sameDiff.getFunctionFactory().sqrt(arg().add(sameDiff.getFunctionFactory().one(getResultShape())))))
- new One<>(sameDiff,i_v.get(0).getResultShape()) to new One<>(sameDiff,i_v.get(0).getResultShape())
- Add or Remove Method invocation
- doNormGrad to singletonList
- i_v to i_v.get(0)
- mul to singletonList
- doGradChoose to singletonList
- getDiffFunctionInput(i_v1) to getDiffFunctionInput(i_v1.get(0))
- doNormGrad to singletonList
- mul to singletonList
- i_v.getResultShape() to i_v.get(0).getResultShape()
- i_v1 to i_v1.get(0)
- i_v1 to i_v1.get(0)
- doGradChoose to add
- sameDiff.getFunctionFactory().selu(arg()) to arg().div(f().selu(arg()))
- div to singletonList
- mul to singletonList
- doNormGrad to singletonList
- doGradChoose to singletonList
- doNormGrad to singletonList
- doNormGrad to singletonList
- doNormGrad to singletonList
- mul to singletonList
- i_v1 to i_v1.get(0)
- i_v1 to i_v1.get(0)
- mul to singletonList
- mul to singletonList
- i_v.getResultShape() to i_v.get(0).getResultShape()
- SDVariable.builder().differentialFunction(currentDiff).sameDiff(sameDiff).varName("grad") to SDVariable.builder().differentialFunction(currentDiff.get(0)).sameDiff(sameDiff).varName("grad")
- arrField.getSameDiff() to arrField.get(0).getSameDiff()
- SDVariable.builder().arr(null).shape(arrField.getResultShape()).differentialFunction(arrField).varName("grad(" + iX.getVarName() + ")").sameDiff(this) to SDVariable.builder().arr(null).shape(arrField.get(0).getResultShape()).differentialFunction(arrField.get(0)).varName("grad(" + iX.getVarName() + ")").sameDiff(this)