DeviceLocalityOrBuilder

ממשק ציבורי DeviceLocalityOrBuilder
תת-מחלקות עקיפות ידועות

שיטות ציבוריות

מופשט int
getBusId ()
 Optional bus locality of device.
מופשט LocalLinks
getLinks ()
 Optional local interconnect links to other devices.
מופשט LocalLinksOrBuilder
getLinksOrBuilder ()
 Optional local interconnect links to other devices.
מופשט int
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;