SavedSliceMeta.Builder

classe finale statique publique SavedSliceMeta.Builder

 Metadata describing the set of slices of the same tensor saved in a
 checkpoint file.
 
tensorflow.SavedSliceMeta de type Protobuf.SavedSliceMeta

Méthodes publiques

EnregistréSliceMeta.Builder
addAllSlice (Iterable<? étend TensorSliceProto > valeurs)
 Explicit list of slices saved in the checkpoint file.
EnregistréSliceMeta.Builder
addRepeatedField (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet)
EnregistréSliceMeta.Builder
addSlice (index int, valeur TensorSliceProto )
 Explicit list of slices saved in the checkpoint file.
EnregistréSliceMeta.Builder
addSlice ( TensorSliceProto.Builder builderForValue)
 Explicit list of slices saved in the checkpoint file.
EnregistréSliceMeta.Builder
addSlice (valeur TensorSliceProto )
 Explicit list of slices saved in the checkpoint file.
EnregistréSliceMeta.Builder
addSlice (index int, TensorSliceProto.Builder builderForValue)
 Explicit list of slices saved in the checkpoint file.
TensorSliceProto.Builder
addSliceBuilder ()
 Explicit list of slices saved in the checkpoint file.
TensorSliceProto.Builder
addSliceBuilder (index int)
 Explicit list of slices saved in the checkpoint file.
EnregistréSliceMeta
EnregistréSliceMeta
EnregistréSliceMeta.Builder
clair ()
EnregistréSliceMeta.Builder
clearField (champ com.google.protobuf.Descriptors.FieldDescriptor)
EnregistréSliceMeta.Builder
nom clair ()
 Name of the tensor.
EnregistréSliceMeta.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
EnregistréSliceMeta.Builder
forme claire ()
 Shape of the tensor
 
.tensorflow.TensorShapeProto shape = 2;
EnregistréSliceMeta.Builder
effacerSlice ()
 Explicit list of slices saved in the checkpoint file.
EnregistréSliceMeta.Builder
Type clair ()
 Type of the tensor
 
.tensorflow.DataType type = 3;
EnregistréSliceMeta.Builder
cloner ()
EnregistréSliceMeta
final statique com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
Chaîne
obtenirNom ()
 Name of the tensor.
com.google.protobuf.ByteString
getNameBytes ()
 Name of the tensor.
TensorShapeProto
obtenirForme ()
 Shape of the tensor
 
.tensorflow.TensorShapeProto shape = 2;
TensorShapeProto.Builder
getShapeBuilder ()
 Shape of the tensor
 
.tensorflow.TensorShapeProto shape = 2;
TensorShapeProtoOrBuilder
getShapeOrBuilder ()
 Shape of the tensor
 
.tensorflow.TensorShapeProto shape = 2;
TensorSliceProto
getSlice (index entier)
 Explicit list of slices saved in the checkpoint file.
TensorSliceProto.Builder
getSliceBuilder (index int)
 Explicit list of slices saved in the checkpoint file.
Liste< TensorSliceProto.Builder >
getSliceBuilderList ()
 Explicit list of slices saved in the checkpoint file.
int
getSliceCount ()
 Explicit list of slices saved in the checkpoint file.
Liste< TensorSliceProto >
getSliceList ()
 Explicit list of slices saved in the checkpoint file.
TensorSliceProtoOrBuilder
getSliceOrBuilder (index int)
 Explicit list of slices saved in the checkpoint file.
Liste<? étend TensorSliceProtoOrBuilder >
getSliceOrBuilderList ()
 Explicit list of slices saved in the checkpoint file.
Type de données
getType ()
 Type of the tensor
 
.tensorflow.DataType type = 3;
int
getTypeValue ()
 Type of the tensor
 
.tensorflow.DataType type = 3;
booléen
aForme ()
 Shape of the tensor
 
.tensorflow.TensorShapeProto shape = 2;
booléen final
EnregistréSliceMeta.Builder
mergeFrom (com.google.protobuf.Message autre)
EnregistréSliceMeta.Builder
mergeFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
EnregistréSliceMeta.Builder
mergeShape (valeur TensorShapeProto )
 Shape of the tensor
 
