public interface RecvBufRequestOrBuilder
extends org.nd4j.shade.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getBufPtr()
When RDMA is in use, address of destination field on client.
|
String |
getBufRendezvousKey()
Arbitrary string identifying a BufRendezvous entry.
|
org.nd4j.shade.protobuf.ByteString |
getBufRendezvousKeyBytes()
Arbitrary string identifying a BufRendezvous entry.
|
DeviceLocality |
getClientLocality()
Optional information on client-side device locality.
|
DeviceLocalityOrBuilder |
getClientLocalityOrBuilder()
Optional information on client-side device locality.
|
String |
getDstDevice()
string dst_device = 9; |
org.nd4j.shade.protobuf.ByteString |
getDstDeviceBytes()
string dst_device = 9; |
long |
getNumBytes()
Size of value expected, must agree with BufRendezvous entry.
|
DeviceLocality |
getServerLocality()
Optional information on server-side device locality.
|
DeviceLocalityOrBuilder |
getServerLocalityOrBuilder()
Optional information on server-side device locality.
|
String |
getSrcDevice()
Optional, for annotating the timeline.
|
org.nd4j.shade.protobuf.ByteString |
getSrcDeviceBytes()
Optional, for annotating the timeline.
|
long |
getStepId()
Used at server side to find the correct BufRendezvous.
|
org.nd4j.shade.protobuf.Any |
getTransportOptions()
Optional, implementation-specific data.
|
org.nd4j.shade.protobuf.AnyOrBuilder |
getTransportOptionsOrBuilder()
Optional, implementation-specific data.
|
boolean |
hasClientLocality()
Optional information on client-side device locality.
|
boolean |
hasServerLocality()
Optional information on server-side device locality.
|
boolean |
hasTransportOptions()
Optional, implementation-specific data.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getStepId()
Used at server side to find the correct BufRendezvous.
int64 step_id = 1;String getBufRendezvousKey()
Arbitrary string identifying a BufRendezvous entry.
string buf_rendezvous_key = 2;org.nd4j.shade.protobuf.ByteString getBufRendezvousKeyBytes()
Arbitrary string identifying a BufRendezvous entry.
string buf_rendezvous_key = 2;long getNumBytes()
Size of value expected, must agree with BufRendezvous entry.
int64 num_bytes = 3;long getBufPtr()
When RDMA is in use, address of destination field on client.
fixed64 buf_ptr = 4;boolean hasClientLocality()
Optional information on client-side device locality.
.tensorflow.DeviceLocality client_locality = 5;DeviceLocality getClientLocality()
Optional information on client-side device locality.
.tensorflow.DeviceLocality client_locality = 5;DeviceLocalityOrBuilder getClientLocalityOrBuilder()
Optional information on client-side device locality.
.tensorflow.DeviceLocality client_locality = 5;boolean hasServerLocality()
Optional information on server-side device locality.
.tensorflow.DeviceLocality server_locality = 6;DeviceLocality getServerLocality()
Optional information on server-side device locality.
.tensorflow.DeviceLocality server_locality = 6;DeviceLocalityOrBuilder getServerLocalityOrBuilder()
Optional information on server-side device locality.
.tensorflow.DeviceLocality server_locality = 6;boolean hasTransportOptions()
Optional, implementation-specific data.
.google.protobuf.Any transport_options = 7;org.nd4j.shade.protobuf.Any getTransportOptions()
Optional, implementation-specific data.
.google.protobuf.Any transport_options = 7;org.nd4j.shade.protobuf.AnyOrBuilder getTransportOptionsOrBuilder()
Optional, implementation-specific data.
.google.protobuf.Any transport_options = 7;String getSrcDevice()
Optional, for annotating the timeline.
string src_device = 8;org.nd4j.shade.protobuf.ByteString getSrcDeviceBytes()
Optional, for annotating the timeline.
string src_device = 8;String getDstDevice()
string dst_device = 9;org.nd4j.shade.protobuf.ByteString getDstDeviceBytes()
string dst_device = 9;Copyright © 2021. All rights reserved.