public interface RecvBufResponseOrBuilder
extends org.nd4j.shade.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getBufPtr()
Address of source field on server.
|
boolean |
getIsDead()
True if value is 'dead' like a tensor.
|
long |
getNumBytes()
Byte length of buf_ptr field, if set.
|
long |
getSendStartMicros()
Optional, for timeline.
|
org.nd4j.shade.protobuf.Any |
getTransportOptions()
Optional, implementation-specific data.
|
org.nd4j.shade.protobuf.AnyOrBuilder |
getTransportOptionsOrBuilder()
Optional, implementation-specific data.
|
boolean |
hasTransportOptions()
Optional, implementation-specific data.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getBufPtr()
Address of source field on server.
fixed64 buf_ptr = 1;long getNumBytes()
Byte length of buf_ptr field, if set.
int64 num_bytes = 2;boolean getIsDead()
True if value is 'dead' like a tensor.
bool is_dead = 3;boolean hasTransportOptions()
Optional, implementation-specific data.
.google.protobuf.Any transport_options = 4;org.nd4j.shade.protobuf.Any getTransportOptions()
Optional, implementation-specific data.
.google.protobuf.Any transport_options = 4;org.nd4j.shade.protobuf.AnyOrBuilder getTransportOptionsOrBuilder()
Optional, implementation-specific data.
.google.protobuf.Any transport_options = 4;long getSendStartMicros()
Optional, for timeline.
int64 send_start_micros = 5;Copyright © 2021. All rights reserved.