Uses of Class
org.tensorflow.framework.DeviceLocality
-
Packages that use DeviceLocality Package Description org.tensorflow.distruntime org.tensorflow.framework -
-
Uses of DeviceLocality in org.tensorflow.distruntime
Methods in org.tensorflow.distruntime that return DeviceLocality Modifier and Type Method Description DeviceLocality
RecvBufRequest.Builder. getClientLocality()
Optional information on client-side device locality.DeviceLocality
RecvBufRequest. getClientLocality()
Optional information on client-side device locality.DeviceLocality
RecvBufRequestOrBuilder. getClientLocality()
Optional information on client-side device locality.DeviceLocality
RecvTensorRequest.Builder. getClientLocality()
Optional information on client-side device locality.DeviceLocality
RecvTensorRequest. getClientLocality()
Optional information on client-side device locality.DeviceLocality
RecvTensorRequestOrBuilder. getClientLocality()
Optional information on client-side device locality.DeviceLocality
RecvBufRequest.Builder. getServerLocality()
Optional information on server-side device locality.DeviceLocality
RecvBufRequest. getServerLocality()
Optional information on server-side device locality.DeviceLocality
RecvBufRequestOrBuilder. getServerLocality()
Optional information on server-side device locality.DeviceLocality
RecvTensorRequest.Builder. getServerLocality()
Optional information on server-side device locality.DeviceLocality
RecvTensorRequest. getServerLocality()
Optional information on server-side device locality.DeviceLocality
RecvTensorRequestOrBuilder. getServerLocality()
Optional information on server-side device locality.Methods in org.tensorflow.distruntime with parameters of type DeviceLocality Modifier and Type Method Description RecvBufRequest.Builder
RecvBufRequest.Builder. mergeClientLocality(DeviceLocality value)
Optional information on client-side device locality.RecvTensorRequest.Builder
RecvTensorRequest.Builder. mergeClientLocality(DeviceLocality value)
Optional information on client-side device locality.RecvBufRequest.Builder
RecvBufRequest.Builder. mergeServerLocality(DeviceLocality value)
Optional information on server-side device locality.RecvTensorRequest.Builder
RecvTensorRequest.Builder. mergeServerLocality(DeviceLocality value)
Optional information on server-side device locality.RecvBufRequest.Builder
RecvBufRequest.Builder. setClientLocality(DeviceLocality value)
Optional information on client-side device locality.RecvTensorRequest.Builder
RecvTensorRequest.Builder. setClientLocality(DeviceLocality value)
Optional information on client-side device locality.RecvBufRequest.Builder
RecvBufRequest.Builder. setServerLocality(DeviceLocality value)
Optional information on server-side device locality.RecvTensorRequest.Builder
RecvTensorRequest.Builder. setServerLocality(DeviceLocality value)
Optional information on server-side device locality. -
Uses of DeviceLocality in org.tensorflow.framework
Methods in org.tensorflow.framework that return DeviceLocality Modifier and Type Method Description DeviceLocality
DeviceLocality.Builder. build()
DeviceLocality
DeviceLocality.Builder. buildPartial()
static DeviceLocality
DeviceLocality. getDefaultInstance()
DeviceLocality
DeviceLocality.Builder. getDefaultInstanceForType()
DeviceLocality
DeviceLocality. getDefaultInstanceForType()
DeviceLocality
DeviceAttributes.Builder. getLocality()
Platform-specific data about device that may be useful for supporting efficient data transfers.DeviceLocality
DeviceAttributes. getLocality()
Platform-specific data about device that may be useful for supporting efficient data transfers.DeviceLocality
DeviceAttributesOrBuilder. getLocality()
Platform-specific data about device that may be useful for supporting efficient data transfers.static DeviceLocality
DeviceLocality. parseDelimitedFrom(InputStream input)
static DeviceLocality
DeviceLocality. parseDelimitedFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static DeviceLocality
DeviceLocality. parseFrom(byte[] data)
static DeviceLocality
DeviceLocality. parseFrom(byte[] data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static DeviceLocality
DeviceLocality. parseFrom(InputStream input)
static DeviceLocality
DeviceLocality. parseFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static DeviceLocality
DeviceLocality. parseFrom(ByteBuffer data)
static DeviceLocality
DeviceLocality. parseFrom(ByteBuffer data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static DeviceLocality
DeviceLocality. parseFrom(org.nd4j.shade.protobuf.ByteString data)
static DeviceLocality
DeviceLocality. parseFrom(org.nd4j.shade.protobuf.ByteString data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static DeviceLocality
DeviceLocality. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input)
static DeviceLocality
DeviceLocality. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in org.tensorflow.framework that return types with arguments of type DeviceLocality Modifier and Type Method Description org.nd4j.shade.protobuf.Parser<DeviceLocality>
DeviceLocality. getParserForType()
static org.nd4j.shade.protobuf.Parser<DeviceLocality>
DeviceLocality. parser()
Methods in org.tensorflow.framework with parameters of type DeviceLocality Modifier and Type Method Description DeviceLocality.Builder
DeviceLocality.Builder. mergeFrom(DeviceLocality other)
DeviceAttributes.Builder
DeviceAttributes.Builder. mergeLocality(DeviceLocality value)
Platform-specific data about device that may be useful for supporting efficient data transfers.static DeviceLocality.Builder
DeviceLocality. newBuilder(DeviceLocality prototype)
DeviceAttributes.Builder
DeviceAttributes.Builder. setLocality(DeviceLocality value)
Platform-specific data about device that may be useful for supporting efficient data transfers.
-