Package | Description |
---|---|
org.tensorflow.distruntime | |
org.tensorflow.framework |
Modifier and Type | Method and Description |
---|---|
DeviceLocality |
RecvTensorRequest.getClientLocality()
Optional information on client-side device locality.
|
DeviceLocality |
RecvTensorRequest.Builder.getClientLocality()
Optional information on client-side device locality.
|
DeviceLocality |
RecvBufRequestOrBuilder.getClientLocality()
Optional information on client-side device locality.
|
DeviceLocality |
RecvBufRequest.getClientLocality()
Optional information on client-side device locality.
|
DeviceLocality |
RecvBufRequest.Builder.getClientLocality()
Optional information on client-side device locality.
|
DeviceLocality |
RecvTensorRequestOrBuilder.getClientLocality()
Optional information on client-side device locality.
|
DeviceLocality |
RecvTensorRequest.getServerLocality()
Optional information on server-side device locality.
|
DeviceLocality |
RecvTensorRequest.Builder.getServerLocality()
Optional information on server-side device locality.
|
DeviceLocality |
RecvBufRequestOrBuilder.getServerLocality()
Optional information on server-side device locality.
|
DeviceLocality |
RecvBufRequest.getServerLocality()
Optional information on server-side device locality.
|
DeviceLocality |
RecvBufRequest.Builder.getServerLocality()
Optional information on server-side device locality.
|
DeviceLocality |
RecvTensorRequestOrBuilder.getServerLocality()
Optional information on server-side device locality.
|
Modifier and Type | Method and Description |
---|---|
RecvTensorRequest.Builder |
RecvTensorRequest.Builder.mergeClientLocality(DeviceLocality value)
Optional information on client-side device locality.
|
RecvBufRequest.Builder |
RecvBufRequest.Builder.mergeClientLocality(DeviceLocality value)
Optional information on client-side device locality.
|
RecvTensorRequest.Builder |
RecvTensorRequest.Builder.mergeServerLocality(DeviceLocality value)
Optional information on server-side device locality.
|
RecvBufRequest.Builder |
RecvBufRequest.Builder.mergeServerLocality(DeviceLocality value)
Optional information on server-side device locality.
|
RecvTensorRequest.Builder |
RecvTensorRequest.Builder.setClientLocality(DeviceLocality value)
Optional information on client-side device locality.
|
RecvBufRequest.Builder |
RecvBufRequest.Builder.setClientLocality(DeviceLocality value)
Optional information on client-side device locality.
|
RecvTensorRequest.Builder |
RecvTensorRequest.Builder.setServerLocality(DeviceLocality value)
Optional information on server-side device locality.
|
RecvBufRequest.Builder |
RecvBufRequest.Builder.setServerLocality(DeviceLocality value)
Optional information on server-side device locality.
|
Modifier and Type | Method and Description |
---|---|
DeviceLocality |
DeviceLocality.Builder.build() |
DeviceLocality |
DeviceLocality.Builder.buildPartial() |
static DeviceLocality |
DeviceLocality.getDefaultInstance() |
DeviceLocality |
DeviceLocality.getDefaultInstanceForType() |
DeviceLocality |
DeviceLocality.Builder.getDefaultInstanceForType() |
DeviceLocality |
DeviceAttributes.getLocality()
Platform-specific data about device that may be useful
for supporting efficient data transfers.
|
DeviceLocality |
DeviceAttributes.Builder.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(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) |
static DeviceLocality |
DeviceLocality.parseFrom(InputStream input) |
static DeviceLocality |
DeviceLocality.parseFrom(InputStream input,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
org.nd4j.shade.protobuf.Parser<DeviceLocality> |
DeviceLocality.getParserForType() |
static org.nd4j.shade.protobuf.Parser<DeviceLocality> |
DeviceLocality.parser() |
Modifier and Type | Method and 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.
|
Copyright © 2022. All rights reserved.