DeviceLocalityOrBuilder

パブリック インターフェイスDeviceLocalityOrBuilder
既知の間接サブクラス

パブリックメソッド

抽象整数
getBusId ()
 Optional bus locality of device.
抽象的なローカルリンク
getLinks ()
 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.

パブリックメソッド

public abstract 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;

public abstract int getNumaNode ()

 Optional NUMA locality of device.
 
int32 numa_node = 2;

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