.tensorflow.TensorShapeProto shape = 2;
final SavedSliceMeta.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet inconnuFields)
EnregistréSliceMeta.Builder
RemoveSlice (index int)
 Explicit list of slices saved in the checkpoint file.
EnregistréSliceMeta.Builder
setField (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet)
EnregistréSliceMeta.Builder
setName (valeur de chaîne)
 Name of the tensor.
EnregistréSliceMeta.Builder
setNameBytes (valeur com.google.protobuf.ByteString)
 Name of the tensor.
EnregistréSliceMeta.Builder
setRepeatedField (champ com.google.protobuf.Descriptors.FieldDescriptor, index int, valeur de l'objet)
EnregistréSliceMeta.Builder
setShape (valeur TensorShapeProto )
 Shape of the tensor
 
.tensorflow.TensorShapeProto shape = 2;
EnregistréSliceMeta.Builder
setShape ( TensorShapeProto.Builder builderForValue)
 Shape of the tensor
 
.tensorflow.TensorShapeProto shape = 2;
EnregistréSliceMeta.Builder
setSlice (index int, valeur TensorSliceProto )
 Explicit list of slices saved in the checkpoint file.
EnregistréSliceMeta.Builder
setSlice (index int, TensorSliceProto.Builder builderForValue)
 Explicit list of slices saved in the checkpoint file.
EnregistréSliceMeta.Builder
setType (valeur DataType )
 Type of the tensor
 
.tensorflow.DataType type = 3;
EnregistréSliceMeta.Builder
setTypeValue (valeur entière)
 Type of the tensor
 
.tensorflow.DataType type = 3;
final SavedSliceMeta.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet inconnuFields)

Méthodes héritées

Méthodes publiques

public SavedSliceMeta.Builder addAllSlice (Iterable <? étend TensorSliceProto > valeurs)

 Explicit list of slices saved in the checkpoint file.
 
repeated .tensorflow.TensorSliceProto slice = 4;

public SavedSliceMeta.Builder addRepeatedField (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet)

public SavedSliceMeta.Builder addSlice (index int, valeur TensorSliceProto )

 Explicit list of slices saved in the checkpoint file.
 
repeated .tensorflow.TensorSliceProto slice = 4;

public SavedSliceMeta.Builder addSlice ( TensorSliceProto.Builder builderForValue)

 Explicit list of slices saved in the checkpoint file.
 
repeated .tensorflow.TensorSliceProto slice = 4;

public SavedSliceMeta.Builder addSlice (valeur TensorSliceProto )

 Explicit list of slices saved in the checkpoint file.
 
repeated .tensorflow.TensorSliceProto slice = 4;

public SavedSliceMeta.Builder addSlice (index int, TensorSliceProto.Builder builderForValue)

 Explicit list of slices saved in the checkpoint file.
 
repeated .tensorflow.TensorSliceProto slice = 4;

public TensorSliceProto.Builder addSliceBuilder ()

 Explicit list of slices saved in the checkpoint file.
 
repeated .tensorflow.TensorSliceProto slice = 4;

public TensorSliceProto.Builder addSliceBuilder (index int)

 Explicit list of slices saved in the checkpoint file.
 
repeated .tensorflow.TensorSliceProto slice = 4;

build public SavedSliceMeta ()

public SavedSliceMeta buildPartial ()

public SavedSliceMeta.Builder clear ()

public SavedSliceMeta.Builder clearField (champ com.google.protobuf.Descriptors.FieldDescriptor)

public SavedSliceMeta.Builder clearName ()

 Name of the tensor.
 
string name = 1;

public SavedSliceMeta.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

public SavedSliceMeta.Builder clearShape ()

 Shape of the tensor
 
.tensorflow.TensorShapeProto shape = 2;

public SavedSliceMeta.Builder clearSlice ()

 Explicit list of slices saved in the checkpoint file.
 
repeated .tensorflow.TensorSliceProto slice = 4;

public SavedSliceMeta.Builder clearType ()

 Type of the tensor
 
.tensorflow.DataType type = 3;

clone public SavedSliceMeta.Builder ()

public SavedSliceMeta getDefaultInstanceForType ()

public statique final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

chaîne publique getName ()

nom de chaîne

 Name of the tensor.
 
string name = 1;

public com.google.protobuf.ByteString getNameBytes ()

