public final class
MemoryInfo
Protobuf type tensorflow.MemoryInfo
Nested Classes
class | MemoryInfo.Builder | Protobuf type tensorflow.MemoryInfo
|
Constants
int | AVAILABLE_FIELD_NUMBER | |
int | TOTAL_FIELD_NUMBER |
Public Methods
boolean |
equals(Object obj)
|
long |
getAvailable()
Immediately available memory in bytes int64 available = 2;
|
static MemoryInfo | |
MemoryInfo | |
final static com.google.protobuf.Descriptors.Descriptor | |
|
|
int | |
long |
getTotal()
Total virtual memory in bytes int64 total = 1;
|
final com.google.protobuf.UnknownFieldSet | |
int |
hashCode()
|
final boolean | |
static MemoryInfo.Builder |
newBuilder(MemoryInfo prototype)
|
static MemoryInfo.Builder | |
MemoryInfo.Builder | |
static MemoryInfo |
parseDelimitedFrom(InputStream input)
|
static MemoryInfo |
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static MemoryInfo |
parseFrom(ByteBuffer data)
|
static MemoryInfo |
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static MemoryInfo |
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static MemoryInfo |
parseFrom(com.google.protobuf.CodedInputStream input)
|
static MemoryInfo |
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static MemoryInfo |
parseFrom(com.google.protobuf.ByteString data)
|
static MemoryInfo |
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static MemoryInfo |
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static
|
parser()
|
MemoryInfo.Builder | |
void |
writeTo(com.google.protobuf.CodedOutputStream output)
|
Inherited Methods
Constants
public static final int AVAILABLE_FIELD_NUMBER
Constant Value:
2
public static final int TOTAL_FIELD_NUMBER
Constant Value:
1
Public Methods
public boolean equals (Object obj)
public long getAvailable ()
Immediately available memory in bytes
int64 available = 2;
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public
getParserForType
()
public int getSerializedSize ()
public long getTotal ()
Total virtual memory in bytes
int64 total = 1;
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
public final boolean isInitialized ()
public static MemoryInfo parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static MemoryInfo parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static MemoryInfo parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static MemoryInfo parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static MemoryInfo parseFrom (com.google.protobuf.ByteString data)
Throws
InvalidProtocolBufferException |
---|
public static MemoryInfo parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static MemoryInfo parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public
static
parser
()
public void writeTo (com.google.protobuf.CodedOutputStream output)
Throws
IOException |
---|