classe final pública SavedTensorSliceMeta
Metadata describing the set of tensor slices saved in a checkpoint file. It is always stored at the beginning of each checkpoint file.
tensorflow.SavedTensorSliceMeta
Classes aninhadas
aula | SalvoTensorSliceMeta.Builder | Metadata describing the set of tensor slices saved in a checkpoint file. |
Constantes
interno | TENSOR_FIELD_NUMBER | |
interno | VERSIONS_FIELD_NUMBER |
Métodos Públicos
booleano | é igual (objeto obj) |
estático SavedTensorSliceMeta | |
SalvoTensorSliceMeta | |
final estático com.google.protobuf.Descriptors.Descriptor | |
interno | |
SalvoSliceMeta | getTensor (índice interno) Each SavedSliceMeta describes the slices for one tensor. |
interno | getTensorCount () Each SavedSliceMeta describes the slices for one tensor. |
Lista< SavedSliceMeta > | getTensorList () Each SavedSliceMeta describes the slices for one tensor. |
SavedSliceMetaOrBuilder | getTensorOrBuilder (índice interno) Each SavedSliceMeta describes the slices for one tensor. |
Lista<? estende SavedSliceMetaOrBuilder > | getTensorOrBuilderList () Each SavedSliceMeta describes the slices for one tensor. |
final com.google.protobuf.UnknownFieldSet | |
VersãoDef | getVersões () Compatibility version of this checkpoint. |
VersãoDefOrBuilder | getVersionsOrBuilder () Compatibility version of this checkpoint. |
booleano | hasVersões () Compatibility version of this checkpoint. |
interno | código hash () |
booleano final | |
estático SavedTensorSliceMeta.Builder | newBuilder (protótipo SavedTensorSliceMeta ) |
estático SavedTensorSliceMeta.Builder | |
SalvoTensorSliceMeta.Builder | |
estático SavedTensorSliceMeta | parseDelimitedFrom (entrada InputStream) |
estático SavedTensorSliceMeta | parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
estático SavedTensorSliceMeta | parseFrom (dados de ByteBuffer) |
estático SavedTensorSliceMeta | parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
estático SavedTensorSliceMeta | parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
estático SavedTensorSliceMeta | parseFrom (entrada com.google.protobuf.CodedInputStream) |
estático SavedTensorSliceMeta | parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
estático SavedTensorSliceMeta | parseFrom (dados com.google.protobuf.ByteString) |
estático SavedTensorSliceMeta | parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
estático SavedTensorSliceMeta | parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
estático | analisador () |
SalvoTensorSliceMeta.Builder | |
vazio | writeTo (saída com.google.protobuf.CodedOutputStream) |
Métodos herdados
Constantes
int final estático público TENSOR_FIELD_NUMBER
Valor Constante: 1
público estático final int VERSIONS_FIELD_NUMBER
Valor Constante: 2
Métodos Públicos
booleano público é igual (Object obj)
final estático público com.google.protobuf.Descriptors.Descriptor getDescriptor ()
público getParserForType ()
público int getSerializedSize ()
público SavedSliceMeta getTensor (índice int)
Each SavedSliceMeta describes the slices for one tensor.
repeated .tensorflow.SavedSliceMeta tensor = 1;
público int getTensorCount ()
Each SavedSliceMeta describes the slices for one tensor.
repeated .tensorflow.SavedSliceMeta tensor = 1;
Lista pública< SavedSliceMeta > getTensorList ()
Each SavedSliceMeta describes the slices for one tensor.
repeated .tensorflow.SavedSliceMeta tensor = 1;
public SavedSliceMetaOrBuilder getTensorOrBuilder (índice int)
Each SavedSliceMeta describes the slices for one tensor.
repeated .tensorflow.SavedSliceMeta tensor = 1;
Lista pública<? estende SavedSliceMetaOrBuilder > getTensorOrBuilderList ()
Each SavedSliceMeta describes the slices for one tensor.
repeated .tensorflow.SavedSliceMeta tensor = 1;
final público com.google.protobuf.UnknownFieldSet getUnknownFields ()
versão públicaDef getVersions ()
Compatibility version of this checkpoint. See core/public/version.h for version history.
.tensorflow.VersionDef versions = 2;
public VersionDefOrBuilder getVersionsOrBuilder ()
Compatibility version of this checkpoint. See core/public/version.h for version history.
.tensorflow.VersionDef versions = 2;
hasVersions booleano público ()
Compatibility version of this checkpoint. See core/public/version.h for version history.
.tensorflow.VersionDef versions = 2;
hashCode int público ()
público final booleano isInitialized ()
public static SavedTensorSliceMeta parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
público estático SavedTensorSliceMeta parseFrom (dados ByteBuffer)
Lança
InvalidProtocolBufferException |
---|
public static SavedTensorSliceMeta parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
public static SavedTensorSliceMeta parseFrom (dados ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
InvalidProtocolBufferException |
---|
public static SavedTensorSliceMeta parseFrom (entrada com.google.protobuf.CodedInputStream)
Lança
IOException |
---|
public static SavedTensorSliceMeta parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
InvalidProtocolBufferException |
---|
public static SavedTensorSliceMeta parseFrom (dados com.google.protobuf.ByteString)
Lança
InvalidProtocolBufferException |
---|
public static SavedTensorSliceMeta parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
public static SavedTensorSliceMeta parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
InvalidProtocolBufferException |
---|
estática pública analisador ()
public void writeTo (saída com.google.protobuf.CodedOutputStream)
Lança
IOException |
---|