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;

תקציר ציבורי בוליאני hasLocality ()

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