nom de chaîne

 Name of the tensor.
 
string name = 1;

public TensorShapeProto getShape ()

 Shape of the tensor
 
.tensorflow.TensorShapeProto shape = 2;

public TensorShapeProto.Builder getShapeBuilder ()

 Shape of the tensor
 
.tensorflow.TensorShapeProto shape = 2;

public TensorShapeProtoOrBuilder getShapeOrBuilder ()

 Shape of the tensor
 
.tensorflow.TensorShapeProto shape = 2;

public TensorSliceProto getSlice (index int)

 Explicit list of slices saved in the checkpoint file.
 
repeated .tensorflow.TensorSliceProto slice = 4;

public TensorSliceProto.Builder getSliceBuilder (index int)

 Explicit list of slices saved in the checkpoint file.
 
repeated .tensorflow.TensorSliceProto slice = 4;

Liste publique < TensorSliceProto.Builder > getSliceBuilderList ()

 Explicit list of slices saved in the checkpoint file.
 
repeated .tensorflow.TensorSliceProto slice = 4;

public int getSliceCount ()

 Explicit list of slices saved in the checkpoint file.
 
repeated .tensorflow.TensorSliceProto slice = 4;

Liste publique < TensorSliceProto > getSliceList ()

 Explicit list of slices saved in the checkpoint file.
 
repeated .tensorflow.TensorSliceProto slice = 4;

public TensorSliceProtoOrBuilder getSliceOrBuilder (index int)

 Explicit list of slices saved in the checkpoint file.
 
repeated .tensorflow.TensorSliceProto slice = 4;

Liste publique <? étend TensorSliceProtoOrBuilder > getSliceOrBuilderList ()

 Explicit list of slices saved in the checkpoint file.
 
repeated .tensorflow.TensorSliceProto slice = 4;

Type de données public getType ()

 Type of the tensor
 
.tensorflow.DataType type = 3;

public int getTypeValue ()

 Type of the tensor
 
.tensorflow.DataType type = 3;

public booléen hasShape ()

 Shape of the tensor
 
.tensorflow.TensorShapeProto shape = 2;

public final booléen isInitialized ()

public SavedSliceMeta.Builder mergeFrom (com.google.protobuf.Message autre)

public SavedSliceMeta.Builder mergeFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public SavedSliceMeta.Builder mergeShape (valeur TensorShapeProto )

 Shape of the tensor
 
.tensorflow.TensorShapeProto shape = 2;

public final SavedSliceMeta.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

public SavedSliceMeta.Builder removeSlice (index int)

 Explicit list of slices saved in the checkpoint file.
 
repeated .tensorflow.TensorSliceProto slice = 4;

public SavedSliceMeta.Builder setField (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet)

public SavedSliceMeta.Builder setName (valeur de chaîne)

nom de chaîne

 Name of the tensor.
 
string name = 1;

public SavedSliceMeta.Builder setNameBytes (valeur com.google.protobuf.ByteString)

 Name of the tensor.
 
string name = 1;

public SavedSliceMeta.Builder setRepeatedField (champ com.google.protobuf.Descriptors.FieldDescriptor, index int, valeur de l'objet)

public SavedSliceMeta.Builder setShape (valeur TensorShapeProto )

 Shape of the tensor
 
.tensorflow.TensorShapeProto shape = 2;

public SavedSliceMeta.Builder setShape ( TensorShapeProto.Builder builderForValue)

 Shape of the tensor
 
.tensorflow.TensorShapeProto shape = 2;

public SavedSliceMeta.Builder setSlice (index int, valeur TensorSliceProto )

 Explicit list of slices saved in the checkpoint file.
 
repeated .tensorflow.TensorSliceProto slice = 4;

public SavedSliceMeta.Builder setSlice (index int, TensorSliceProto.Builder builderForValue)

 Explicit list of slices saved in the checkpoint file.
 
repeated .tensorflow.TensorSliceProto slice = 4;

public SavedSliceMeta.Builder setType (valeur DataType )

 Type of the tensor
 
.tensorflow.DataType type = 3;

public SavedSliceMeta.Builder setTypeValue (valeur int)

 Type of the tensor
 
.tensorflow.DataType type = 3;

public final SavedSliceMeta.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)