DeviceLocalityOrBuilder

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

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

كثافة العمليات مجردة
معرف getBus ()
 Optional bus locality of device.
الروابط المحلية المجردة
روابط الحصول ()
 Optional local interconnect links to other devices.
مجردة LocalLinksOrBuilder
getLinksOrBuilder ()
 Optional local interconnect links to other devices.
كثافة العمليات مجردة
getNumaNode ()
 Optional NUMA locality of device.
منطقية مجردة
وصلات ()
 Optional local interconnect links to other devices.

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

الملخص العام int getBusId ()

 Optional bus locality of device.  Default value of 0 means
 no specific locality.  Specific localities are indexed from 1.
 
int32 bus_id = 1;

 Optional local interconnect links to other devices.
 
.tensorflow.LocalLinks links = 3;

الملخص العام LocalLinksOrBuilder getLinksOrBuilder ()

 Optional local interconnect links to other devices.
 
.tensorflow.LocalLinks links = 3;

الملخص العام int getNumaNode ()

 Optional NUMA locality of device.
 
int32 numa_node = 2;

 Optional local interconnect links to other devices.
 
.tensorflow.LocalLinks links = 3;