MemoryInfo

clase final pública MemoryInfo

Tipo de tensorflow.MemoryInfo

Clases anidadas

clase MemoryInfo.Builder Tipo de tensorflow.MemoryInfo

Constantes

En t AVAILABLE_FIELD_NUMBER
En t TOTAL_FIELD_NUMBER

Métodos públicos

booleano
es igual a (Objeto obj)
largo
getAvailable ()
 Immediately available memory in bytes
 
int64 available = 2;
estática MemoryInfo
MemoryInfo
com.google.protobuf.Descriptors.Descriptor estático final
En t
largo
getTotal ()
 Total virtual memory in bytes
 
int64 total = 1;
final com.google.protobuf.UnknownFieldSet
En t
booleano final
estático MemoryInfo.Builder
newBuilder ( MemoryInfo prototipo)
estático MemoryInfo.Builder
MemoryInfo.Builder
estática MemoryInfo
parseDelimitedFrom (entrada InputStream)
estática MemoryInfo
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estática MemoryInfo
parseFrom (datos ByteBuffer)
estática MemoryInfo
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estática MemoryInfo
parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estática MemoryInfo
parseFrom (entrada com.google.protobuf.CodedInputStream)
estática MemoryInfo
parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estática MemoryInfo
parseFrom (datos com.google.protobuf.ByteString)
estática MemoryInfo
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estática MemoryInfo
parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
MemoryInfo.Builder
vacío
writeTo (salida de com.google.protobuf.CodedOutputStream)

Métodos heredados

Constantes

public static final int AVAILABLE_FIELD_NUMBER

Valor constante: 2

public static final int TOTAL_FIELD_NUMBER

Valor constante: 1

Métodos públicos

public boolean es igual a (Object obj)

public long getAvailable ()

 Immediately available memory in bytes
 
int64 available = 2;

public static MemoryInfo getDefaultInstance ()

pública MemoryInfo getDefaultInstanceForType ()

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.Builder newBuilder ( MemoryInfo prototipo)

public static MemoryInfo.Builder newBuilder ()

pública MemoryInfo.Builder newBuilderForType ()

public static MemoryInfo parseDelimitedFrom (entrada InputStream)

Lanza
IOException

public static MemoryInfo parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

public static MemoryInfo parseFrom (datos ByteBuffer)

Lanza
InvalidProtocolBufferException

public static MemoryInfo parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

public static MemoryInfo parseFrom (ByteBuffer datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

public static MemoryInfo parseFrom (entrada com.google.protobuf.CodedInputStream)

Lanza
IOException

public static MemoryInfo parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

public static MemoryInfo parseFrom (datos com.google.protobuf.ByteString)

Lanza
InvalidProtocolBufferException

public static MemoryInfo parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

public static MemoryInfo parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

público estático analizador ()

pública MemoryInfo.Builder toBuilder ()

public void writeTo (salida de com.google.protobuf.CodedOutputStream)

Lanza
IOException