Package org.nd4j.graph
Class UISystemInfo
- java.lang.Object
-
- com.google.flatbuffers.Table
-
- org.nd4j.graph.UISystemInfo
-
public final class UISystemInfo extends com.google.flatbuffers.Table
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUISystemInfo.Vector
-
Constructor Summary
Constructors Constructor Description UISystemInfo()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description UISystemInfo__assign(int _i, ByteBuffer _bb)void__init(int _i, ByteBuffer _bb)static voidaddPhysicalCores(com.google.flatbuffers.FlatBufferBuilder builder, int physicalCores)static intcreateUISystemInfo(com.google.flatbuffers.FlatBufferBuilder builder, int physicalCores)static intendUISystemInfo(com.google.flatbuffers.FlatBufferBuilder builder)static UISystemInfogetRootAsUISystemInfo(ByteBuffer _bb)static UISystemInfogetRootAsUISystemInfo(ByteBuffer _bb, UISystemInfo obj)intphysicalCores()static voidstartUISystemInfo(com.google.flatbuffers.FlatBufferBuilder builder)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()
-
getRootAsUISystemInfo
public static UISystemInfo getRootAsUISystemInfo(ByteBuffer _bb)
-
getRootAsUISystemInfo
public static UISystemInfo getRootAsUISystemInfo(ByteBuffer _bb, UISystemInfo obj)
-
__init
public void __init(int _i, ByteBuffer _bb)
-
__assign
public UISystemInfo __assign(int _i, ByteBuffer _bb)
-
physicalCores
public int physicalCores()
-
createUISystemInfo
public static int createUISystemInfo(com.google.flatbuffers.FlatBufferBuilder builder, int physicalCores)
-
startUISystemInfo
public static void startUISystemInfo(com.google.flatbuffers.FlatBufferBuilder builder)
-
addPhysicalCores
public static void addPhysicalCores(com.google.flatbuffers.FlatBufferBuilder builder, int physicalCores)
-
endUISystemInfo
public static int endUISystemInfo(com.google.flatbuffers.FlatBufferBuilder builder)
-
-