public final class
SnapshotTensorMetadata
Metadata for all the tensors in a Snapshot Record.
tensorflow.data.experimental.SnapshotTensorMetadata
Nested Classes
class | SnapshotTensorMetadata.Builder | Metadata for all the tensors in a Snapshot Record. |
Constants
int | TENSOR_METADATA_FIELD_NUMBER |
Public Methods
boolean |
equals(Object obj)
|
static SnapshotTensorMetadata | |
SnapshotTensorMetadata | |
final static com.google.protobuf.Descriptors.Descriptor | |
|
|
int | |
TensorMetadata |
getTensorMetadata(int index)
repeated .tensorflow.data.experimental.TensorMetadata tensor_metadata = 1;
|
int |
getTensorMetadataCount()
repeated .tensorflow.data.experimental.TensorMetadata tensor_metadata = 1;
|
List<TensorMetadata> |
getTensorMetadataList()
repeated .tensorflow.data.experimental.TensorMetadata tensor_metadata = 1;
|
TensorMetadataOrBuilder |
getTensorMetadataOrBuilder(int index)
repeated .tensorflow.data.experimental.TensorMetadata tensor_metadata = 1;
|
List<? extends TensorMetadataOrBuilder> |
getTensorMetadataOrBuilderList()
repeated .tensorflow.data.experimental.TensorMetadata tensor_metadata = 1;
|
final com.google.protobuf.UnknownFieldSet | |
int |
hashCode()
|
final boolean | |
static SnapshotTensorMetadata.Builder | |
static SnapshotTensorMetadata.Builder |
newBuilder(SnapshotTensorMetadata prototype)
|
SnapshotTensorMetadata.Builder | |
static SnapshotTensorMetadata |
parseDelimitedFrom(InputStream input)
|
static SnapshotTensorMetadata |
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static SnapshotTensorMetadata |
parseFrom(ByteBuffer data)
|
static SnapshotTensorMetadata |
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static SnapshotTensorMetadata |
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static SnapshotTensorMetadata |
parseFrom(com.google.protobuf.CodedInputStream input)
|
static SnapshotTensorMetadata |
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static SnapshotTensorMetadata |
parseFrom(com.google.protobuf.ByteString data)
|
static SnapshotTensorMetadata |
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static SnapshotTensorMetadata |
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static
|
parser()
|
SnapshotTensorMetadata.Builder | |
void |
writeTo(com.google.protobuf.CodedOutputStream output)
|
Inherited Methods
Constants
public static final int TENSOR_METADATA_FIELD_NUMBER
Constant Value:
1
Public Methods
public boolean equals (Object obj)
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public
getParserForType
()
public int getSerializedSize ()
public TensorMetadata getTensorMetadata (int index)
repeated .tensorflow.data.experimental.TensorMetadata tensor_metadata = 1;
public int getTensorMetadataCount ()
repeated .tensorflow.data.experimental.TensorMetadata tensor_metadata = 1;
public List<TensorMetadata> getTensorMetadataList ()
repeated .tensorflow.data.experimental.TensorMetadata tensor_metadata = 1;
public TensorMetadataOrBuilder getTensorMetadataOrBuilder (int index)
repeated .tensorflow.data.experimental.TensorMetadata tensor_metadata = 1;
public List<? extends TensorMetadataOrBuilder> getTensorMetadataOrBuilderList ()
repeated .tensorflow.data.experimental.TensorMetadata tensor_metadata = 1;
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
public final boolean isInitialized ()
public static SnapshotTensorMetadata parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static SnapshotTensorMetadata parseFrom (ByteBuffer data)
Throws
InvalidProtocolBufferException |
---|
public static SnapshotTensorMetadata parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static SnapshotTensorMetadata parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static SnapshotTensorMetadata parseFrom (com.google.protobuf.CodedInputStream input)
Throws
IOException |
---|
public static SnapshotTensorMetadata parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static SnapshotTensorMetadata parseFrom (com.google.protobuf.ByteString data)
Throws
InvalidProtocolBufferException |
---|
public static SnapshotTensorMetadata parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static SnapshotTensorMetadata 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 |
---|