public final class CompleteInstanceRequest extends com.github.os72.protobuf351.GeneratedMessageV3 implements CompleteInstanceRequestOrBuilder
Supplies data about one collective op belonging to the instance identified by instance_key. Service will respond when all group_size ops have become known. Most of the data being sent is for correctness checking, to ensure that all ops in the instance share common attributes.Protobuf type
tensorflow.CompleteInstanceRequest
Modifier and Type | Class and Description |
---|---|
static class |
CompleteInstanceRequest.Builder
Supplies data about one collective op belonging to the instance identified
by instance_key.
|
com.github.os72.protobuf351.GeneratedMessageV3.BuilderParent, com.github.os72.protobuf351.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.github.os72.protobuf351.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.github.os72.protobuf351.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.github.os72.protobuf351.GeneratedMessageV3.ExtendableMessage<MessageType extends com.github.os72.protobuf351.GeneratedMessageV3.ExtendableMessage>, com.github.os72.protobuf351.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.github.os72.protobuf351.GeneratedMessageV3.ExtendableMessage>, com.github.os72.protobuf351.GeneratedMessageV3.FieldAccessorTable
Modifier and Type | Field and Description |
---|---|
static int |
DATA_TYPE_FIELD_NUMBER |
static int |
DEVICE_FIELD_NUMBER |
static int |
DEVICE_TYPE_FIELD_NUMBER |
static int |
GROUP_KEY_FIELD_NUMBER |
static int |
GROUP_SIZE_FIELD_NUMBER |
static int |
INSTANCE_KEY_FIELD_NUMBER |
static int |
IS_SOURCE_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
SHAPE_FIELD_NUMBER |
static int |
SUBDIV_OFFSET_FIELD_NUMBER |
static int |
TYPE_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
DataType |
getDataType()
.tensorflow.DataType data_type = 3; |
int |
getDataTypeValue()
.tensorflow.DataType data_type = 3; |
static CompleteInstanceRequest |
getDefaultInstance() |
CompleteInstanceRequest |
getDefaultInstanceForType() |
static com.github.os72.protobuf351.Descriptors.Descriptor |
getDescriptor() |
String |
getDevice()
string device = 10; |
com.github.os72.protobuf351.ByteString |
getDeviceBytes()
string device = 10; |
String |
getDeviceType()
string device_type = 8; |
com.github.os72.protobuf351.ByteString |
getDeviceTypeBytes()
string device_type = 8; |
int |
getGroupKey()
int32 group_key = 5; |
int |
getGroupSize()
int32 group_size = 6; |
int |
getInstanceKey()
int32 instance_key = 7; |
boolean |
getIsSource()
bool is_source = 11; |
String |
getName()
string name = 1; |
com.github.os72.protobuf351.ByteString |
getNameBytes()
string name = 1; |
com.github.os72.protobuf351.Parser<CompleteInstanceRequest> |
getParserForType() |
int |
getSerializedSize() |
TensorShapeProto |
getShape()
.tensorflow.TensorShapeProto shape = 4; |
TensorShapeProtoOrBuilder |
getShapeOrBuilder()
.tensorflow.TensorShapeProto shape = 4; |
int |
getSubdivOffset(int index)
repeated int32 subdiv_offset = 9; |
int |
getSubdivOffsetCount()
repeated int32 subdiv_offset = 9; |
List<Integer> |
getSubdivOffsetList()
repeated int32 subdiv_offset = 9; |
int |
getType()
int32 type = 2; |
com.github.os72.protobuf351.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasShape()
.tensorflow.TensorShapeProto shape = 4; |
protected com.github.os72.protobuf351.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static CompleteInstanceRequest.Builder |
newBuilder() |
static CompleteInstanceRequest.Builder |
newBuilder(CompleteInstanceRequest prototype) |
CompleteInstanceRequest.Builder |
newBuilderForType() |
protected CompleteInstanceRequest.Builder |
newBuilderForType(com.github.os72.protobuf351.GeneratedMessageV3.BuilderParent parent) |
static CompleteInstanceRequest |
parseDelimitedFrom(InputStream input) |
static CompleteInstanceRequest |
parseDelimitedFrom(InputStream input,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static CompleteInstanceRequest |
parseFrom(byte[] data) |
static CompleteInstanceRequest |
parseFrom(byte[] data,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static CompleteInstanceRequest |
parseFrom(ByteBuffer data) |
static CompleteInstanceRequest |
parseFrom(ByteBuffer data,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static CompleteInstanceRequest |
parseFrom(com.github.os72.protobuf351.ByteString data) |
static CompleteInstanceRequest |
parseFrom(com.github.os72.protobuf351.ByteString data,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static CompleteInstanceRequest |
parseFrom(com.github.os72.protobuf351.CodedInputStream input) |
static CompleteInstanceRequest |
parseFrom(com.github.os72.protobuf351.CodedInputStream input,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static CompleteInstanceRequest |
parseFrom(InputStream input) |
static CompleteInstanceRequest |
parseFrom(InputStream input,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static com.github.os72.protobuf351.Parser<CompleteInstanceRequest> |
parser() |
CompleteInstanceRequest.Builder |
toBuilder() |
void |
writeTo(com.github.os72.protobuf351.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static final int NAME_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
public static final int DATA_TYPE_FIELD_NUMBER
public static final int SHAPE_FIELD_NUMBER
public static final int GROUP_KEY_FIELD_NUMBER
public static final int GROUP_SIZE_FIELD_NUMBER
public static final int INSTANCE_KEY_FIELD_NUMBER
public static final int DEVICE_TYPE_FIELD_NUMBER
public static final int SUBDIV_OFFSET_FIELD_NUMBER
public static final int DEVICE_FIELD_NUMBER
public static final int IS_SOURCE_FIELD_NUMBER
public final com.github.os72.protobuf351.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.github.os72.protobuf351.MessageOrBuilder
getUnknownFields
in class com.github.os72.protobuf351.GeneratedMessageV3
public static final com.github.os72.protobuf351.Descriptors.Descriptor getDescriptor()
protected com.github.os72.protobuf351.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.github.os72.protobuf351.GeneratedMessageV3
public String getName()
string name = 1;
getName
in interface CompleteInstanceRequestOrBuilder
public com.github.os72.protobuf351.ByteString getNameBytes()
string name = 1;
getNameBytes
in interface CompleteInstanceRequestOrBuilder
public int getType()
int32 type = 2;
getType
in interface CompleteInstanceRequestOrBuilder
public int getDataTypeValue()
.tensorflow.DataType data_type = 3;
getDataTypeValue
in interface CompleteInstanceRequestOrBuilder
public DataType getDataType()
.tensorflow.DataType data_type = 3;
getDataType
in interface CompleteInstanceRequestOrBuilder
public boolean hasShape()
.tensorflow.TensorShapeProto shape = 4;
hasShape
in interface CompleteInstanceRequestOrBuilder
public TensorShapeProto getShape()
.tensorflow.TensorShapeProto shape = 4;
getShape
in interface CompleteInstanceRequestOrBuilder
public TensorShapeProtoOrBuilder getShapeOrBuilder()
.tensorflow.TensorShapeProto shape = 4;
getShapeOrBuilder
in interface CompleteInstanceRequestOrBuilder
public int getGroupKey()
int32 group_key = 5;
getGroupKey
in interface CompleteInstanceRequestOrBuilder
public int getGroupSize()
int32 group_size = 6;
getGroupSize
in interface CompleteInstanceRequestOrBuilder
public int getInstanceKey()
int32 instance_key = 7;
getInstanceKey
in interface CompleteInstanceRequestOrBuilder
public String getDeviceType()
string device_type = 8;
getDeviceType
in interface CompleteInstanceRequestOrBuilder
public com.github.os72.protobuf351.ByteString getDeviceTypeBytes()
string device_type = 8;
getDeviceTypeBytes
in interface CompleteInstanceRequestOrBuilder
public List<Integer> getSubdivOffsetList()
repeated int32 subdiv_offset = 9;
getSubdivOffsetList
in interface CompleteInstanceRequestOrBuilder
public int getSubdivOffsetCount()
repeated int32 subdiv_offset = 9;
getSubdivOffsetCount
in interface CompleteInstanceRequestOrBuilder
public int getSubdivOffset(int index)
repeated int32 subdiv_offset = 9;
getSubdivOffset
in interface CompleteInstanceRequestOrBuilder
public String getDevice()
string device = 10;
getDevice
in interface CompleteInstanceRequestOrBuilder
public com.github.os72.protobuf351.ByteString getDeviceBytes()
string device = 10;
getDeviceBytes
in interface CompleteInstanceRequestOrBuilder
public boolean getIsSource()
bool is_source = 11;
getIsSource
in interface CompleteInstanceRequestOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.github.os72.protobuf351.MessageLiteOrBuilder
isInitialized
in class com.github.os72.protobuf351.GeneratedMessageV3
public void writeTo(com.github.os72.protobuf351.CodedOutputStream output) throws IOException
writeTo
in interface com.github.os72.protobuf351.MessageLite
writeTo
in class com.github.os72.protobuf351.GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface com.github.os72.protobuf351.MessageLite
getSerializedSize
in class com.github.os72.protobuf351.GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface com.github.os72.protobuf351.Message
equals
in class com.github.os72.protobuf351.AbstractMessage
public int hashCode()
hashCode
in interface com.github.os72.protobuf351.Message
hashCode
in class com.github.os72.protobuf351.AbstractMessage
public static CompleteInstanceRequest parseFrom(ByteBuffer data) throws com.github.os72.protobuf351.InvalidProtocolBufferException
com.github.os72.protobuf351.InvalidProtocolBufferException
public static CompleteInstanceRequest parseFrom(ByteBuffer data, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws com.github.os72.protobuf351.InvalidProtocolBufferException
com.github.os72.protobuf351.InvalidProtocolBufferException
public static CompleteInstanceRequest parseFrom(com.github.os72.protobuf351.ByteString data) throws com.github.os72.protobuf351.InvalidProtocolBufferException
com.github.os72.protobuf351.InvalidProtocolBufferException
public static CompleteInstanceRequest parseFrom(com.github.os72.protobuf351.ByteString data, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws com.github.os72.protobuf351.InvalidProtocolBufferException
com.github.os72.protobuf351.InvalidProtocolBufferException
public static CompleteInstanceRequest parseFrom(byte[] data) throws com.github.os72.protobuf351.InvalidProtocolBufferException
com.github.os72.protobuf351.InvalidProtocolBufferException
public static CompleteInstanceRequest parseFrom(byte[] data, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws com.github.os72.protobuf351.InvalidProtocolBufferException
com.github.os72.protobuf351.InvalidProtocolBufferException
public static CompleteInstanceRequest parseFrom(InputStream input) throws IOException
IOException
public static CompleteInstanceRequest parseFrom(InputStream input, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static CompleteInstanceRequest parseDelimitedFrom(InputStream input) throws IOException
IOException
public static CompleteInstanceRequest parseDelimitedFrom(InputStream input, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static CompleteInstanceRequest parseFrom(com.github.os72.protobuf351.CodedInputStream input) throws IOException
IOException
public static CompleteInstanceRequest parseFrom(com.github.os72.protobuf351.CodedInputStream input, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public CompleteInstanceRequest.Builder newBuilderForType()
newBuilderForType
in interface com.github.os72.protobuf351.Message
newBuilderForType
in interface com.github.os72.protobuf351.MessageLite
public static CompleteInstanceRequest.Builder newBuilder()
public static CompleteInstanceRequest.Builder newBuilder(CompleteInstanceRequest prototype)
public CompleteInstanceRequest.Builder toBuilder()
toBuilder
in interface com.github.os72.protobuf351.Message
toBuilder
in interface com.github.os72.protobuf351.MessageLite
protected CompleteInstanceRequest.Builder newBuilderForType(com.github.os72.protobuf351.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.github.os72.protobuf351.GeneratedMessageV3
public static CompleteInstanceRequest getDefaultInstance()
public static com.github.os72.protobuf351.Parser<CompleteInstanceRequest> parser()
public com.github.os72.protobuf351.Parser<CompleteInstanceRequest> getParserForType()
getParserForType
in interface com.github.os72.protobuf351.Message
getParserForType
in interface com.github.os72.protobuf351.MessageLite
getParserForType
in class com.github.os72.protobuf351.GeneratedMessageV3
public CompleteInstanceRequest getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.github.os72.protobuf351.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.github.os72.protobuf351.MessageOrBuilder
Copyright © 2018. All rights reserved.