public static final class TensorInfo.CompositeTensor extends com.google.protobuf.GeneratedMessageV3 implements TensorInfo.CompositeTensorOrBuilder
Generic encoding for composite tensors.Protobuf type
tensorflow.TensorInfo.CompositeTensor| Modifier and Type | Class and Description |
|---|---|
static class |
TensorInfo.CompositeTensor.Builder
Generic encoding for composite 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, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
COMPONENTS_FIELD_NUMBER |
static int |
TYPE_SPEC_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
TensorInfo |
getComponents(int index)
A TensorInfo for each flattened component tensor.
|
int |
getComponentsCount()
A TensorInfo for each flattened component tensor.
|
java.util.List<TensorInfo> |
getComponentsList()
A TensorInfo for each flattened component tensor.
|
TensorInfoOrBuilder |
getComponentsOrBuilder(int index)
A TensorInfo for each flattened component tensor.
|
java.util.List<? extends TensorInfoOrBuilder> |
getComponentsOrBuilderList()
A TensorInfo for each flattened component tensor.
|
static TensorInfo.CompositeTensor |
getDefaultInstance() |
TensorInfo.CompositeTensor |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Parser<TensorInfo.CompositeTensor> |
getParserForType() |
int |
getSerializedSize() |
Struct.TypeSpecProto |
getTypeSpec()
The serialized TypeSpec for the composite tensor.
|
Struct.TypeSpecProtoOrBuilder |
getTypeSpecOrBuilder()
The serialized TypeSpec for the composite tensor.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasTypeSpec()
The serialized TypeSpec for the composite tensor.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static TensorInfo.CompositeTensor.Builder |
newBuilder() |
static TensorInfo.CompositeTensor.Builder |
newBuilder(TensorInfo.CompositeTensor prototype) |
TensorInfo.CompositeTensor.Builder |
newBuilderForType() |
protected TensorInfo.CompositeTensor.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected java.lang.Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static TensorInfo.CompositeTensor |
parseDelimitedFrom(java.io.InputStream input) |
static TensorInfo.CompositeTensor |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TensorInfo.CompositeTensor |
parseFrom(byte[] data) |
static TensorInfo.CompositeTensor |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TensorInfo.CompositeTensor |
parseFrom(java.nio.ByteBuffer data) |
static TensorInfo.CompositeTensor |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TensorInfo.CompositeTensor |
parseFrom(com.google.protobuf.ByteString data) |
static TensorInfo.CompositeTensor |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TensorInfo.CompositeTensor |
parseFrom(com.google.protobuf.CodedInputStream input) |
static TensorInfo.CompositeTensor |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TensorInfo.CompositeTensor |
parseFrom(java.io.InputStream input) |
static TensorInfo.CompositeTensor |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<TensorInfo.CompositeTensor> |
parser() |
TensorInfo.CompositeTensor.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, 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_SPEC_FIELD_NUMBER
public static final int COMPONENTS_FIELD_NUMBER
protected java.lang.Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public 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 boolean hasTypeSpec()
The serialized TypeSpec for the composite tensor.
.tensorflow.TypeSpecProto type_spec = 1;hasTypeSpec in interface TensorInfo.CompositeTensorOrBuilderpublic Struct.TypeSpecProto getTypeSpec()
The serialized TypeSpec for the composite tensor.
.tensorflow.TypeSpecProto type_spec = 1;getTypeSpec in interface TensorInfo.CompositeTensorOrBuilderpublic Struct.TypeSpecProtoOrBuilder getTypeSpecOrBuilder()
The serialized TypeSpec for the composite tensor.
.tensorflow.TypeSpecProto type_spec = 1;getTypeSpecOrBuilder in interface TensorInfo.CompositeTensorOrBuilderpublic java.util.List<TensorInfo> getComponentsList()
A TensorInfo for each flattened component tensor.
repeated .tensorflow.TensorInfo components = 2;getComponentsList in interface TensorInfo.CompositeTensorOrBuilderpublic java.util.List<? extends TensorInfoOrBuilder> getComponentsOrBuilderList()
A TensorInfo for each flattened component tensor.
repeated .tensorflow.TensorInfo components = 2;getComponentsOrBuilderList in interface TensorInfo.CompositeTensorOrBuilderpublic int getComponentsCount()
A TensorInfo for each flattened component tensor.
repeated .tensorflow.TensorInfo components = 2;getComponentsCount in interface TensorInfo.CompositeTensorOrBuilderpublic TensorInfo getComponents(int index)
A TensorInfo for each flattened component tensor.
repeated .tensorflow.TensorInfo components = 2;getComponents in interface TensorInfo.CompositeTensorOrBuilderpublic TensorInfoOrBuilder getComponentsOrBuilder(int index)
A TensorInfo for each flattened component tensor.
repeated .tensorflow.TensorInfo components = 2;getComponentsOrBuilder in interface TensorInfo.CompositeTensorOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3java.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(java.lang.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 TensorInfo.CompositeTensor parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TensorInfo.CompositeTensor parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TensorInfo.CompositeTensor parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TensorInfo.CompositeTensor parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TensorInfo.CompositeTensor parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TensorInfo.CompositeTensor parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TensorInfo.CompositeTensor parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static TensorInfo.CompositeTensor parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static TensorInfo.CompositeTensor parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static TensorInfo.CompositeTensor parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static TensorInfo.CompositeTensor parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static TensorInfo.CompositeTensor parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic TensorInfo.CompositeTensor.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static TensorInfo.CompositeTensor.Builder newBuilder()
public static TensorInfo.CompositeTensor.Builder newBuilder(TensorInfo.CompositeTensor prototype)
public TensorInfo.CompositeTensor.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected TensorInfo.CompositeTensor.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static TensorInfo.CompositeTensor getDefaultInstance()
public static com.google.protobuf.Parser<TensorInfo.CompositeTensor> parser()
public com.google.protobuf.Parser<TensorInfo.CompositeTensor> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public TensorInfo.CompositeTensor getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder