DeviceAttributesOrBuilder

общедоступный интерфейс DeviceAttributesOrBuilder
Известные косвенные подклассы

Публичные методы

абстрактная строка
getDeviceType ()
 String representation of device_type.
абстрактный com.google.protobuf.ByteString
getDeviceTypeBytes ()
 String representation of device_type.
абстрактный длинный
получитьИнкарнацию ()
 A device is assigned a global unique number each time it is
 initialized.
абстрактное устройстволокальность
получитьлокальность ()
 Platform-specific data about device that may be useful
 for supporting efficient data transfers.
абстрактный Девицелокалитиорбилдер
getLocalityOrBuilder ()
 Platform-specific data about device that may be useful
 for supporting efficient data transfers.
абстрактный длинный
getMemoryLimit ()
 Memory capacity of device in bytes.
абстрактная строка
получитьИмя ()
 Fully specified name of the device within a cluster.
абстрактный com.google.protobuf.ByteString
getNameBytes ()
 Fully specified name of the device within a cluster.
абстрактная строка
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.
абстрактное логическое значение
имеетлокальность ()
 Platform-specific data about device that may be useful
 for supporting efficient data transfers.

Публичные методы

общедоступная абстрактная строка getDeviceType ()

 String representation of device_type.
 
string device_type = 2;

общедоступный абстрактный com.google.protobuf.ByteString getDeviceTypeBytes ()

 String representation of device_type.
 
string device_type = 2;

публичный абстрактный длинный getIncarnation ()

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

публичный абстрактный DeviceLocality getLocality ()

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

общедоступный абстрактный DeviceLocalityOrBuilder getLocalityOrBuilder ()

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

публичный абстрактный длинный getMemoryLimit ()

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

общедоступная абстрактная строка getName ()

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

общедоступный абстрактный com.google.protobuf.ByteString getNameBytes ()

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

общедоступная абстрактная строка getPhysicalDeviceDesc ()

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

общедоступный абстрактный com.google.protobuf.ByteString getPhysicalDeviceDescBytes ()

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

общедоступное абстрактное логическое значение hasLocality ()

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