Package org.nd4j.graph
Class FlatNode
- java.lang.Object
-
- com.google.flatbuffers.Table
-
- org.nd4j.graph.FlatNode
-
public final class FlatNode extends com.google.flatbuffers.Table
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FlatNode.Vector
-
Constructor Summary
Constructors Constructor Description FlatNode()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description FlatNode
__assign(int _i, ByteBuffer _bb)
void
__init(int _i, ByteBuffer _bb)
static void
addControlDepFor(com.google.flatbuffers.FlatBufferBuilder builder, int controlDepForOffset)
static void
addControlDeps(com.google.flatbuffers.FlatBufferBuilder builder, int controlDepsOffset)
static void
addDevice(com.google.flatbuffers.FlatBufferBuilder builder, int device)
static void
addDimensions(com.google.flatbuffers.FlatBufferBuilder builder, int dimensionsOffset)
static void
addExtraBools(com.google.flatbuffers.FlatBufferBuilder builder, int extraBoolsOffset)
static void
addExtraInteger(com.google.flatbuffers.FlatBufferBuilder builder, int extraIntegerOffset)
static void
addExtraParams(com.google.flatbuffers.FlatBufferBuilder builder, int extraParamsOffset)
static void
addExtraStrings(com.google.flatbuffers.FlatBufferBuilder builder, int extraStringsOffset)
static void
addExtraTypes(com.google.flatbuffers.FlatBufferBuilder builder, int extraTypesOffset)
static void
addId(com.google.flatbuffers.FlatBufferBuilder builder, int id)
static void
addInput(com.google.flatbuffers.FlatBufferBuilder builder, int inputOffset)
static void
addInputPaired(com.google.flatbuffers.FlatBufferBuilder builder, int inputPairedOffset)
static void
addName(com.google.flatbuffers.FlatBufferBuilder builder, int nameOffset)
static void
addOpName(com.google.flatbuffers.FlatBufferBuilder builder, int opNameOffset)
static void
addOpNum(com.google.flatbuffers.FlatBufferBuilder builder, long opNum)
static void
addOpType(com.google.flatbuffers.FlatBufferBuilder builder, byte opType)
static void
addOutput(com.google.flatbuffers.FlatBufferBuilder builder, int outputOffset)
static void
addOutputNames(com.google.flatbuffers.FlatBufferBuilder builder, int outputNamesOffset)
static void
addOutputTypes(com.google.flatbuffers.FlatBufferBuilder builder, int outputTypesOffset)
static void
addProperties(com.google.flatbuffers.FlatBufferBuilder builder, int propertiesOffset)
static void
addScalar(com.google.flatbuffers.FlatBufferBuilder builder, int scalarOffset)
static void
addScopeId(com.google.flatbuffers.FlatBufferBuilder builder, int scopeId)
static void
addScopeName(com.google.flatbuffers.FlatBufferBuilder builder, int scopeNameOffset)
static void
addVarControlDeps(com.google.flatbuffers.FlatBufferBuilder builder, int varControlDepsOffset)
String
controlDepFor(int j)
int
controlDepForLength()
com.google.flatbuffers.StringVector
controlDepForVector()
com.google.flatbuffers.StringVector
controlDepForVector(com.google.flatbuffers.StringVector obj)
String
controlDeps(int j)
int
controlDepsLength()
com.google.flatbuffers.StringVector
controlDepsVector()
com.google.flatbuffers.StringVector
controlDepsVector(com.google.flatbuffers.StringVector obj)
static int
createControlDepForVector(com.google.flatbuffers.FlatBufferBuilder builder, int[] data)
static int
createControlDepsVector(com.google.flatbuffers.FlatBufferBuilder builder, int[] data)
static int
createDimensionsVector(com.google.flatbuffers.FlatBufferBuilder builder, int[] data)
static int
createExtraBoolsVector(com.google.flatbuffers.FlatBufferBuilder builder, boolean[] data)
static int
createExtraIntegerVector(com.google.flatbuffers.FlatBufferBuilder builder, long[] data)
static int
createExtraParamsVector(com.google.flatbuffers.FlatBufferBuilder builder, double[] data)
static int
createExtraStringsVector(com.google.flatbuffers.FlatBufferBuilder builder, int[] data)
static int
createExtraTypesVector(com.google.flatbuffers.FlatBufferBuilder builder, byte[] data)
static int
createExtraTypesVector(com.google.flatbuffers.FlatBufferBuilder builder, ByteBuffer data)
static int
createFlatNode(com.google.flatbuffers.FlatBufferBuilder builder, int id, int nameOffset, byte opType, long opNum, int propertiesOffset, int inputOffset, int inputPairedOffset, int outputOffset, int extraParamsOffset, int extraIntegerOffset, int extraBoolsOffset, int dimensionsOffset, int device, int scope_id, int scope_nameOffset, int outputNamesOffset, int opNameOffset, int outputTypesOffset, int scalarOffset, int controlDepsOffset, int varControlDepsOffset, int controlDepForOffset, int extraTypesOffset, int extraStringsOffset)
static int
createInputPairedVector(com.google.flatbuffers.FlatBufferBuilder builder, int[] data)
static int
createInputVector(com.google.flatbuffers.FlatBufferBuilder builder, int[] data)
static int
createOutputNamesVector(com.google.flatbuffers.FlatBufferBuilder builder, int[] data)
static int
createOutputTypesVector(com.google.flatbuffers.FlatBufferBuilder builder, byte[] data)
static int
createOutputTypesVector(com.google.flatbuffers.FlatBufferBuilder builder, ByteBuffer data)
static int
createOutputVector(com.google.flatbuffers.FlatBufferBuilder builder, int[] data)
static int
createPropertiesVector(com.google.flatbuffers.FlatBufferBuilder builder, int[] data)
static int
createVarControlDepsVector(com.google.flatbuffers.FlatBufferBuilder builder, int[] data)
int
device()
int
dimensions(int j)
ByteBuffer
dimensionsAsByteBuffer()
ByteBuffer
dimensionsInByteBuffer(ByteBuffer _bb)
int
dimensionsLength()
com.google.flatbuffers.IntVector
dimensionsVector()
com.google.flatbuffers.IntVector
dimensionsVector(com.google.flatbuffers.IntVector obj)
static int
endFlatNode(com.google.flatbuffers.FlatBufferBuilder builder)
boolean
extraBools(int j)
ByteBuffer
extraBoolsAsByteBuffer()
ByteBuffer
extraBoolsInByteBuffer(ByteBuffer _bb)
int
extraBoolsLength()
com.google.flatbuffers.BooleanVector
extraBoolsVector()
com.google.flatbuffers.BooleanVector
extraBoolsVector(com.google.flatbuffers.BooleanVector obj)
long
extraInteger(int j)
ByteBuffer
extraIntegerAsByteBuffer()
ByteBuffer
extraIntegerInByteBuffer(ByteBuffer _bb)
int
extraIntegerLength()
com.google.flatbuffers.LongVector
extraIntegerVector()
com.google.flatbuffers.LongVector
extraIntegerVector(com.google.flatbuffers.LongVector obj)
double
extraParams(int j)
ByteBuffer
extraParamsAsByteBuffer()
ByteBuffer
extraParamsInByteBuffer(ByteBuffer _bb)
int
extraParamsLength()
com.google.flatbuffers.DoubleVector
extraParamsVector()
com.google.flatbuffers.DoubleVector
extraParamsVector(com.google.flatbuffers.DoubleVector obj)
String
extraStrings(int j)
int
extraStringsLength()
com.google.flatbuffers.StringVector
extraStringsVector()
com.google.flatbuffers.StringVector
extraStringsVector(com.google.flatbuffers.StringVector obj)
byte
extraTypes(int j)
ByteBuffer
extraTypesAsByteBuffer()
ByteBuffer
extraTypesInByteBuffer(ByteBuffer _bb)
int
extraTypesLength()
com.google.flatbuffers.ByteVector
extraTypesVector()
com.google.flatbuffers.ByteVector
extraTypesVector(com.google.flatbuffers.ByteVector obj)
static void
finishFlatNodeBuffer(com.google.flatbuffers.FlatBufferBuilder builder, int offset)
static void
finishSizePrefixedFlatNodeBuffer(com.google.flatbuffers.FlatBufferBuilder builder, int offset)
static FlatNode
getRootAsFlatNode(ByteBuffer _bb)
static FlatNode
getRootAsFlatNode(ByteBuffer _bb, FlatNode obj)
int
id()
int
input(int j)
ByteBuffer
inputAsByteBuffer()
ByteBuffer
inputInByteBuffer(ByteBuffer _bb)
int
inputLength()
IntPair
inputPaired(int j)
IntPair
inputPaired(IntPair obj, int j)
int
inputPairedLength()
IntPair.Vector
inputPairedVector()
IntPair.Vector
inputPairedVector(IntPair.Vector obj)
com.google.flatbuffers.IntVector
inputVector()
com.google.flatbuffers.IntVector
inputVector(com.google.flatbuffers.IntVector obj)
String
name()
ByteBuffer
nameAsByteBuffer()
ByteBuffer
nameInByteBuffer(ByteBuffer _bb)
String
opName()
ByteBuffer
opNameAsByteBuffer()
ByteBuffer
opNameInByteBuffer(ByteBuffer _bb)
long
opNum()
byte
opType()
int
output(int j)
ByteBuffer
outputAsByteBuffer()
ByteBuffer
outputInByteBuffer(ByteBuffer _bb)
int
outputLength()
String
outputNames(int j)
int
outputNamesLength()
com.google.flatbuffers.StringVector
outputNamesVector()
com.google.flatbuffers.StringVector
outputNamesVector(com.google.flatbuffers.StringVector obj)
byte
outputTypes(int j)
ByteBuffer
outputTypesAsByteBuffer()
ByteBuffer
outputTypesInByteBuffer(ByteBuffer _bb)
int
outputTypesLength()
com.google.flatbuffers.ByteVector
outputTypesVector()
com.google.flatbuffers.ByteVector
outputTypesVector(com.google.flatbuffers.ByteVector obj)
com.google.flatbuffers.IntVector
outputVector()
com.google.flatbuffers.IntVector
outputVector(com.google.flatbuffers.IntVector obj)
FlatProperties
properties(int j)
FlatProperties
properties(FlatProperties obj, int j)
int
propertiesLength()
FlatProperties.Vector
propertiesVector()
FlatProperties.Vector
propertiesVector(FlatProperties.Vector obj)
FlatArray
scalar()
FlatArray
scalar(FlatArray obj)
int
scopeId()
String
scopeName()
ByteBuffer
scopeNameAsByteBuffer()
ByteBuffer
scopeNameInByteBuffer(ByteBuffer _bb)
static void
startControlDepForVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)
static void
startControlDepsVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)
static void
startDimensionsVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)
static void
startExtraBoolsVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)
static void
startExtraIntegerVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)
static void
startExtraParamsVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)
static void
startExtraStringsVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)
static void
startExtraTypesVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)
static void
startFlatNode(com.google.flatbuffers.FlatBufferBuilder builder)
static void
startInputPairedVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)
static void
startInputVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)
static void
startOutputNamesVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)
static void
startOutputTypesVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)
static void
startOutputVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)
static void
startPropertiesVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)
static void
startVarControlDepsVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)
static void
ValidateVersion()
String
varControlDeps(int j)
int
varControlDepsLength()
com.google.flatbuffers.StringVector
varControlDepsVector()
com.google.flatbuffers.StringVector
varControlDepsVector(com.google.flatbuffers.StringVector obj)
-
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()
-
getRootAsFlatNode
public static FlatNode getRootAsFlatNode(ByteBuffer _bb)
-
getRootAsFlatNode
public static FlatNode getRootAsFlatNode(ByteBuffer _bb, FlatNode obj)
-
__init
public void __init(int _i, ByteBuffer _bb)
-
__assign
public FlatNode __assign(int _i, ByteBuffer _bb)
-
id
public int id()
-
name
public String name()
-
nameAsByteBuffer
public ByteBuffer nameAsByteBuffer()
-
nameInByteBuffer
public ByteBuffer nameInByteBuffer(ByteBuffer _bb)
-
opType
public byte opType()
-
opNum
public long opNum()
-
properties
public FlatProperties properties(int j)
-
properties
public FlatProperties properties(FlatProperties obj, int j)
-
propertiesLength
public int propertiesLength()
-
propertiesVector
public FlatProperties.Vector propertiesVector()
-
propertiesVector
public FlatProperties.Vector propertiesVector(FlatProperties.Vector obj)
-
input
public int input(int j)
-
inputLength
public int inputLength()
-
inputVector
public com.google.flatbuffers.IntVector inputVector()
-
inputVector
public com.google.flatbuffers.IntVector inputVector(com.google.flatbuffers.IntVector obj)
-
inputAsByteBuffer
public ByteBuffer inputAsByteBuffer()
-
inputInByteBuffer
public ByteBuffer inputInByteBuffer(ByteBuffer _bb)
-
inputPaired
public IntPair inputPaired(int j)
-
inputPairedLength
public int inputPairedLength()
-
inputPairedVector
public IntPair.Vector inputPairedVector()
-
inputPairedVector
public IntPair.Vector inputPairedVector(IntPair.Vector obj)
-
output
public int output(int j)
-
outputLength
public int outputLength()
-
outputVector
public com.google.flatbuffers.IntVector outputVector()
-
outputVector
public com.google.flatbuffers.IntVector outputVector(com.google.flatbuffers.IntVector obj)
-
outputAsByteBuffer
public ByteBuffer outputAsByteBuffer()
-
outputInByteBuffer
public ByteBuffer outputInByteBuffer(ByteBuffer _bb)
-
extraParams
public double extraParams(int j)
-
extraParamsLength
public int extraParamsLength()
-
extraParamsVector
public com.google.flatbuffers.DoubleVector extraParamsVector()
-
extraParamsVector
public com.google.flatbuffers.DoubleVector extraParamsVector(com.google.flatbuffers.DoubleVector obj)
-
extraParamsAsByteBuffer
public ByteBuffer extraParamsAsByteBuffer()
-
extraParamsInByteBuffer
public ByteBuffer extraParamsInByteBuffer(ByteBuffer _bb)
-
extraInteger
public long extraInteger(int j)
-
extraIntegerLength
public int extraIntegerLength()
-
extraIntegerVector
public com.google.flatbuffers.LongVector extraIntegerVector()
-
extraIntegerVector
public com.google.flatbuffers.LongVector extraIntegerVector(com.google.flatbuffers.LongVector obj)
-
extraIntegerAsByteBuffer
public ByteBuffer extraIntegerAsByteBuffer()
-
extraIntegerInByteBuffer
public ByteBuffer extraIntegerInByteBuffer(ByteBuffer _bb)
-
extraBools
public boolean extraBools(int j)
-
extraBoolsLength
public int extraBoolsLength()
-
extraBoolsVector
public com.google.flatbuffers.BooleanVector extraBoolsVector()
-
extraBoolsVector
public com.google.flatbuffers.BooleanVector extraBoolsVector(com.google.flatbuffers.BooleanVector obj)
-
extraBoolsAsByteBuffer
public ByteBuffer extraBoolsAsByteBuffer()
-
extraBoolsInByteBuffer
public ByteBuffer extraBoolsInByteBuffer(ByteBuffer _bb)
-
dimensions
public int dimensions(int j)
-
dimensionsLength
public int dimensionsLength()
-
dimensionsVector
public com.google.flatbuffers.IntVector dimensionsVector()
-
dimensionsVector
public com.google.flatbuffers.IntVector dimensionsVector(com.google.flatbuffers.IntVector obj)
-
dimensionsAsByteBuffer
public ByteBuffer dimensionsAsByteBuffer()
-
dimensionsInByteBuffer
public ByteBuffer dimensionsInByteBuffer(ByteBuffer _bb)
-
device
public int device()
-
scopeId
public int scopeId()
-
scopeName
public String scopeName()
-
scopeNameAsByteBuffer
public ByteBuffer scopeNameAsByteBuffer()
-
scopeNameInByteBuffer
public ByteBuffer scopeNameInByteBuffer(ByteBuffer _bb)
-
outputNames
public String outputNames(int j)
-
outputNamesLength
public int outputNamesLength()
-
outputNamesVector
public com.google.flatbuffers.StringVector outputNamesVector()
-
outputNamesVector
public com.google.flatbuffers.StringVector outputNamesVector(com.google.flatbuffers.StringVector obj)
-
opName
public String opName()
-
opNameAsByteBuffer
public ByteBuffer opNameAsByteBuffer()
-
opNameInByteBuffer
public ByteBuffer opNameInByteBuffer(ByteBuffer _bb)
-
outputTypes
public byte outputTypes(int j)
-
outputTypesLength
public int outputTypesLength()
-
outputTypesVector
public com.google.flatbuffers.ByteVector outputTypesVector()
-
outputTypesVector
public com.google.flatbuffers.ByteVector outputTypesVector(com.google.flatbuffers.ByteVector obj)
-
outputTypesAsByteBuffer
public ByteBuffer outputTypesAsByteBuffer()
-
outputTypesInByteBuffer
public ByteBuffer outputTypesInByteBuffer(ByteBuffer _bb)
-
scalar
public FlatArray scalar()
-
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)
-
varControlDeps
public String varControlDeps(int j)
-
varControlDepsLength
public int varControlDepsLength()
-
varControlDepsVector
public com.google.flatbuffers.StringVector varControlDepsVector()
-
varControlDepsVector
public com.google.flatbuffers.StringVector varControlDepsVector(com.google.flatbuffers.StringVector obj)
-
controlDepFor
public String controlDepFor(int j)
-
controlDepForLength
public int controlDepForLength()
-
controlDepForVector
public com.google.flatbuffers.StringVector controlDepForVector()
-
controlDepForVector
public com.google.flatbuffers.StringVector controlDepForVector(com.google.flatbuffers.StringVector obj)
-
extraTypes
public byte extraTypes(int j)
-
extraTypesLength
public int extraTypesLength()
-
extraTypesVector
public com.google.flatbuffers.ByteVector extraTypesVector()
-
extraTypesVector
public com.google.flatbuffers.ByteVector extraTypesVector(com.google.flatbuffers.ByteVector obj)
-
extraTypesAsByteBuffer
public ByteBuffer extraTypesAsByteBuffer()
-
extraTypesInByteBuffer
public ByteBuffer extraTypesInByteBuffer(ByteBuffer _bb)
-
extraStrings
public String extraStrings(int j)
-
extraStringsLength
public int extraStringsLength()
-
extraStringsVector
public com.google.flatbuffers.StringVector extraStringsVector()
-
extraStringsVector
public com.google.flatbuffers.StringVector extraStringsVector(com.google.flatbuffers.StringVector obj)
-
createFlatNode
public static int createFlatNode(com.google.flatbuffers.FlatBufferBuilder builder, int id, int nameOffset, byte opType, long opNum, int propertiesOffset, int inputOffset, int inputPairedOffset, int outputOffset, int extraParamsOffset, int extraIntegerOffset, int extraBoolsOffset, int dimensionsOffset, int device, int scope_id, int scope_nameOffset, int outputNamesOffset, int opNameOffset, int outputTypesOffset, int scalarOffset, int controlDepsOffset, int varControlDepsOffset, int controlDepForOffset, int extraTypesOffset, int extraStringsOffset)
-
startFlatNode
public static void startFlatNode(com.google.flatbuffers.FlatBufferBuilder builder)
-
addId
public static void addId(com.google.flatbuffers.FlatBufferBuilder builder, int id)
-
addName
public static void addName(com.google.flatbuffers.FlatBufferBuilder builder, int nameOffset)
-
addOpType
public static void addOpType(com.google.flatbuffers.FlatBufferBuilder builder, byte opType)
-
addOpNum
public static void addOpNum(com.google.flatbuffers.FlatBufferBuilder builder, long opNum)
-
addProperties
public static void addProperties(com.google.flatbuffers.FlatBufferBuilder builder, int propertiesOffset)
-
createPropertiesVector
public static int createPropertiesVector(com.google.flatbuffers.FlatBufferBuilder builder, int[] data)
-
startPropertiesVector
public static void startPropertiesVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)
-
addInput
public static void addInput(com.google.flatbuffers.FlatBufferBuilder builder, int inputOffset)
-
createInputVector
public static int createInputVector(com.google.flatbuffers.FlatBufferBuilder builder, int[] data)
-
startInputVector
public static void startInputVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)
-
addInputPaired
public static void addInputPaired(com.google.flatbuffers.FlatBufferBuilder builder, int inputPairedOffset)
-
createInputPairedVector
public static int createInputPairedVector(com.google.flatbuffers.FlatBufferBuilder builder, int[] data)
-
startInputPairedVector
public static void startInputPairedVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)
-
addOutput
public static void addOutput(com.google.flatbuffers.FlatBufferBuilder builder, int outputOffset)
-
createOutputVector
public static int createOutputVector(com.google.flatbuffers.FlatBufferBuilder builder, int[] data)
-
startOutputVector
public static void startOutputVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)
-
addExtraParams
public static void addExtraParams(com.google.flatbuffers.FlatBufferBuilder builder, int extraParamsOffset)
-
createExtraParamsVector
public static int createExtraParamsVector(com.google.flatbuffers.FlatBufferBuilder builder, double[] data)
-
startExtraParamsVector
public static void startExtraParamsVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)
-
addExtraInteger
public static void addExtraInteger(com.google.flatbuffers.FlatBufferBuilder builder, int extraIntegerOffset)
-
createExtraIntegerVector
public static int createExtraIntegerVector(com.google.flatbuffers.FlatBufferBuilder builder, long[] data)
-
startExtraIntegerVector
public static void startExtraIntegerVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)
-
addExtraBools
public static void addExtraBools(com.google.flatbuffers.FlatBufferBuilder builder, int extraBoolsOffset)
-
createExtraBoolsVector
public static int createExtraBoolsVector(com.google.flatbuffers.FlatBufferBuilder builder, boolean[] data)
-
startExtraBoolsVector
public static void startExtraBoolsVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)
-
addDimensions
public static void addDimensions(com.google.flatbuffers.FlatBufferBuilder builder, int dimensionsOffset)
-
createDimensionsVector
public static int createDimensionsVector(com.google.flatbuffers.FlatBufferBuilder builder, int[] data)
-
startDimensionsVector
public static void startDimensionsVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)
-
addDevice
public static void addDevice(com.google.flatbuffers.FlatBufferBuilder builder, int device)
-
addScopeId
public static void addScopeId(com.google.flatbuffers.FlatBufferBuilder builder, int scopeId)
-
addScopeName
public static void addScopeName(com.google.flatbuffers.FlatBufferBuilder builder, int scopeNameOffset)
-
addOutputNames
public static void addOutputNames(com.google.flatbuffers.FlatBufferBuilder builder, int outputNamesOffset)
-
createOutputNamesVector
public static int createOutputNamesVector(com.google.flatbuffers.FlatBufferBuilder builder, int[] data)
-
startOutputNamesVector
public static void startOutputNamesVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)
-
addOpName
public static void addOpName(com.google.flatbuffers.FlatBufferBuilder builder, int opNameOffset)
-
addOutputTypes
public static void addOutputTypes(com.google.flatbuffers.FlatBufferBuilder builder, int outputTypesOffset)
-
createOutputTypesVector
public static int createOutputTypesVector(com.google.flatbuffers.FlatBufferBuilder builder, byte[] data)
-
createOutputTypesVector
public static int createOutputTypesVector(com.google.flatbuffers.FlatBufferBuilder builder, ByteBuffer data)
-
startOutputTypesVector
public static void startOutputTypesVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)
-
addScalar
public static void addScalar(com.google.flatbuffers.FlatBufferBuilder builder, int scalarOffset)
-
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)
-
addVarControlDeps
public static void addVarControlDeps(com.google.flatbuffers.FlatBufferBuilder builder, int varControlDepsOffset)
-
createVarControlDepsVector
public static int createVarControlDepsVector(com.google.flatbuffers.FlatBufferBuilder builder, int[] data)
-
startVarControlDepsVector
public static void startVarControlDepsVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)
-
addControlDepFor
public static void addControlDepFor(com.google.flatbuffers.FlatBufferBuilder builder, int controlDepForOffset)
-
createControlDepForVector
public static int createControlDepForVector(com.google.flatbuffers.FlatBufferBuilder builder, int[] data)
-
startControlDepForVector
public static void startControlDepForVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)
-
addExtraTypes
public static void addExtraTypes(com.google.flatbuffers.FlatBufferBuilder builder, int extraTypesOffset)
-
createExtraTypesVector
public static int createExtraTypesVector(com.google.flatbuffers.FlatBufferBuilder builder, byte[] data)
-
createExtraTypesVector
public static int createExtraTypesVector(com.google.flatbuffers.FlatBufferBuilder builder, ByteBuffer data)
-
startExtraTypesVector
public static void startExtraTypesVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)
-
addExtraStrings
public static void addExtraStrings(com.google.flatbuffers.FlatBufferBuilder builder, int extraStringsOffset)
-
createExtraStringsVector
public static int createExtraStringsVector(com.google.flatbuffers.FlatBufferBuilder builder, int[] data)
-
startExtraStringsVector
public static void startExtraStringsVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)
-
endFlatNode
public static int endFlatNode(com.google.flatbuffers.FlatBufferBuilder builder)
-
finishFlatNodeBuffer
public static void finishFlatNodeBuffer(com.google.flatbuffers.FlatBufferBuilder builder, int offset)
-
finishSizePrefixedFlatNodeBuffer
public static void finishSizePrefixedFlatNodeBuffer(com.google.flatbuffers.FlatBufferBuilder builder, int offset)
-
-