TensorInfo.CompositeTensor

public static final class TensorInfo.CompositeTensor

 Generic encoding for composite tensors.
 
Protobuf type tensorflow.TensorInfo.CompositeTensor

Nested Classes

class TensorInfo.CompositeTensor.Builder
 Generic encoding for composite tensors. 

Constants

int COMPONENTS_FIELD_NUMBER
int TYPE_SPEC_FIELD_NUMBER

Public Methods

boolean
equals(Object obj)
TensorInfo
getComponents(int index)
 A TensorInfo for each flattened component tensor.
int
getComponentsCount()
 A TensorInfo for each flattened component tensor.
List<TensorInfo>
getComponentsList()
 A TensorInfo for each flattened component tensor.
TensorInfoOrBuilder
getComponentsOrBuilder(int index)
 A TensorInfo for each flattened component tensor.
List<? extends TensorInfoOrBuilder>
getComponentsOrBuilderList()
 A TensorInfo for each flattened component tensor.
static TensorInfo.CompositeTensor
TensorInfo.CompositeTensor
final static com.google.protobuf.Descriptors.Descriptor
int
TypeSpecProto
getTypeSpec()
 The serialized TypeSpec for the composite tensor.
TypeSpecProtoOrBuilder
getTypeSpecOrBuilder()
 The serialized TypeSpec for the composite tensor.
final com.google.protobuf.UnknownFieldSet
boolean
hasTypeSpec()
 The serialized TypeSpec for the composite tensor.
int
final boolean
static TensorInfo.CompositeTensor.Builder
static TensorInfo.CompositeTensor.Builder
TensorInfo.CompositeTensor.Builder
static TensorInfo.CompositeTensor
parseDelimitedFrom(InputStream input)
static TensorInfo.CompositeTensor
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TensorInfo.CompositeTensor
parseFrom(ByteBuffer data)
static TensorInfo.CompositeTensor
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TensorInfo.CompositeTensor
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TensorInfo.CompositeTensor
parseFrom(com.google.protobuf.CodedInputStream input)
static TensorInfo.CompositeTensor
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TensorInfo.CompositeTensor
parseFrom(com.google.protobuf.ByteString data)
static TensorInfo.CompositeTensor
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TensorInfo.CompositeTensor
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static
parser()
TensorInfo.CompositeTensor.Builder
void
writeTo(com.google.protobuf.CodedOutputStream output)

Inherited Methods

Constants

public static final int COMPONENTS_FIELD_NUMBER

Constant Value: 2

public static final int TYPE_SPEC_FIELD_NUMBER

Constant Value: 1

Public Methods

public boolean equals (Object obj)

public TensorInfo getComponents (int index)

 A TensorInfo for each flattened component tensor.
 
repeated .tensorflow.TensorInfo components = 2;

public int getComponentsCount ()

 A TensorInfo for each flattened component tensor.
 
repeated .tensorflow.TensorInfo components = 2;

public List<TensorInfo> getComponentsList ()

 A TensorInfo for each flattened component tensor.
 
repeated .tensorflow.TensorInfo components = 2;

public TensorInfoOrBuilder getComponentsOrBuilder (int index)

 A TensorInfo for each flattened component tensor.
 
repeated .tensorflow.TensorInfo components = 2;

public List<? extends TensorInfoOrBuilder> getComponentsOrBuilderList ()

 A TensorInfo for each flattened component tensor.
 
repeated .tensorflow.TensorInfo components = 2;

public static TensorInfo.CompositeTensor getDefaultInstance ()

public TensorInfo.CompositeTensor getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public getParserForType ()

public int getSerializedSize ()

public TypeSpecProto getTypeSpec ()

 The serialized TypeSpec for the composite tensor.
 
.tensorflow.TypeSpecProto type_spec = 1;

public TypeSpecProtoOrBuilder getTypeSpecOrBuilder ()

 The serialized TypeSpec for the composite tensor.
 
.tensorflow.TypeSpecProto type_spec = 1;

public final com.google.protobuf.UnknownFieldSet getUnknownFields ()

public boolean hasTypeSpec ()

 The serialized TypeSpec for the composite tensor.
 
.tensorflow.TypeSpecProto type_spec = 1;

public int hashCode ()

public final boolean isInitialized ()

public static TensorInfo.CompositeTensor.Builder newBuilder (TensorInfo.CompositeTensor prototype)

public static TensorInfo.CompositeTensor.Builder newBuilder ()

public TensorInfo.CompositeTensor.Builder newBuilderForType ()

public static TensorInfo.CompositeTensor parseDelimitedFrom (InputStream input)

Throws
IOException

public static TensorInfo.CompositeTensor parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
IOException

public static TensorInfo.CompositeTensor parseFrom (ByteBuffer data)

Throws
InvalidProtocolBufferException

public static TensorInfo.CompositeTensor parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
IOException

public static TensorInfo.CompositeTensor parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
InvalidProtocolBufferException

public static TensorInfo.CompositeTensor parseFrom (com.google.protobuf.CodedInputStream input)

Throws
IOException

public static TensorInfo.CompositeTensor parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
InvalidProtocolBufferException

public static TensorInfo.CompositeTensor parseFrom (com.google.protobuf.ByteString data)

Throws
InvalidProtocolBufferException

public static TensorInfo.CompositeTensor parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
IOException

public static TensorInfo.CompositeTensor parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
InvalidProtocolBufferException

public static parser ()

public void writeTo (com.google.protobuf.CodedOutputStream output)

Throws
IOException