classe final pública MemoryInfo
tensorflow.MemoryInfo type tensorflow.MemoryInfo
Classes aninhadas
| aula | MemoryInfo.Builder | tensorflow.MemoryInfo type tensorflow.MemoryInfo | |
Constantes
| int | AVAILABLE_FIELD_NUMBER | |
| int | TOTAL_FIELD_NUMBER |
Métodos Públicos
| boleano | igual a (objeto obj) |
| longo | getAvailable () Immediately available memory in bytes int64 available = 2; |
| MemoryInfo estático | |
| MemoryInfo | |
| final static com.google.protobuf.Descriptors.Descriptor | |
| int | |
| longo | getTotal () Total virtual memory in bytes int64 total = 1; |
| final com.google.protobuf.UnknownFieldSet | |
| int | hashCode () |
| final booleano | |
| static MemoryInfo.Builder | newBuilder (protótipo MemoryInfo ) |
| static MemoryInfo.Builder | newBuilder () |
| MemoryInfo.Builder | |
| MemoryInfo estático | parseDelimitedFrom (input InputStream) |
| MemoryInfo estático | parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| MemoryInfo estático | parseFrom (dados ByteBuffer) |
| MemoryInfo estático | parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| MemoryInfo estático | parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| MemoryInfo estático | parseFrom (com.google.protobuf.CodedInputStream input) |
| MemoryInfo estático | parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| MemoryInfo estático | parseFrom (com.google.protobuf.ByteString data) |
| MemoryInfo estático | parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| MemoryInfo estático | parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| estático | analisador () |
| MemoryInfo.Builder | toBuilder () |
| vazio | writeTo (saída com.google.protobuf.CodedOutputStream) |
Métodos herdados
Constantes
public static final int AVAILABLE_FIELD_NUMBER
Valor constante: 2
público estático final int TOTAL_FIELD_NUMBER
Valor Constante: 1
Métodos Públicos
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 ()
público 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)
Lança
| IOException |
|---|
public static MemoryInfo parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static MemoryInfo parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
public static MemoryInfo parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
public static MemoryInfo parseFrom (com.google.protobuf.ByteString data)
Lança
| InvalidProtocolBufferException |
|---|
public static MemoryInfo parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static MemoryInfo parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
estática pública analisador ()
public void writeTo (saída com.google.protobuf.CodedOutputStream)
Lança
| IOException |
|---|