Package org.nd4j.graph
Class UIOp
- java.lang.Object
-
- com.google.flatbuffers.Table
-
- org.nd4j.graph.UIOp
-
public final class UIOp extends com.google.flatbuffers.Table
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUIOp.Vector
-
Constructor Summary
Constructors Constructor Description UIOp()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description UIOp__assign(int _i, ByteBuffer _bb)void__init(int _i, ByteBuffer _bb)static voidaddControlDeps(com.google.flatbuffers.FlatBufferBuilder builder, int controlDepsOffset)static voidaddInputs(com.google.flatbuffers.FlatBufferBuilder builder, int inputsOffset)static voidaddName(com.google.flatbuffers.FlatBufferBuilder builder, int nameOffset)static voidaddOpName(com.google.flatbuffers.FlatBufferBuilder builder, int opNameOffset)static voidaddOutputs(com.google.flatbuffers.FlatBufferBuilder builder, int outputsOffset)static voidaddUiLabelExtra(com.google.flatbuffers.FlatBufferBuilder builder, int uiLabelExtraOffset)StringcontrolDeps(int j)intcontrolDepsLength()com.google.flatbuffers.StringVectorcontrolDepsVector()com.google.flatbuffers.StringVectorcontrolDepsVector(com.google.flatbuffers.StringVector obj)static intcreateControlDepsVector(com.google.flatbuffers.FlatBufferBuilder builder, int[] data)static intcreateInputsVector(com.google.flatbuffers.FlatBufferBuilder builder, int[] data)static intcreateOutputsVector(com.google.flatbuffers.FlatBufferBuilder builder, int[] data)static intcreateUIOp(com.google.flatbuffers.FlatBufferBuilder builder, int nameOffset, int opNameOffset, int inputsOffset, int outputsOffset, int controlDepsOffset, int uiLabelExtraOffset)static intendUIOp(com.google.flatbuffers.FlatBufferBuilder builder)static UIOpgetRootAsUIOp(ByteBuffer _bb)static UIOpgetRootAsUIOp(ByteBuffer _bb, UIOp obj)Stringinputs(int j)intinputsLength()com.google.flatbuffers.StringVectorinputsVector()com.google.flatbuffers.StringVectorinputsVector(com.google.flatbuffers.StringVector obj)Stringname()ByteBuffernameAsByteBuffer()ByteBuffernameInByteBuffer(ByteBuffer _bb)StringopName()ByteBufferopNameAsByteBuffer()ByteBufferopNameInByteBuffer(ByteBuffer _bb)Stringoutputs(int j)intoutputsLength()com.google.flatbuffers.StringVectoroutputsVector()com.google.flatbuffers.StringVectoroutputsVector(com.google.flatbuffers.StringVector obj)static voidstartControlDepsVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)static voidstartInputsVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)static voidstartOutputsVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)static voidstartUIOp(com.google.flatbuffers.FlatBufferBuilder builder)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()
-
getRootAsUIOp
public static UIOp getRootAsUIOp(ByteBuffer _bb)
-
getRootAsUIOp
public static UIOp getRootAsUIOp(ByteBuffer _bb, UIOp obj)
-
__init
public void __init(int _i, ByteBuffer _bb)
-
__assign
public UIOp __assign(int _i, ByteBuffer _bb)
-
name
public String name()
-
nameAsByteBuffer
public ByteBuffer nameAsByteBuffer()
-
nameInByteBuffer
public ByteBuffer nameInByteBuffer(ByteBuffer _bb)
-
opName
public String opName()
-
opNameAsByteBuffer
public ByteBuffer opNameAsByteBuffer()
-
opNameInByteBuffer
public ByteBuffer opNameInByteBuffer(ByteBuffer _bb)
-
inputs
public String inputs(int j)
-
inputsLength
public int inputsLength()
-
inputsVector
public com.google.flatbuffers.StringVector inputsVector()
-
inputsVector
public com.google.flatbuffers.StringVector inputsVector(com.google.flatbuffers.StringVector obj)
-
outputs
public String outputs(int j)
-
outputsLength
public int outputsLength()
-
outputsVector
public com.google.flatbuffers.StringVector outputsVector()
-
outputsVector
public com.google.flatbuffers.StringVector outputsVector(com.google.flatbuffers.StringVector obj)
-
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)
-
uiLabelExtra
public String uiLabelExtra()
-
uiLabelExtraAsByteBuffer
public ByteBuffer uiLabelExtraAsByteBuffer()
-
uiLabelExtraInByteBuffer
public ByteBuffer uiLabelExtraInByteBuffer(ByteBuffer _bb)
-
createUIOp
public static int createUIOp(com.google.flatbuffers.FlatBufferBuilder builder, int nameOffset, int opNameOffset, int inputsOffset, int outputsOffset, int controlDepsOffset, int uiLabelExtraOffset)
-
startUIOp
public static void startUIOp(com.google.flatbuffers.FlatBufferBuilder builder)
-
addName
public static void addName(com.google.flatbuffers.FlatBufferBuilder builder, int nameOffset)
-
addOpName
public static void addOpName(com.google.flatbuffers.FlatBufferBuilder builder, int opNameOffset)
-
addInputs
public static void addInputs(com.google.flatbuffers.FlatBufferBuilder builder, int inputsOffset)
-
createInputsVector
public static int createInputsVector(com.google.flatbuffers.FlatBufferBuilder builder, int[] data)
-
startInputsVector
public static void startInputsVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)
-
addOutputs
public static void addOutputs(com.google.flatbuffers.FlatBufferBuilder builder, int outputsOffset)
-
createOutputsVector
public static int createOutputsVector(com.google.flatbuffers.FlatBufferBuilder builder, int[] data)
-
startOutputsVector
public static void startOutputsVector(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)
-
addUiLabelExtra
public static void addUiLabelExtra(com.google.flatbuffers.FlatBufferBuilder builder, int uiLabelExtraOffset)
-
endUIOp
public static int endUIOp(com.google.flatbuffers.FlatBufferBuilder builder)
-
-