DeviceAttributes

DeviceAttributes de clase final pública

Tipo de tensorflow.DeviceAttributes

Clases anidadas

clase DeviceAttributes.Builder Tipo de tensorflow.DeviceAttributes

Constantes

En t DEVICE_TYPE_FIELD_NUMBER
En t INCARNATION_FIELD_NUMBER
En t LOCALITY_FIELD_NUMBER
En t MEMORY_LIMIT_FIELD_NUMBER
En t NAME_FIELD_NUMBER
En t PHYSICAL_DEVICE_DESC_FIELD_NUMBER

Métodos públicos

booleano
es igual a (Objeto obj)
DeviceAttributes estáticos
DeviceAttributes
com.google.protobuf.Descriptors.Descriptor estático final
Cuerda
getDeviceType ()
 String representation of device_type.
com.google.protobuf.ByteString
getDeviceTypeBytes ()
 String representation of device_type.
largo
getIncarnation ()
 A device is assigned a global unique number each time it is
 initialized.
DeviceLocality
getLocality ()
 Platform-specific data about device that may be useful
 for supporting efficient data transfers.
DeviceLocalityOrBuilder
getLocalityOrBuilder ()
 Platform-specific data about device that may be useful
 for supporting efficient data transfers.
largo
getMemoryLimit ()
 Memory capacity of device in bytes.
Cuerda
getName ()
 Fully specified name of the device within a cluster.
com.google.protobuf.ByteString
getNameBytes ()
 Fully specified name of the device within a cluster.
Cuerda
getPhysicalDeviceDesc ()
 String representation of the physical device that this device maps to.
com.google.protobuf.ByteString
getPhysicalDeviceDescBytes ()
 String representation of the physical device that this device maps to.
En t
final com.google.protobuf.UnknownFieldSet
booleano
hasLocality ()
 Platform-specific data about device that may be useful
 for supporting efficient data transfers.
En t
booleano final
estático DeviceAttributes.Builder
estático DeviceAttributes.Builder
DeviceAttributes.Builder
DeviceAttributes estáticos
parseDelimitedFrom (entrada InputStream)
DeviceAttributes estáticos
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DeviceAttributes estáticos
parseFrom (datos ByteBuffer)
DeviceAttributes estáticos
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DeviceAttributes estáticos
parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DeviceAttributes estáticos
parseFrom (entrada com.google.protobuf.CodedInputStream)
DeviceAttributes estáticos
parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DeviceAttributes estáticos
parseFrom (datos com.google.protobuf.ByteString)
DeviceAttributes estáticos
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DeviceAttributes estáticos
parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
DeviceAttributes.Builder
vacío
writeTo (salida de com.google.protobuf.CodedOutputStream)

Métodos heredados

Constantes

public static final int DEVICE_TYPE_FIELD_NUMBER

Valor constante: 2

public static final int INCARNATION_FIELD_NUMBER

Valor constante: 6

público estático final int LOCALITY_FIELD_NUMBER

Valor constante: 5

public static final int MEMORY_LIMIT_FIELD_NUMBER

Valor constante: 4

public static final int NAME_FIELD_NUMBER

Valor constante: 1

público estático final int PHYSICAL_DEVICE_DESC_FIELD_NUMBER

Valor constante: 7

Métodos públicos

public boolean es igual a (Object obj)

DeviceAttributes estáticos públicos getDefaultInstance ()

public DeviceAttributes getDefaultInstanceForType ()

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

public String getDeviceType ()

 String representation of device_type.
 
string device_type = 2;

public com.google.protobuf.ByteString getDeviceTypeBytes ()

 String representation of device_type.
 
string device_type = 2;

public long getIncarnation ()

 A device is assigned a global unique number each time it is
 initialized. "incarnation" should never be 0.
 
fixed64 incarnation = 6;

getLocality público DeviceLocality ()

 Platform-specific data about device that may be useful
 for supporting efficient data transfers.
 
.tensorflow.DeviceLocality locality = 5;

public DeviceLocalityOrBuilder getLocalityOrBuilder ()

 Platform-specific data about device that may be useful
 for supporting efficient data transfers.
 
.tensorflow.DeviceLocality locality = 5;

public long getMemoryLimit ()

 Memory capacity of device in bytes.
 
int64 memory_limit = 4;

public String getName ()

 Fully specified name of the device within a cluster.
 
string name = 1;

public com.google.protobuf.ByteString getNameBytes ()

 Fully specified name of the device within a cluster.
 
string name = 1;

público getParserForType ()

public String getPhysicalDeviceDesc ()

 String representation of the physical device that this device maps to.
 
string physical_device_desc = 7;

public com.google.protobuf.ByteString getPhysicalDeviceDescBytes ()

 String representation of the physical device that this device maps to.
 
string physical_device_desc = 7;

public int getSerializedSize ()

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

public boolean hasLocality ()

 Platform-specific data about device that may be useful
 for supporting efficient data transfers.
 
.tensorflow.DeviceLocality locality = 5;

public int hashCode ()

public final boolean isInitialized ()

DeviceAttributes.Builder estático público newBuilder ()

DeviceAttributes.Builder estático público newBuilder (prototipo de DeviceAttributes )

public DeviceAttributes.Builder newBuilderForType ()

DeviceAttributes estáticos públicos parseDelimitedFrom (entrada InputStream)

Lanza
IOException

DeviceAttributes estáticos públicos parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

DeviceAttributes estáticos públicos parseFrom (datos ByteBuffer)

Lanza
InvalidProtocolBufferException

DeviceAttributes estático público parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

DeviceAttributes estático público parseFrom (datos de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

DeviceAttributes estático público parseFrom (entrada com.google.protobuf.CodedInputStream)

Lanza
IOException

DeviceAttributes estático público parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

DeviceAttributes estático público parseFrom (datos de com.google.protobuf.ByteString)

Lanza
InvalidProtocolBufferException

DeviceAttributes estático público parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

DeviceAttributes estático público parseFrom (datos de com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

público estático analizador ()

public DeviceAttributes.Builder toBuilder ()

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

Lanza
IOException