DeviceAttributesOrBuilder

genel arayüz DeviceAttributesOrBuilder
Bilinen Dolaylı Alt Sınıflar

Genel Yöntemler

soyut Dize
getDeviceType ()
 String representation of device_type.
abstract com.google.protobuf.ByteString
getDeviceTypeBytes ()
 String representation of device_type.
soyut uzun
Enkarnasyon olsun ()
 A device is assigned a global unique number each time it is
 initialized.
özet Cihaz Konumu
getLocality ()
 Platform-specific data about device that may be useful
 for supporting efficient data transfers.
özet DeviceLocalityOrBuilder
getLocalityOrBuilder ()
 Platform-specific data about device that may be useful
 for supporting efficient data transfers.
soyut uzun
getMemoryLimit ()
 Memory capacity of device in bytes.
soyut Dize
getName ()
 Fully specified name of the device within a cluster.
abstract com.google.protobuf.ByteString
getNameBytes ()
 Fully specified name of the device within a cluster.
soyut Dize
getPhysicalDeviceDesc ()
 String representation of the physical device that this device maps to.
abstract com.google.protobuf.ByteString
getPhysicalDeviceDescBytes ()
 String representation of the physical device that this device maps to.
soyut boole
yerelliği var ()
 Platform-specific data about device that may be useful
 for supporting efficient data transfers.

Genel Yöntemler

genel özet Dize getDeviceType ()

 String representation of device_type.
 
string device_type = 2;

genel özet com.google.protobuf.ByteString getDeviceTypeBytes ()

 String representation of device_type.
 
string device_type = 2;

genel özet uzun getIncarnation ()

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

genel özet DeviceLocality getLocality ()

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

genel özet DeviceLocalityOrBuilder getLocalityOrBuilder ()

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

genel özet uzun getMemoryLimit ()

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

genel özet Dize getName ()

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

genel özet com.google.protobuf.ByteString getNameBytes ()

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

genel özet String getPhysicalDeviceDesc ()

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

genel özet com.google.protobuf.ByteString getPhysicalDeviceDescBytes ()

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

genel soyut boolean hasLocality ()

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