AvailableDeviceInfo

clase final pública AvailableDeviceInfo

 Matches DeviceAttributes
 
Tensorflow de tipo tensorflow.AvailableDeviceInfo

Clases anidadas

clase AvailableDeviceInfo.Builder
 Matches DeviceAttributes
 
Tensorflow de tipo tensorflow.AvailableDeviceInfo

Constantes

En t MEMORY_LIMIT_FIELD_NUMBER
En t NAME_FIELD_NUMBER
En t PHYSICAL_DESCRIPTION_FIELD_NUMBER
En t TYPE_FIELD_NUMBER

Métodos públicos

booleano
es igual a (Objeto obj)
estática AvailableDeviceInfo
AvailableDeviceInfo
com.google.protobuf.Descriptors.Descriptor estático final
largo
getMemoryLimit ()
 Memory capacity in bytes.
Cuerda
getName ()
 Device name.
com.google.protobuf.ByteString
getNameBytes ()
 Device name.
Cuerda
getPhysicalDescription ()
 The physical description of this device.
com.google.protobuf.ByteString
getPhysicalDescriptionBytes ()
 The physical description of this device.
En t
Cuerda
getType ()
 Device type, e.g.
com.google.protobuf.ByteString
getTypeBytes ()
 Device type, e.g.
final com.google.protobuf.UnknownFieldSet
En t
booleano final
estático AvailableDeviceInfo.Builder
estático AvailableDeviceInfo.Builder
AvailableDeviceInfo.Builder
estática AvailableDeviceInfo
parseDelimitedFrom (entrada InputStream)
estática AvailableDeviceInfo
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estática AvailableDeviceInfo
parseFrom (datos ByteBuffer)
estática AvailableDeviceInfo
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estática AvailableDeviceInfo
parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estática AvailableDeviceInfo
parseFrom (entrada com.google.protobuf.CodedInputStream)
estática AvailableDeviceInfo
parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estática AvailableDeviceInfo
parseFrom (datos com.google.protobuf.ByteString)
estática AvailableDeviceInfo
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estática AvailableDeviceInfo
parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
AvailableDeviceInfo.Builder
vacío
writeTo (salida de com.google.protobuf.CodedOutputStream)

Métodos heredados

Constantes

public static final int MEMORY_LIMIT_FIELD_NUMBER

Valor constante: 3

public static final int NAME_FIELD_NUMBER

Valor constante: 1

public static final int PHYSICAL_DESCRIPTION_FIELD_NUMBER

Valor constante: 4

público estático final int TYPE_FIELD_NUMBER

Valor constante: 2

Métodos públicos

public boolean es igual a (Object obj)

public static AvailableDeviceInfo getDefaultInstance ()

public AvailableDeviceInfo getDefaultInstanceForType ()

público estático final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public long getMemoryLimit ()

 Memory capacity in bytes.
 
int64 memory_limit = 3;

public String getName ()

 Device name.
 
string name = 1;

public com.google.protobuf.ByteString getNameBytes ()

 Device name.
 
string name = 1;

público getParserForType ()

public String getPhysicalDescription ()

 The physical description of this device.
 
string physical_description = 4; descripción_física string physical_description = 4;

public com.google.protobuf.ByteString getPhysicalDescriptionBytes ()

 The physical description of this device.
 
string physical_description = 4; descripción_física string physical_description = 4;

public int getSerializedSize ()

public String getType ()

 Device type, e.g. 'CPU' or 'GPU'.
 
string type = 2;

public com.google.protobuf.ByteString getTypeBytes ()

 Device type, e.g. 'CPU' or 'GPU'.
 
string type = 2;

public final com.google.protobuf.UnknownFieldSet getUnknownFields ()

public int hashCode ()

public final boolean isInitialized ()

public static AvailableDeviceInfo.Builder newBuilder (prototipo AvailableDeviceInfo )

public static AvailableDeviceInfo.Builder newBuilder ()

public AvailableDeviceInfo.Builder newBuilderForType ()

public static AvailableDeviceInfo parseDelimitedFrom (entrada InputStream)

Lanza
IOException

public static AvailableDeviceInfo parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

público estático AvailableDeviceInfo parseFrom (ByteBuffer datos)

Lanza
InvalidProtocolBufferException

public static AvailableDeviceInfo parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

public static AvailableDeviceInfo parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

public static AvailableDeviceInfo parseFrom (datos de com.google.protobuf.ByteString)

Lanza
InvalidProtocolBufferException

public static AvailableDeviceInfo parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

public static AvailableDeviceInfo parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

público estático analizador ()

public AvailableDeviceInfo.Builder toBuilder ()

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

Lanza
IOException