Package org.nd4j.graph
Class UpdaterState
- java.lang.Object
-
- com.google.flatbuffers.Table
-
- org.nd4j.graph.UpdaterState
-
public final class UpdaterState extends com.google.flatbuffers.Table
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUpdaterState.Vector
-
Constructor Summary
Constructors Constructor Description UpdaterState()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdaterState__assign(int _i, ByteBuffer _bb)void__init(int _i, ByteBuffer _bb)static voidaddParamName(com.google.flatbuffers.FlatBufferBuilder builder, int paramNameOffset)static voidaddUpdaterStateKeys(com.google.flatbuffers.FlatBufferBuilder builder, int updaterStateKeysOffset)static voidaddUpdaterStateValues(com.google.flatbuffers.FlatBufferBuilder builder, int updaterStateValuesOffset)static intcreateUpdaterState(com.google.flatbuffers.FlatBufferBuilder builder, int paramNameOffset, int updaterStateKeysOffset, int updaterStateValuesOffset)static intcreateUpdaterStateKeysVector(com.google.flatbuffers.FlatBufferBuilder builder, int[] data)static intcreateUpdaterStateValuesVector(com.google.flatbuffers.FlatBufferBuilder builder, int[] data)static intendUpdaterState(com.google.flatbuffers.FlatBufferBuilder builder)static UpdaterStategetRootAsUpdaterState(ByteBuffer _bb)static UpdaterStategetRootAsUpdaterState(ByteBuffer _bb, UpdaterState obj)StringparamName()ByteBufferparamNameAsByteBuffer()ByteBufferparamNameInByteBuffer(ByteBuffer _bb)static voidstartUpdaterState(com.google.flatbuffers.FlatBufferBuilder builder)static voidstartUpdaterStateKeysVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)static voidstartUpdaterStateValuesVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)StringupdaterStateKeys(int j)intupdaterStateKeysLength()com.google.flatbuffers.StringVectorupdaterStateKeysVector()com.google.flatbuffers.StringVectorupdaterStateKeysVector(com.google.flatbuffers.StringVector obj)FlatArrayupdaterStateValues(int j)FlatArrayupdaterStateValues(FlatArray obj, int j)intupdaterStateValuesLength()FlatArray.VectorupdaterStateValuesVector()FlatArray.VectorupdaterStateValuesVector(FlatArray.Vector obj)static voidValidateVersion()-
Methods inherited from class com.google.flatbuffers.Table
__has_identifier, __indirect, __indirect, __offset, __offset, __reset, __reset, __string, __string, __union, __union, __vector, __vector_as_bytebuffer, __vector_in_bytebuffer, __vector_len, compareStrings, compareStrings, getByteBuffer, keysCompare, sortTables
-
-
-
-
Method Detail
-
ValidateVersion
public static void ValidateVersion()
-
getRootAsUpdaterState
public static UpdaterState getRootAsUpdaterState(ByteBuffer _bb)
-
getRootAsUpdaterState
public static UpdaterState getRootAsUpdaterState(ByteBuffer _bb, UpdaterState obj)
-
__init
public void __init(int _i, ByteBuffer _bb)
-
__assign
public UpdaterState __assign(int _i, ByteBuffer _bb)
-
paramName
public String paramName()
-
paramNameAsByteBuffer
public ByteBuffer paramNameAsByteBuffer()
-
paramNameInByteBuffer
public ByteBuffer paramNameInByteBuffer(ByteBuffer _bb)
-
updaterStateKeys
public String updaterStateKeys(int j)
-
updaterStateKeysLength
public int updaterStateKeysLength()
-
updaterStateKeysVector
public com.google.flatbuffers.StringVector updaterStateKeysVector()
-
updaterStateKeysVector
public com.google.flatbuffers.StringVector updaterStateKeysVector(com.google.flatbuffers.StringVector obj)
-
updaterStateValues
public FlatArray updaterStateValues(int j)
-
updaterStateValuesLength
public int updaterStateValuesLength()
-
updaterStateValuesVector
public FlatArray.Vector updaterStateValuesVector()
-
updaterStateValuesVector
public FlatArray.Vector updaterStateValuesVector(FlatArray.Vector obj)
-
createUpdaterState
public static int createUpdaterState(com.google.flatbuffers.FlatBufferBuilder builder, int paramNameOffset, int updaterStateKeysOffset, int updaterStateValuesOffset)
-
startUpdaterState
public static void startUpdaterState(com.google.flatbuffers.FlatBufferBuilder builder)
-
addParamName
public static void addParamName(com.google.flatbuffers.FlatBufferBuilder builder, int paramNameOffset)
-
addUpdaterStateKeys
public static void addUpdaterStateKeys(com.google.flatbuffers.FlatBufferBuilder builder, int updaterStateKeysOffset)
-
createUpdaterStateKeysVector
public static int createUpdaterStateKeysVector(com.google.flatbuffers.FlatBufferBuilder builder, int[] data)
-
startUpdaterStateKeysVector
public static void startUpdaterStateKeysVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)
-
addUpdaterStateValues
public static void addUpdaterStateValues(com.google.flatbuffers.FlatBufferBuilder builder, int updaterStateValuesOffset)
-
createUpdaterStateValuesVector
public static int createUpdaterStateValuesVector(com.google.flatbuffers.FlatBufferBuilder builder, int[] data)
-
startUpdaterStateValuesVector
public static void startUpdaterStateValuesVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)
-
endUpdaterState
public static int endUpdaterState(com.google.flatbuffers.FlatBufferBuilder builder)
-
-