public final class VariantTensorDataProto extends com.google.protobuf.GeneratedMessageV3 implements VariantTensorDataProtoOrBuilder
Protocol buffer representing the serialization format of DT_VARIANT tensors.Protobuf type
tensorflow.VariantTensorDataProto| Modifier and Type | Class and Description |
|---|---|
static class |
VariantTensorDataProto.Builder
Protocol buffer representing the serialization format of DT_VARIANT tensors.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
METADATA_FIELD_NUMBER |
static int |
TENSORS_FIELD_NUMBER |
static int |
TYPE_NAME_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static VariantTensorDataProto |
getDefaultInstance() |
VariantTensorDataProto |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.ByteString |
getMetadata()
Portions of the object that are not Tensors.
|
com.google.protobuf.Parser<VariantTensorDataProto> |
getParserForType() |
int |
getSerializedSize() |
TensorProto |
getTensors(int index)
Tensors contained within objects being serialized.
|
int |
getTensorsCount()
Tensors contained within objects being serialized.
|
List<TensorProto> |
getTensorsList()
Tensors contained within objects being serialized.
|
TensorProtoOrBuilder |
getTensorsOrBuilder(int index)
Tensors contained within objects being serialized.
|
List<? extends TensorProtoOrBuilder> |
getTensorsOrBuilderList()
Tensors contained within objects being serialized.
|
String |
getTypeName()
Name of the type of objects being serialized.
|
com.google.protobuf.ByteString |
getTypeNameBytes()
Name of the type of objects being serialized.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static VariantTensorDataProto.Builder |
newBuilder() |
static VariantTensorDataProto.Builder |
newBuilder(VariantTensorDataProto prototype) |
VariantTensorDataProto.Builder |
newBuilderForType() |
protected VariantTensorDataProto.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static VariantTensorDataProto |
parseDelimitedFrom(InputStream input) |
static VariantTensorDataProto |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VariantTensorDataProto |
parseFrom(byte[] data) |
static VariantTensorDataProto |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VariantTensorDataProto |
parseFrom(ByteBuffer data) |
static VariantTensorDataProto |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VariantTensorDataProto |
parseFrom(com.google.protobuf.ByteString data) |
static VariantTensorDataProto |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VariantTensorDataProto |
parseFrom(com.google.protobuf.CodedInputStream input) |
static VariantTensorDataProto |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VariantTensorDataProto |
parseFrom(InputStream input) |
static VariantTensorDataProto |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<VariantTensorDataProto> |
parser() |
VariantTensorDataProto.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.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, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int TYPE_NAME_FIELD_NUMBER
public static final int METADATA_FIELD_NUMBER
public static final int TENSORS_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public String getTypeName()
Name of the type of objects being serialized.
string type_name = 1;getTypeName in interface VariantTensorDataProtoOrBuilderpublic com.google.protobuf.ByteString getTypeNameBytes()
Name of the type of objects being serialized.
string type_name = 1;getTypeNameBytes in interface VariantTensorDataProtoOrBuilderpublic com.google.protobuf.ByteString getMetadata()
Portions of the object that are not Tensors.
bytes metadata = 2;getMetadata in interface VariantTensorDataProtoOrBuilderpublic List<TensorProto> getTensorsList()
Tensors contained within objects being serialized.
repeated .tensorflow.TensorProto tensors = 3;getTensorsList in interface VariantTensorDataProtoOrBuilderpublic List<? extends TensorProtoOrBuilder> getTensorsOrBuilderList()
Tensors contained within objects being serialized.
repeated .tensorflow.TensorProto tensors = 3;getTensorsOrBuilderList in interface VariantTensorDataProtoOrBuilderpublic int getTensorsCount()
Tensors contained within objects being serialized.
repeated .tensorflow.TensorProto tensors = 3;getTensorsCount in interface VariantTensorDataProtoOrBuilderpublic TensorProto getTensors(int index)
Tensors contained within objects being serialized.
repeated .tensorflow.TensorProto tensors = 3;getTensors in interface VariantTensorDataProtoOrBuilderpublic TensorProtoOrBuilder getTensorsOrBuilder(int index)
Tensors contained within objects being serialized.
repeated .tensorflow.TensorProto tensors = 3;getTensorsOrBuilder in interface VariantTensorDataProtoOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static VariantTensorDataProto parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static VariantTensorDataProto parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static VariantTensorDataProto parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static VariantTensorDataProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static VariantTensorDataProto parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static VariantTensorDataProto parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static VariantTensorDataProto parseFrom(InputStream input) throws IOException
IOExceptionpublic static VariantTensorDataProto parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static VariantTensorDataProto parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static VariantTensorDataProto parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static VariantTensorDataProto parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static VariantTensorDataProto parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic VariantTensorDataProto.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static VariantTensorDataProto.Builder newBuilder()
public static VariantTensorDataProto.Builder newBuilder(VariantTensorDataProto prototype)
public VariantTensorDataProto.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected VariantTensorDataProto.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static VariantTensorDataProto getDefaultInstance()
public static com.google.protobuf.Parser<VariantTensorDataProto> parser()
public com.google.protobuf.Parser<VariantTensorDataProto> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public VariantTensorDataProto getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2015–2019. All rights reserved.