SavedTensorSlices

classe final pública SavedTensorSlices

 Each record in a v3 checkpoint file is a serialized SavedTensorSlices
 message.
 
Protobuf tipo tensorflow.SavedTensorSlices

Classes aninhadas

aula SalvoTensorSlices.Builder
 Each record in a v3 checkpoint file is a serialized SavedTensorSlices
 message. 

Constantes

interno DATA_FIELD_NUMBER
interno META_FIELD_NUMBER

Métodos Públicos

boleano
é igual (objeto obj)
Fatia salva
Obter dados ()
 This exists in all but the first item of each checkpoint file.
SalvoSliceOrBuilder
getDataOrBuilder ()
 This exists in all but the first item of each checkpoint file.
SavedTensorSlices estáticos
SalvoTensorSlices
final estático com.google.protobuf.Descriptors.Descriptor
SalvoTensorSliceMeta
getMeta ()
 This is only present at the first item of each checkpoint file and serves
 as a table of contents, listing all the tensor slices saved in this file.
SalvoTensorSliceMetaOrBuilder
getMetaOrBuilder ()
 This is only present at the first item of each checkpoint file and serves
 as a table of contents, listing all the tensor slices saved in this file.
interno
final com.google.protobuf.UnknownFieldSet
boleano
temDados ()
 This exists in all but the first item of each checkpoint file.
boleano
hasMeta ()
 This is only present at the first item of each checkpoint file and serves
 as a table of contents, listing all the tensor slices saved in this file.
interno
booleano final
SavedTensorSlices.Builder estático
SavedTensorSlices.Builder estático
SalvoTensorSlices.Builder
SavedTensorSlices estáticos
parseDelimitedFrom (entrada InputStream)
SavedTensorSlices estáticos
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SavedTensorSlices estáticos
parseFrom (dados de ByteBuffer)
SavedTensorSlices estáticos
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SavedTensorSlices estáticos
parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SavedTensorSlices estáticos
parseFrom (entrada com.google.protobuf.CodedInputStream)
SavedTensorSlices estáticos
parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SavedTensorSlices estáticos
parseFrom (dados com.google.protobuf.ByteString)
SavedTensorSlices estáticos
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SavedTensorSlices estáticos
parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
SalvoTensorSlices.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

público estático final int DATA_FIELD_NUMBER

Valor Constante: 2

público estático final int META_FIELD_NUMBER

Valor Constante: 1

Métodos Públicos

booleano público é igual (Object obj)

público SavedSlice getData ()

 This exists in all but the first item of each checkpoint file.
 
.tensorflow.SavedSlice data = 2;

público SavedSliceOrBuilder getDataOrBuilder ()

 This exists in all but the first item of each checkpoint file.
 
.tensorflow.SavedSlice data = 2;

público estático SavedTensorSlices getDefaultInstance ()

público SavedTensorSlices getDefaultInstanceForType ()

final estático público com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public SavedTensorSliceMeta getMeta ()

 This is only present at the first item of each checkpoint file and serves
 as a table of contents, listing all the tensor slices saved in this file.
 
.tensorflow.SavedTensorSliceMeta meta = 1;

public SavedTensorSliceMetaOrBuilder getMetaOrBuilder ()

 This is only present at the first item of each checkpoint file and serves
 as a table of contents, listing all the tensor slices saved in this file.
 
.tensorflow.SavedTensorSliceMeta meta = 1;

público getParserForType ()

público int getSerializedSize ()

final público com.google.protobuf.UnknownFieldSet getUnknownFields ()

hasData booleano público ()

 This exists in all but the first item of each checkpoint file.
 
.tensorflow.SavedSlice data = 2;

hasMeta booleano público ()

 This is only present at the first item of each checkpoint file and serves
 as a table of contents, listing all the tensor slices saved in this file.
 
.tensorflow.SavedTensorSliceMeta meta = 1;

hashCode int público ()

público final booleano isInitialized ()

público estático SavedTensorSlices.Builder newBuilder (protótipo SavedTensorSlices )

público estático SavedTensorSlices.Builder newBuilder ()

public SavedTensorSlices.Builder newBuilderForType ()

public static SavedTensorSlices parseDelimitedFrom (entrada InputStream)

Lança
IOException

public static SavedTensorSlices parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static SavedTensorSlices parseFrom (dados de ByteBuffer)

Lança
InvalidProtocolBufferException

public static SavedTensorSlices parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static SavedTensorSlices parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

public static SavedTensorSlices parseFrom (entrada com.google.protobuf.CodedInputStream)

Lança
IOException

public static SavedTensorSlices parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

public static SavedTensorSlices parseFrom (dados com.google.protobuf.ByteString)

Lança
InvalidProtocolBufferException

public static SavedTensorSlices parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static SavedTensorSlices parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

estática pública analisador ()

public SavedTensorSlices.Builder toBuilder ()

public void writeTo (saída com.google.protobuf.CodedOutputStream)

Lança
IOException