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 class
UpdaterState.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 void
addParamName(com.google.flatbuffers.FlatBufferBuilder builder, int paramNameOffset)
static void
addUpdaterStateKeys(com.google.flatbuffers.FlatBufferBuilder builder, int updaterStateKeysOffset)
static void
addUpdaterStateValues(com.google.flatbuffers.FlatBufferBuilder builder, int updaterStateValuesOffset)
static int
createUpdaterState(com.google.flatbuffers.FlatBufferBuilder builder, int paramNameOffset, int updaterStateKeysOffset, int updaterStateValuesOffset)
static int
createUpdaterStateKeysVector(com.google.flatbuffers.FlatBufferBuilder builder, int[] data)
static int
createUpdaterStateValuesVector(com.google.flatbuffers.FlatBufferBuilder builder, int[] data)
static int
endUpdaterState(com.google.flatbuffers.FlatBufferBuilder builder)
static UpdaterState
getRootAsUpdaterState(ByteBuffer _bb)
static UpdaterState
getRootAsUpdaterState(ByteBuffer _bb, UpdaterState obj)
String
paramName()
ByteBuffer
paramNameAsByteBuffer()
ByteBuffer
paramNameInByteBuffer(ByteBuffer _bb)
static void
startUpdaterState(com.google.flatbuffers.FlatBufferBuilder builder)
static void
startUpdaterStateKeysVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)
static void
startUpdaterStateValuesVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)
String
updaterStateKeys(int j)
int
updaterStateKeysLength()
com.google.flatbuffers.StringVector
updaterStateKeysVector()
com.google.flatbuffers.StringVector
updaterStateKeysVector(com.google.flatbuffers.StringVector obj)
FlatArray
updaterStateValues(int j)
FlatArray
updaterStateValues(FlatArray obj, int j)
int
updaterStateValuesLength()
FlatArray.Vector
updaterStateValuesVector()
FlatArray.Vector
updaterStateValuesVector(FlatArray.Vector obj)
static void
ValidateVersion()
-
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)
-
-