return SDVariable.builder().differentialFunction(currentDiff).sameDiff(sameDiff).varName(STR0).build(); | return SDVariable.builder().differentialFunction(currentDiff.get(0)).sameDiff(sameDiff).varName(STR0).build(); | SDVariable.builder().differentialFunction(currentDiff).sameDiff(sameDiff).varName(STR0).build() | SDVariable.builder().differentialFunction(currentDiff.get(0)).sameDiff(sameDiff).varName(STR0).build() | nd4j | 907e0b2e31d34d95448cab9f22c6d31447c2262b | org.nd4j.autodiff.samediff.SameDiff.execBackwards.defineFunction | | _1 | currentDiff |
---|
_2 | currentDiff |
---|
| TCIVar | currentDiff |
---|
v0 | STR0 |
---|
v2 | SDVariable.builder() |
---|
| | TCIVar | currentDiff |
---|
v0 | STR0 |
---|
v2 | SDVariable.builder() |
---|
| Uses | True |