DeviceLocalityOrBuilder

interfejs publiczny DeviceLocalityOrBuilder
Znane podklasy pośrednie

Metody publiczne

streszczenie wew
getBusId ()
 Optional bus locality of device.
abstrakcyjne linki lokalne
pobierz Linki ()
 Optional local interconnect links to other devices.
streszczenie LocalLinksOrBuilder
getLinksOrBuilder ()
 Optional local interconnect links to other devices.
streszczenie wew
getNumaNode ()
 Optional NUMA locality of device.
abstrakcyjna wartość logiczna
maLinki ()
 Optional local interconnect links to other devices.

Metody publiczne

publiczne streszczenie 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;

publiczne streszczenie LocalLinksOrBuilder getLinksOrBuilder ()

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

publiczne streszczenie int getNumaNode ()

 Optional NUMA locality of device.
 
int32 numa_node = 2;

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