SavedTensorSlices

public final class SavedTensorSlices

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

Clases anidadas

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

Constantes

En t DATA_FIELD_NUMBER
En t META_FIELD_NUMBER

Métodos públicos

booleano
es igual a (Objeto obj)
Rebanada guardada
getData ()
 This exists in all but the first item of each checkpoint file.
SavedSliceOrBuilder
getDataOrBuilder ()
 This exists in all but the first item of each checkpoint file.
static SavedTensorSlices
SavedTensorSlices
com.google.protobuf.Descriptors.Descriptor estático final
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.
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.
En t
final com.google.protobuf.UnknownFieldSet
booleano
hasData ()
 This exists in all but the first item of each checkpoint file.
booleano
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.
En t
booleano final
static SavedTensorSlices.Builder
static SavedTensorSlices.Builder
SavedTensorSlices.Builder
static SavedTensorSlices
parseDelimitedFrom (entrada InputStream)
static SavedTensorSlices
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SavedTensorSlices
parseFrom (datos ByteBuffer)
static SavedTensorSlices
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SavedTensorSlices
parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SavedTensorSlices
parseFrom (entrada com.google.protobuf.CodedInputStream)
static SavedTensorSlices
parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SavedTensorSlices
parseFrom (datos com.google.protobuf.ByteString)
static SavedTensorSlices
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SavedTensorSlices
parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
SavedTensorSlices.Builder
vacío
writeTo (salida de com.google.protobuf.CodedOutputStream)

Métodos heredados

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

public boolean es igual a (Object obj)

public SavedSlice getData ()

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

public SavedSliceOrBuilder getDataOrBuilder ()

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

public static SavedTensorSlices getDefaultInstance ()

public SavedTensorSlices getDefaultInstanceForType ()

público estático final 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 ()

public int getSerializedSize ()

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

public boolean hasData ()

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

public boolean 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.
 
.tensorflow.SavedTensorSliceMeta meta = 1;

public int hashCode ()

public final boolean isInitialized ()

public static SavedTensorSlices.Builder newBuilder (prototipo SavedTensorSlices )

public static SavedTensorSlices.Builder newBuilder ()

public SavedTensorSlices.Builder newBuilderForType ()

public static SavedTensorSlices parseDelimitedFrom (entrada InputStream)

Lanza
IOException

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

Lanza
IOException

public static SavedTensorSlices parseFrom (datos ByteBuffer)

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

public static SavedTensorSlices parseFrom (datos de com.google.protobuf.ByteString)

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

público estático analizador ()

public SavedTensorSlices.Builder toBuilder ()

public void writeTo (salida de com.google.protobuf.CodedOutputStream)

Lanza
IOException