public static interface TensorInfo.CompositeTensorOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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.
|
Struct.TypeSpecProto |
getTypeSpec()
The serialized TypeSpec for the composite tensor.
|
Struct.TypeSpecProtoOrBuilder |
getTypeSpecOrBuilder()
The serialized TypeSpec for the composite tensor.
|
boolean |
hasTypeSpec()
The serialized TypeSpec for the composite tensor.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasTypeSpec()
The serialized TypeSpec for the composite tensor.
.tensorflow.TypeSpecProto type_spec = 1;Struct.TypeSpecProto getTypeSpec()
The serialized TypeSpec for the composite tensor.
.tensorflow.TypeSpecProto type_spec = 1;Struct.TypeSpecProtoOrBuilder getTypeSpecOrBuilder()
The serialized TypeSpec for the composite tensor.
.tensorflow.TypeSpecProto type_spec = 1;java.util.List<TensorInfo> getComponentsList()
A TensorInfo for each flattened component tensor.
repeated .tensorflow.TensorInfo components = 2;TensorInfo getComponents(int index)
A TensorInfo for each flattened component tensor.
repeated .tensorflow.TensorInfo components = 2;int getComponentsCount()
A TensorInfo for each flattened component tensor.
repeated .tensorflow.TensorInfo components = 2;java.util.List<? extends TensorInfoOrBuilder> getComponentsOrBuilderList()
A TensorInfo for each flattened component tensor.
repeated .tensorflow.TensorInfo components = 2;TensorInfoOrBuilder getComponentsOrBuilder(int index)
A TensorInfo for each flattened component tensor.
repeated .tensorflow.TensorInfo components = 2;