Package org.nd4j.graph
Class UIVariable
- java.lang.Object
-
- com.google.flatbuffers.Table
-
- org.nd4j.graph.UIVariable
-
public final class UIVariable extends com.google.flatbuffers.Table
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUIVariable.Vector
-
Constructor Summary
Constructors Constructor Description UIVariable()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description UIVariable__assign(int _i, ByteBuffer _bb)void__init(int _i, ByteBuffer _bb)static voidaddConstantValue(com.google.flatbuffers.FlatBufferBuilder builder, int constantValueOffset)static voidaddControlDeps(com.google.flatbuffers.FlatBufferBuilder builder, int controlDepsOffset)static voidaddControlDepsForOp(com.google.flatbuffers.FlatBufferBuilder builder, int controlDepsForOpOffset)static voidaddControlDepsForVar(com.google.flatbuffers.FlatBufferBuilder builder, int controlDepsForVarOffset)static voidaddDatatype(com.google.flatbuffers.FlatBufferBuilder builder, byte datatype)static voidaddGradientVariable(com.google.flatbuffers.FlatBufferBuilder builder, int gradientVariableOffset)static voidaddId(com.google.flatbuffers.FlatBufferBuilder builder, int idOffset)static voidaddInputsForOp(com.google.flatbuffers.FlatBufferBuilder builder, int inputsForOpOffset)static voidaddName(com.google.flatbuffers.FlatBufferBuilder builder, int nameOffset)static voidaddOutputOfOp(com.google.flatbuffers.FlatBufferBuilder builder, int outputOfOpOffset)static voidaddShape(com.google.flatbuffers.FlatBufferBuilder builder, int shapeOffset)static voidaddType(com.google.flatbuffers.FlatBufferBuilder builder, byte type)static voidaddUiLabelExtra(com.google.flatbuffers.FlatBufferBuilder builder, int uiLabelExtraOffset)FlatArrayconstantValue()FlatArrayconstantValue(FlatArray obj)StringcontrolDeps(int j)StringcontrolDepsForOp(int j)intcontrolDepsForOpLength()com.google.flatbuffers.StringVectorcontrolDepsForOpVector()com.google.flatbuffers.StringVectorcontrolDepsForOpVector(com.google.flatbuffers.StringVector obj)StringcontrolDepsForVar(int j)intcontrolDepsForVarLength()com.google.flatbuffers.StringVectorcontrolDepsForVarVector()com.google.flatbuffers.StringVectorcontrolDepsForVarVector(com.google.flatbuffers.StringVector obj)intcontrolDepsLength()com.google.flatbuffers.StringVectorcontrolDepsVector()com.google.flatbuffers.StringVectorcontrolDepsVector(com.google.flatbuffers.StringVector obj)static intcreateControlDepsForOpVector(com.google.flatbuffers.FlatBufferBuilder builder, int[] data)static intcreateControlDepsForVarVector(com.google.flatbuffers.FlatBufferBuilder builder, int[] data)static intcreateControlDepsVector(com.google.flatbuffers.FlatBufferBuilder builder, int[] data)static intcreateInputsForOpVector(com.google.flatbuffers.FlatBufferBuilder builder, int[] data)static intcreateShapeVector(com.google.flatbuffers.FlatBufferBuilder builder, long[] data)static intcreateUIVariable(com.google.flatbuffers.FlatBufferBuilder builder, int idOffset, int nameOffset, byte type, byte datatype, int shapeOffset, int controlDepsOffset, int outputOfOpOffset, int inputsForOpOffset, int controlDepsForOpOffset, int controlDepsForVarOffset, int gradientVariableOffset, int uiLabelExtraOffset, int constantValueOffset)bytedatatype()static intendUIVariable(com.google.flatbuffers.FlatBufferBuilder builder)static UIVariablegetRootAsUIVariable(ByteBuffer _bb)static UIVariablegetRootAsUIVariable(ByteBuffer _bb, UIVariable obj)StringgradientVariable()ByteBuffergradientVariableAsByteBuffer()ByteBuffergradientVariableInByteBuffer(ByteBuffer _bb)IntPairid()IntPairid(IntPair obj)StringinputsForOp(int j)intinputsForOpLength()com.google.flatbuffers.StringVectorinputsForOpVector()com.google.flatbuffers.StringVectorinputsForOpVector(com.google.flatbuffers.StringVector obj)Stringname()ByteBuffernameAsByteBuffer()ByteBuffernameInByteBuffer(ByteBuffer _bb)StringoutputOfOp()ByteBufferoutputOfOpAsByteBuffer()ByteBufferoutputOfOpInByteBuffer(ByteBuffer _bb)longshape(int j)ByteBuffershapeAsByteBuffer()ByteBuffershapeInByteBuffer(ByteBuffer _bb)intshapeLength()com.google.flatbuffers.LongVectorshapeVector()com.google.flatbuffers.LongVectorshapeVector(com.google.flatbuffers.LongVector obj)static voidstartControlDepsForOpVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)static voidstartControlDepsForVarVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)static voidstartControlDepsVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)static voidstartInputsForOpVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)static voidstartShapeVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)static voidstartUIVariable(com.google.flatbuffers.FlatBufferBuilder builder)bytetype()StringuiLabelExtra()ByteBufferuiLabelExtraAsByteBuffer()ByteBufferuiLabelExtraInByteBuffer(ByteBuffer _bb)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()
-
getRootAsUIVariable
public static UIVariable getRootAsUIVariable(ByteBuffer _bb)
-
getRootAsUIVariable
public static UIVariable getRootAsUIVariable(ByteBuffer _bb, UIVariable obj)
-
__init
public void __init(int _i, ByteBuffer _bb)
-
__assign
public UIVariable __assign(int _i, ByteBuffer _bb)
-
id
public IntPair id()
-
name
public String name()
-
nameAsByteBuffer
public ByteBuffer nameAsByteBuffer()
-
nameInByteBuffer
public ByteBuffer nameInByteBuffer(ByteBuffer _bb)
-
type
public byte type()
-
datatype
public byte datatype()
-
shape
public long shape(int j)
-
shapeLength
public int shapeLength()
-
shapeVector
public com.google.flatbuffers.LongVector shapeVector()
-
shapeVector
public com.google.flatbuffers.LongVector shapeVector(com.google.flatbuffers.LongVector obj)
-
shapeAsByteBuffer
public ByteBuffer shapeAsByteBuffer()
-
shapeInByteBuffer
public ByteBuffer shapeInByteBuffer(ByteBuffer _bb)
-
controlDeps
public String controlDeps(int j)
-
controlDepsLength
public int controlDepsLength()
-
controlDepsVector
public com.google.flatbuffers.StringVector controlDepsVector()
-
controlDepsVector
public com.google.flatbuffers.StringVector controlDepsVector(com.google.flatbuffers.StringVector obj)
-
outputOfOp
public String outputOfOp()
-
outputOfOpAsByteBuffer
public ByteBuffer outputOfOpAsByteBuffer()
-
outputOfOpInByteBuffer
public ByteBuffer outputOfOpInByteBuffer(ByteBuffer _bb)
-
inputsForOp
public String inputsForOp(int j)
-
inputsForOpLength
public int inputsForOpLength()
-
inputsForOpVector
public com.google.flatbuffers.StringVector inputsForOpVector()
-
inputsForOpVector
public com.google.flatbuffers.StringVector inputsForOpVector(com.google.flatbuffers.StringVector obj)
-
controlDepsForOp
public String controlDepsForOp(int j)
-
controlDepsForOpLength
public int controlDepsForOpLength()
-
controlDepsForOpVector
public com.google.flatbuffers.StringVector controlDepsForOpVector()
-
controlDepsForOpVector
public com.google.flatbuffers.StringVector controlDepsForOpVector(com.google.flatbuffers.StringVector obj)
-
controlDepsForVar
public String controlDepsForVar(int j)
-
controlDepsForVarLength
public int controlDepsForVarLength()
-
controlDepsForVarVector
public com.google.flatbuffers.StringVector controlDepsForVarVector()
-
controlDepsForVarVector
public com.google.flatbuffers.StringVector controlDepsForVarVector(com.google.flatbuffers.StringVector obj)
-
gradientVariable
public String gradientVariable()
-
gradientVariableAsByteBuffer
public ByteBuffer gradientVariableAsByteBuffer()
-
gradientVariableInByteBuffer
public ByteBuffer gradientVariableInByteBuffer(ByteBuffer _bb)
-
uiLabelExtra
public String uiLabelExtra()
-
uiLabelExtraAsByteBuffer
public ByteBuffer uiLabelExtraAsByteBuffer()
-
uiLabelExtraInByteBuffer
public ByteBuffer uiLabelExtraInByteBuffer(ByteBuffer _bb)
-
constantValue
public FlatArray constantValue()
-
createUIVariable
public static int createUIVariable(com.google.flatbuffers.FlatBufferBuilder builder, int idOffset, int nameOffset, byte type, byte datatype, int shapeOffset, int controlDepsOffset, int outputOfOpOffset, int inputsForOpOffset, int controlDepsForOpOffset, int controlDepsForVarOffset, int gradientVariableOffset, int uiLabelExtraOffset, int constantValueOffset)
-
startUIVariable
public static void startUIVariable(com.google.flatbuffers.FlatBufferBuilder builder)
-
addId
public static void addId(com.google.flatbuffers.FlatBufferBuilder builder, int idOffset)
-
addName
public static void addName(com.google.flatbuffers.FlatBufferBuilder builder, int nameOffset)
-
addType
public static void addType(com.google.flatbuffers.FlatBufferBuilder builder, byte type)
-
addDatatype
public static void addDatatype(com.google.flatbuffers.FlatBufferBuilder builder, byte datatype)
-
addShape
public static void addShape(com.google.flatbuffers.FlatBufferBuilder builder, int shapeOffset)
-
createShapeVector
public static int createShapeVector(com.google.flatbuffers.FlatBufferBuilder builder, long[] data)
-
startShapeVector
public static void startShapeVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)
-
addControlDeps
public static void addControlDeps(com.google.flatbuffers.FlatBufferBuilder builder, int controlDepsOffset)
-
createControlDepsVector
public static int createControlDepsVector(com.google.flatbuffers.FlatBufferBuilder builder, int[] data)
-
startControlDepsVector
public static void startControlDepsVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)
-
addOutputOfOp
public static void addOutputOfOp(com.google.flatbuffers.FlatBufferBuilder builder, int outputOfOpOffset)
-
addInputsForOp
public static void addInputsForOp(com.google.flatbuffers.FlatBufferBuilder builder, int inputsForOpOffset)
-
createInputsForOpVector
public static int createInputsForOpVector(com.google.flatbuffers.FlatBufferBuilder builder, int[] data)
-
startInputsForOpVector
public static void startInputsForOpVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)
-
addControlDepsForOp
public static void addControlDepsForOp(com.google.flatbuffers.FlatBufferBuilder builder, int controlDepsForOpOffset)
-
createControlDepsForOpVector
public static int createControlDepsForOpVector(com.google.flatbuffers.FlatBufferBuilder builder, int[] data)
-
startControlDepsForOpVector
public static void startControlDepsForOpVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)
-
addControlDepsForVar
public static void addControlDepsForVar(com.google.flatbuffers.FlatBufferBuilder builder, int controlDepsForVarOffset)
-
createControlDepsForVarVector
public static int createControlDepsForVarVector(com.google.flatbuffers.FlatBufferBuilder builder, int[] data)
-
startControlDepsForVarVector
public static void startControlDepsForVarVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)
-
addGradientVariable
public static void addGradientVariable(com.google.flatbuffers.FlatBufferBuilder builder, int gradientVariableOffset)
-
addUiLabelExtra
public static void addUiLabelExtra(com.google.flatbuffers.FlatBufferBuilder builder, int uiLabelExtraOffset)
-
addConstantValue
public static void addConstantValue(com.google.flatbuffers.FlatBufferBuilder builder, int constantValueOffset)
-
endUIVariable
public static int endUIVariable(com.google.flatbuffers.FlatBufferBuilder builder)
-
-