DeviceAttributesOrBuilder

رابط عمومی DeviceAttributesOrBuilder
زیر کلاس های غیر مستقیم شناخته شده

روش های عمومی

رشته انتزاعی
getDeviceType ()
 String representation of device_type.
چکیده com.google.protobuf.ByteString
getDeviceTypeBytes ()
 String representation of device_type.
انتزاعی طولانی
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.
انتزاعی طولانی
getMemoryLimit ()
 Memory capacity of device in bytes.
رشته انتزاعی
getName ()
 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.
بولی انتزاعی
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;

دارای محلی انتزاعی عمومی بولی ()

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