public interface DeviceLocalityOrBuilder
extends org.nd4j.shade.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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.
|
boolean |
hasLinks()
Optional local interconnect links to other devices.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getBusId()
Optional bus locality of device. Default value of 0 means no specific locality. Specific localities are indexed from 1.
int32 bus_id = 1;int getNumaNode()
Optional NUMA locality of device.
int32 numa_node = 2;boolean hasLinks()
Optional local interconnect links to other devices.
.tensorflow.LocalLinks links = 3;LocalLinks getLinks()
Optional local interconnect links to other devices.
.tensorflow.LocalLinks links = 3;LocalLinksOrBuilder getLinksOrBuilder()
Optional local interconnect links to other devices.
.tensorflow.LocalLinks links = 3;Copyright © 2021. All rights reserved.