DeviceAttributesOrBuilder

interface pública DeviceAttributesOrBuilder
Subclasses indiretas conhecidas

Métodos Públicos

cadeia abstrata
getDeviceType ()
 String representation of device_type.
abstrato com.google.protobuf.ByteString
getDeviceTypeBytes ()
 String representation of device_type.
abstrato longo
getIncarnation ()
 A device is assigned a global unique number each time it is
 initialized.
DeviceLocality abstrato
getLocalidade ()
 Platform-specific data about device that may be useful
 for supporting efficient data transfers.
abstrato DeviceLocalityOrBuilder
getLocalityOrBuilder ()
 Platform-specific data about device that may be useful
 for supporting efficient data transfers.
abstrato longo
getMemoryLimit ()
 Memory capacity of device in bytes.
cadeia abstrata
getNome ()
 Fully specified name of the device within a cluster.
abstrato com.google.protobuf.ByteString
getNomeBytes ()
 Fully specified name of the device within a cluster.
cadeia abstrata
getPhysicalDeviceDesc ()
 String representation of the physical device that this device maps to.
abstrato com.google.protobuf.ByteString
getPhysicalDeviceDescBytes ()
 String representation of the physical device that this device maps to.
booleano abstrato
temLocalidade ()
 Platform-specific data about device that may be useful
 for supporting efficient data transfers.

Métodos Públicos

String abstrata pública getDeviceType ()

 String representation of device_type.
 
string device_type = 2;

resumo público com.google.protobuf.ByteString getDeviceTypeBytes ()

 String representation of device_type.
 
string device_type = 2;

público abstrato longo getIncarnation ()

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

público abstrato DeviceLocality getLocality ()

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

público abstrato DeviceLocalityOrBuilder getLocalityOrBuilder ()

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

público abstrato longo getMemoryLimit ()

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

String abstrata pública getName ()

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

resumo público com.google.protobuf.ByteString getNameBytes ()

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

string abstrata pública getPhysicalDeviceDesc ()

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

resumo público com.google.protobuf.ByteString getPhysicalDeviceDescBytes ()

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

público abstrato booleano hasLocality ()

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