DeviceLocalityOrBuilder

genel arayüz DeviceLocalityOrBuilder
Bilinen Dolaylı Alt Sınıflar

Genel Yöntemler

soyut int
getBusID ()
 Optional bus locality of device.
özet Yerel Bağlantılar
Bağlantıları Al ()
 Optional local interconnect links to other devices.
özet LocalLinksOrBuilder
getLinksOrBuilder ()
 Optional local interconnect links to other devices.
soyut int
getNumaNode ()
 Optional NUMA locality of device.
soyut boole
Bağlantıları var ()
 Optional local interconnect links to other devices.

Genel Yöntemler

genel soyut 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;

genel özet LocalLinksOrBuilder getLinksOrBuilder ()

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

genel soyut int getNumaNode ()

 Optional NUMA locality of device.
 
int32 numa_node = 2;

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