public final class UIVariable
extends com.google.flatbuffers.Table
Modifier and Type | Class and Description |
---|---|
static class |
UIVariable.Vector |
Constructor and Description |
---|
UIVariable() |
Modifier and Type | Method and Description |
---|---|
UIVariable |
__assign(int _i,
ByteBuffer _bb) |
void |
__init(int _i,
ByteBuffer _bb) |
static void |
addConstantValue(com.google.flatbuffers.FlatBufferBuilder builder,
int constantValueOffset) |
static void |
addControlDeps(com.google.flatbuffers.FlatBufferBuilder builder,
int controlDepsOffset) |
static void |
addControlDepsForOp(com.google.flatbuffers.FlatBufferBuilder builder,
int controlDepsForOpOffset) |
static void |
addControlDepsForVar(com.google.flatbuffers.FlatBufferBuilder builder,
int controlDepsForVarOffset) |
static void |
addDatatype(com.google.flatbuffers.FlatBufferBuilder builder,
byte datatype) |
static void |
addGradientVariable(com.google.flatbuffers.FlatBufferBuilder builder,
int gradientVariableOffset) |
static void |
addId(com.google.flatbuffers.FlatBufferBuilder builder,
int idOffset) |
static void |
addInputsForOp(com.google.flatbuffers.FlatBufferBuilder builder,
int inputsForOpOffset) |
static void |
addName(com.google.flatbuffers.FlatBufferBuilder builder,
int nameOffset) |
static void |
addOutputOfOp(com.google.flatbuffers.FlatBufferBuilder builder,
int outputOfOpOffset) |
static void |
addShape(com.google.flatbuffers.FlatBufferBuilder builder,
int shapeOffset) |
static void |
addType(com.google.flatbuffers.FlatBufferBuilder builder,
byte type) |
static void |
addUiLabelExtra(com.google.flatbuffers.FlatBufferBuilder builder,
int uiLabelExtraOffset) |
FlatArray |
constantValue() |
FlatArray |
constantValue(FlatArray obj) |
String |
controlDeps(int j) |
String |
controlDepsForOp(int j) |
int |
controlDepsForOpLength() |
com.google.flatbuffers.StringVector |
controlDepsForOpVector() |
com.google.flatbuffers.StringVector |
controlDepsForOpVector(com.google.flatbuffers.StringVector obj) |
String |
controlDepsForVar(int j) |
int |
controlDepsForVarLength() |
com.google.flatbuffers.StringVector |
controlDepsForVarVector() |
com.google.flatbuffers.StringVector |
controlDepsForVarVector(com.google.flatbuffers.StringVector obj) |
int |
controlDepsLength() |
com.google.flatbuffers.StringVector |
controlDepsVector() |
com.google.flatbuffers.StringVector |
controlDepsVector(com.google.flatbuffers.StringVector obj) |
static int |
createControlDepsForOpVector(com.google.flatbuffers.FlatBufferBuilder builder,
int[] data) |
static int |
createControlDepsForVarVector(com.google.flatbuffers.FlatBufferBuilder builder,
int[] data) |
static int |
createControlDepsVector(com.google.flatbuffers.FlatBufferBuilder builder,
int[] data) |
static int |
createInputsForOpVector(com.google.flatbuffers.FlatBufferBuilder builder,
int[] data) |
static int |
createShapeVector(com.google.flatbuffers.FlatBufferBuilder builder,
long[] data) |
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) |
byte |
datatype() |
static int |
endUIVariable(com.google.flatbuffers.FlatBufferBuilder builder) |
static UIVariable |
getRootAsUIVariable(ByteBuffer _bb) |
static UIVariable |
getRootAsUIVariable(ByteBuffer _bb,
UIVariable obj) |
String |
gradientVariable() |
ByteBuffer |
gradientVariableAsByteBuffer() |
ByteBuffer |
gradientVariableInByteBuffer(ByteBuffer _bb) |
IntPair |
id() |
IntPair |
id(IntPair obj) |
String |
inputsForOp(int j) |
int |
inputsForOpLength() |
com.google.flatbuffers.StringVector |
inputsForOpVector() |
com.google.flatbuffers.StringVector |
inputsForOpVector(com.google.flatbuffers.StringVector obj) |
String |
name() |
ByteBuffer |
nameAsByteBuffer() |
ByteBuffer |
nameInByteBuffer(ByteBuffer _bb) |
String |
outputOfOp() |
ByteBuffer |
outputOfOpAsByteBuffer() |
ByteBuffer |
outputOfOpInByteBuffer(ByteBuffer _bb) |
long |
shape(int j) |
ByteBuffer |
shapeAsByteBuffer() |
ByteBuffer |
shapeInByteBuffer(ByteBuffer _bb) |
int |
shapeLength() |
com.google.flatbuffers.LongVector |
shapeVector() |
com.google.flatbuffers.LongVector |
shapeVector(com.google.flatbuffers.LongVector obj) |
static void |
startControlDepsForOpVector(com.google.flatbuffers.FlatBufferBuilder builder,
int numElems) |
static void |
startControlDepsForVarVector(com.google.flatbuffers.FlatBufferBuilder builder,
int numElems) |
static void |
startControlDepsVector(com.google.flatbuffers.FlatBufferBuilder builder,
int numElems) |
static void |
startInputsForOpVector(com.google.flatbuffers.FlatBufferBuilder builder,
int numElems) |
static void |
startShapeVector(com.google.flatbuffers.FlatBufferBuilder builder,
int numElems) |
static void |
startUIVariable(com.google.flatbuffers.FlatBufferBuilder builder) |
byte |
type() |
String |
uiLabelExtra() |
ByteBuffer |
uiLabelExtraAsByteBuffer() |
ByteBuffer |
uiLabelExtraInByteBuffer(ByteBuffer _bb) |
static void |
ValidateVersion() |
__has_identifier, __indirect, __indirect, __offset, __offset, __reset, __reset, __string, __string, __union, __union, __vector_as_bytebuffer, __vector_in_bytebuffer, __vector_len, __vector, compareStrings, compareStrings, getByteBuffer, keysCompare, sortTables
public static void ValidateVersion()
public static UIVariable getRootAsUIVariable(ByteBuffer _bb)
public static UIVariable getRootAsUIVariable(ByteBuffer _bb, UIVariable obj)
public void __init(int _i, ByteBuffer _bb)
public UIVariable __assign(int _i, ByteBuffer _bb)
public IntPair id()
public String name()
public ByteBuffer nameAsByteBuffer()
public ByteBuffer nameInByteBuffer(ByteBuffer _bb)
public byte type()
public byte datatype()
public long shape(int j)
public int shapeLength()
public com.google.flatbuffers.LongVector shapeVector()
public com.google.flatbuffers.LongVector shapeVector(com.google.flatbuffers.LongVector obj)
public ByteBuffer shapeAsByteBuffer()
public ByteBuffer shapeInByteBuffer(ByteBuffer _bb)
public String controlDeps(int j)
public int controlDepsLength()
public com.google.flatbuffers.StringVector controlDepsVector()
public com.google.flatbuffers.StringVector controlDepsVector(com.google.flatbuffers.StringVector obj)
public String outputOfOp()
public ByteBuffer outputOfOpAsByteBuffer()
public ByteBuffer outputOfOpInByteBuffer(ByteBuffer _bb)
public String inputsForOp(int j)
public int inputsForOpLength()
public com.google.flatbuffers.StringVector inputsForOpVector()
public com.google.flatbuffers.StringVector inputsForOpVector(com.google.flatbuffers.StringVector obj)
public String controlDepsForOp(int j)
public int controlDepsForOpLength()
public com.google.flatbuffers.StringVector controlDepsForOpVector()
public com.google.flatbuffers.StringVector controlDepsForOpVector(com.google.flatbuffers.StringVector obj)
public String controlDepsForVar(int j)
public int controlDepsForVarLength()
public com.google.flatbuffers.StringVector controlDepsForVarVector()
public com.google.flatbuffers.StringVector controlDepsForVarVector(com.google.flatbuffers.StringVector obj)
public String gradientVariable()
public ByteBuffer gradientVariableAsByteBuffer()
public ByteBuffer gradientVariableInByteBuffer(ByteBuffer _bb)
public String uiLabelExtra()
public ByteBuffer uiLabelExtraAsByteBuffer()
public ByteBuffer uiLabelExtraInByteBuffer(ByteBuffer _bb)
public FlatArray constantValue()
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)
public static void startUIVariable(com.google.flatbuffers.FlatBufferBuilder builder)
public static void addId(com.google.flatbuffers.FlatBufferBuilder builder, int idOffset)
public static void addName(com.google.flatbuffers.FlatBufferBuilder builder, int nameOffset)
public static void addType(com.google.flatbuffers.FlatBufferBuilder builder, byte type)
public static void addDatatype(com.google.flatbuffers.FlatBufferBuilder builder, byte datatype)
public static void addShape(com.google.flatbuffers.FlatBufferBuilder builder, int shapeOffset)
public static int createShapeVector(com.google.flatbuffers.FlatBufferBuilder builder, long[] data)
public static void startShapeVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)
public static void addControlDeps(com.google.flatbuffers.FlatBufferBuilder builder, int controlDepsOffset)
public static int createControlDepsVector(com.google.flatbuffers.FlatBufferBuilder builder, int[] data)
public static void startControlDepsVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)
public static void addOutputOfOp(com.google.flatbuffers.FlatBufferBuilder builder, int outputOfOpOffset)
public static void addInputsForOp(com.google.flatbuffers.FlatBufferBuilder builder, int inputsForOpOffset)
public static int createInputsForOpVector(com.google.flatbuffers.FlatBufferBuilder builder, int[] data)
public static void startInputsForOpVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)
public static void addControlDepsForOp(com.google.flatbuffers.FlatBufferBuilder builder, int controlDepsForOpOffset)
public static int createControlDepsForOpVector(com.google.flatbuffers.FlatBufferBuilder builder, int[] data)
public static void startControlDepsForOpVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)
public static void addControlDepsForVar(com.google.flatbuffers.FlatBufferBuilder builder, int controlDepsForVarOffset)
public static int createControlDepsForVarVector(com.google.flatbuffers.FlatBufferBuilder builder, int[] data)
public static void startControlDepsForVarVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)
public static void addGradientVariable(com.google.flatbuffers.FlatBufferBuilder builder, int gradientVariableOffset)
public static void addUiLabelExtra(com.google.flatbuffers.FlatBufferBuilder builder, int uiLabelExtraOffset)
public static void addConstantValue(com.google.flatbuffers.FlatBufferBuilder builder, int constantValueOffset)
public static int endUIVariable(com.google.flatbuffers.FlatBufferBuilder builder)
Copyright © 2022. All rights reserved.