interface publique DeviceLocalityOrBuilder
Sous-classes indirectes connues |
Méthodes publiques
entier abstrait | getBusId () Optional bus locality of device. |
résuméLiensLocal | getLinks () Optional local interconnect links to other devices. |
résumé LocalLinksOrBuilder | getLinksOrBuilder () Optional local interconnect links to other devices. |
entier abstrait | getNumaNode () Optional NUMA locality of device. |
booléen abstrait | hasLinks () Optional local interconnect links to other devices. |
Méthodes publiques
public abstrait 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;
résumé public LocalLinks getLinks ()
Optional local interconnect links to other devices.
.tensorflow.LocalLinks links = 3;
résumé public LocalLinksOrBuilder getLinksOrBuilder ()
Optional local interconnect links to other devices.
.tensorflow.LocalLinks links = 3;
public abstrait int getNumaNode ()
Optional NUMA locality of device.
int32 numa_node = 2;
public abstrait booléen hasLinks ()
Optional local interconnect links to other devices.
.tensorflow.LocalLinks links = 3;