DeviceAttributesOrBuilder

الواجهة العامة DeviceAttributesOrBuilder
الفئات الفرعية غير المباشرة المعروفة

الأساليب العامة

سلسلة مجردة
الحصول على نوع الجهاز ()
 String representation of device_type.
مجردة com.google.protobuf.ByteString
الحصول علىDeviceTypeBytes ()
 String representation of device_type.
مجردة طويلة
الحصول على التجسد ()
 A device is assigned a global unique number each time it is
 initialized.
مجردة DeviceLocality
الحصول على المنطقة المحلية ()
 Platform-specific data about device that may be useful
 for supporting efficient data transfers.
مجردة DeviceLocalityOrBuilder
الحصول على LocalityOrBuilder ()
 Platform-specific data about device that may be useful
 for supporting efficient data transfers.
مجردة طويلة
الحصول علىMemoryLimit ()
 Memory capacity of device in bytes.
سلسلة مجردة
الحصول على الاسم ()
 Fully specified name of the device within a cluster.
مجردة com.google.protobuf.ByteString
الحصول على اسم بايت ()
 Fully specified name of the device within a cluster.
سلسلة مجردة
الحصول على PhysicalDeviceDesc ()
 String representation of the physical device that this device maps to.
مجردة com.google.protobuf.ByteString
الحصول على PhysicalDeviceDescBytes ()
 String representation of the physical device that this device maps to.
منطقية مجردة
hasLocality ()
 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;