Uses of Class
org.nd4j.graph.UpdaterState
-
Packages that use UpdaterState Package Description org.nd4j.graph -
-
Uses of UpdaterState in org.nd4j.graph
Methods in org.nd4j.graph that return UpdaterState Modifier and Type Method Description UpdaterStateUpdaterState. __assign(int _i, ByteBuffer _bb)UpdaterStateUpdaterState.Vector. get(int j)UpdaterStateUpdaterState.Vector. get(UpdaterState obj, int j)static UpdaterStateUpdaterState. getRootAsUpdaterState(ByteBuffer _bb)static UpdaterStateUpdaterState. getRootAsUpdaterState(ByteBuffer _bb, UpdaterState obj)UpdaterStateFlatGraph. updaterState(int j)UpdaterStateFlatGraph. updaterState(UpdaterState obj, int j)Methods in org.nd4j.graph with parameters of type UpdaterState Modifier and Type Method Description UpdaterStateUpdaterState.Vector. get(UpdaterState obj, int j)static UpdaterStateUpdaterState. getRootAsUpdaterState(ByteBuffer _bb, UpdaterState obj)UpdaterStateFlatGraph. updaterState(UpdaterState obj, int j)
-