| Package | Description |
|---|---|
| org.nd4j.autodiff.listeners | |
| org.nd4j.autodiff.listeners.impl | |
| org.nd4j.autodiff.samediff.internal |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseListener.preUpdate(SameDiff sd,
At at,
Variable v,
INDArray update) |
void |
Listener.preUpdate(SameDiff sd,
At at,
Variable v,
INDArray update)
Called just before each parameter is to be updated - i.e., just before each parameter is modified.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UIListener.preUpdate(SameDiff sd,
At at,
Variable v,
INDArray update) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractSession.addVarControlDeps(AbstractSession.ExecStep es,
Variable v)
Add the control dependency from Op -> variable
|
Copyright © 2021. All rights reserved.