classe finale statica pubblica SavedSliceMeta.Builder
Metadata describing the set of slices of the same tensor saved in a checkpoint file.
tensorflow.SavedSliceMeta
Metodi pubblici
SavedSliceMeta.Builder | addAllSlice (Iterable<? estende TensorSliceProto > valori) Explicit list of slices saved in the checkpoint file. |
SavedSliceMeta.Builder | addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto) |
SavedSliceMeta.Builder | addSlice (indice int, valore TensorSliceProto ) Explicit list of slices saved in the checkpoint file. |
SavedSliceMeta.Builder | addSlice ( TensorSliceProto.Builder builderForValue) Explicit list of slices saved in the checkpoint file. |
SavedSliceMeta.Builder | |
SavedSliceMeta.Builder | addSlice (indice int, TensorSliceProto.Builder builderForValue) Explicit list of slices saved in the checkpoint file. |
TensorSliceProto.Builder | aggiungiSliceBuilder () Explicit list of slices saved in the checkpoint file. |
TensorSliceProto.Builder | addSliceBuilder (indice int) Explicit list of slices saved in the checkpoint file. |
SliceMeta salvato | costruire () |
SliceMeta salvato | buildPartial () |
SavedSliceMeta.Builder | chiaro () |
SavedSliceMeta.Builder | clearField (campo com.google.protobuf.Descriptors.FieldDescriptor) |
SavedSliceMeta.Builder | nomechiaro () Name of the tensor. |
SavedSliceMeta.Builder | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
SavedSliceMeta.Builder | chiara forma () Shape of the tensor .tensorflow.TensorShapeProto shape = 2; |
SavedSliceMeta.Builder | cancellaSlice () Explicit list of slices saved in the checkpoint file. |
SavedSliceMeta.Builder | clearType () Type of the tensor .tensorflow.DataType type = 3; |
SavedSliceMeta.Builder | clone () |
SliceMeta salvato | |
com.google.protobuf.Descriptors.Descriptor statico finale | |
com.google.protobuf.Descriptors.Descriptor | |
Corda | getNome () Name of the tensor. |
com.google.protobuf.ByteString | getNomeBytes () Name of the tensor. |
TensorShapeProto | ottieni forma () 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 (indice int) Explicit list of slices saved in the checkpoint file. |
TensorSliceProto.Builder | getSliceBuilder (indice int) Explicit list of slices saved in the checkpoint file. |
Elenco< TensorSliceProto.Builder > | getSliceBuilderList () Explicit list of slices saved in the checkpoint file. |
int | getSliceCount () Explicit list of slices saved in the checkpoint file. |
Elenco< TensorSliceProto > | getSliceList () Explicit list of slices saved in the checkpoint file. |
TensorSliceProtoOrBuilder | getSliceOrBuilder (indice int) Explicit list of slices saved in the checkpoint file. |
Elenco<? estende TensorSliceProtoOrBuilder > | getSliceOrBuilderList () Explicit list of slices saved in the checkpoint file. |
Tipo di dati | getType () Type of the tensor .tensorflow.DataType type = 3; |
int | getTypeValue () Type of the tensor .tensorflow.DataType type = 3; |
booleano | haForma () Shape of the tensor .tensorflow.TensorShapeProto shape = 2; |
booleano finale | |
SavedSliceMeta.Builder | mergeFrom (com.google.protobuf.Message altro) |
SavedSliceMeta.Builder | mergeFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry) |
SavedSliceMeta.Builder | |
finale SavedSliceMeta.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields) |
SavedSliceMeta.Builder | rimuoviSlice (indice int) Explicit list of slices saved in the checkpoint file. |
SavedSliceMeta.Builder | setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto) |
SavedSliceMeta.Builder | setName (valore stringa) Name of the tensor. |
SavedSliceMeta.Builder | setNameBytes (valore com.google.protobuf.ByteString) Name of the tensor. |
SavedSliceMeta.Builder | setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, indice int, valore oggetto) |
SavedSliceMeta.Builder | |
SavedSliceMeta.Builder | setShape ( TensorShapeProto.BuilderbuilderForValue ) Shape of the tensor .tensorflow.TensorShapeProto shape = 2; |
SavedSliceMeta.Builder | setSlice (indice int, valore TensorSliceProto ) Explicit list of slices saved in the checkpoint file. |
SavedSliceMeta.Builder | setSlice (indice int, TensorSliceProto.Builder builderForValue) Explicit list of slices saved in the checkpoint file. |
SavedSliceMeta.Builder | |
SavedSliceMeta.Builder | setTypeValue (valore int) Type of the tensor .tensorflow.DataType type = 3; |
finale SavedSliceMeta.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields) |
Metodi ereditati
Metodi pubblici
public SavedSliceMeta.Builder addAllSlice (Iterable<? estende TensorSliceProto > valori)
Explicit list of slices saved in the checkpoint file.
repeated .tensorflow.TensorSliceProto slice = 4;
public SavedSliceMeta.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto)
public SavedSliceMeta.Builder addSlice (indice int, valore 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;
pubblico SavedSliceMeta.Builder addSlice (valore TensorSliceProto )
Explicit list of slices saved in the checkpoint file.
repeated .tensorflow.TensorSliceProto slice = 4;
public SavedSliceMeta.Builder addSlice (indice 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 (indice int)
Explicit list of slices saved in the checkpoint file.
repeated .tensorflow.TensorSliceProto slice = 4;
pubblico SavedSliceMeta.Builder clearShape ()
Shape of the tensor
.tensorflow.TensorShapeProto shape = 2;
pubblico SavedSliceMeta.Builder clearSlice ()
Explicit list of slices saved in the checkpoint file.
repeated .tensorflow.TensorSliceProto slice = 4;
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
pubblico com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
stringa pubblica getName ()
Name of the tensor.
string name = 1;
pubblico com.google.protobuf.ByteString getNameBytes ()
Name of the tensor.
string name = 1;
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 (indice int)
Explicit list of slices saved in the checkpoint file.
repeated .tensorflow.TensorSliceProto slice = 4;
public TensorSliceProto.Builder getSliceBuilder (indice int)
Explicit list of slices saved in the checkpoint file.
repeated .tensorflow.TensorSliceProto slice = 4;
Elenco pubblico< 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;
Elenco pubblico< TensorSliceProto > getSliceList ()
Explicit list of slices saved in the checkpoint file.
repeated .tensorflow.TensorSliceProto slice = 4;
public TensorSliceProtoOrBuilder getSliceOrBuilder (indice int)
Explicit list of slices saved in the checkpoint file.
repeated .tensorflow.TensorSliceProto slice = 4;
Elenco pubblico<? estende TensorSliceProtoOrBuilder > getSliceOrBuilderList ()
Explicit list of slices saved in the checkpoint file.
repeated .tensorflow.TensorSliceProto slice = 4;
public int getTypeValue ()
Type of the tensor
.tensorflow.DataType type = 3;
hasShape booleano pubblico ()
Shape of the tensor
.tensorflow.TensorShapeProto shape = 2;
public final booleano isInitialized ()
public SavedSliceMeta.Builder mergeFrom (input com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
IOException |
---|
pubblico SavedSliceMeta.Builder mergeShape (valore TensorShapeProto )
Shape of the tensor
.tensorflow.TensorShapeProto shape = 2;
public final SavedSliceMeta.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)
public SavedSliceMeta.Builder rimuoviSlice (indice int)
Explicit list of slices saved in the checkpoint file.
repeated .tensorflow.TensorSliceProto slice = 4;
pubblico SavedSliceMeta.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto)
pubblico SavedSliceMeta.Builder setNameBytes (valore com.google.protobuf.ByteString)
Name of the tensor.
string name = 1;
pubblico SavedSliceMeta.Builder setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, indice int, valore oggetto)
pubblico SavedSliceMeta.Builder setShape (valore TensorShapeProto )
Shape of the tensor
.tensorflow.TensorShapeProto shape = 2;
public SavedSliceMeta.Builder setShape ( TensorShapeProto.Builder builderForValue)
Shape of the tensor
.tensorflow.TensorShapeProto shape = 2;
pubblico SavedSliceMeta.Builder setSlice (indice int, valore TensorSliceProto )
Explicit list of slices saved in the checkpoint file.
repeated .tensorflow.TensorSliceProto slice = 4;
public SavedSliceMeta.Builder setSlice (indice int, TensorSliceProto.Builder builderForValue)
Explicit list of slices saved in the checkpoint file.
repeated .tensorflow.TensorSliceProto slice = 4;
public SavedSliceMeta.Builder setType (valore DataType )
Type of the tensor
.tensorflow.DataType type = 3;
pubblico SavedSliceMeta.Builder setTypeValue (valore int)
Type of the tensor
.tensorflow.DataType type = 3;