SavedSliceMeta.Builder

clase final estática pública SavedSliceMeta.Builder

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

Métodos públicos

SavedSliceMeta.Builder
addAllSlice (Iterable <? extiende los valores de TensorSliceProto >)
 Explicit list of slices saved in the checkpoint file.
SavedSliceMeta.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
SavedSliceMeta.Builder
addSlice (índice int, valor de 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
addSlice (valor de TensorSliceProto )
 Explicit list of slices saved in the checkpoint file.
SavedSliceMeta.Builder
addSlice (índice 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 (índice int)
 Explicit list of slices saved in the checkpoint file.
SavedSliceMeta
SavedSliceMeta
SavedSliceMeta.Builder
claro ()
SavedSliceMeta.Builder
clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)
SavedSliceMeta.Builder
clearName ()
 Name of the tensor.
SavedSliceMeta.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
SavedSliceMeta.Builder
clearShape ()
 Shape of the tensor
 
.tensorflow.TensorShapeProto shape = 2;
SavedSliceMeta.Builder
clearSlice ()
 Explicit list of slices saved in the checkpoint file.
SavedSliceMeta.Builder
clearType ()
 Type of the tensor
 
.tensorflow.DataType type = 3;
SavedSliceMeta.Builder
clonar ()
SavedSliceMeta
com.google.protobuf.Descriptors.Descriptor estático final
com.google.protobuf.Descriptors.Descriptor
Cuerda
getName ()
 Name of the tensor.
com.google.protobuf.ByteString
getNameBytes ()
 Name of the tensor.
TensorShapeProto
getShape ()
 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 (índice int)
 Explicit list of slices saved in the checkpoint file.
TensorSliceProto.Builder
getSliceBuilder (índice int)
 Explicit list of slices saved in the checkpoint file.
Lista < TensorSliceProto.Builder >
getSliceBuilderList ()
 Explicit list of slices saved in the checkpoint file.
En t
getSliceCount ()
 Explicit list of slices saved in the checkpoint file.
Lista < TensorSliceProto >
getSliceList ()
 Explicit list of slices saved in the checkpoint file.
TensorSliceProtoOrBuilder
getSliceOrBuilder (índice int)
 Explicit list of slices saved in the checkpoint file.
Lista <? extiende TensorSliceProtoOrBuilder >
getSliceOrBuilderList ()
 Explicit list of slices saved in the checkpoint file.
Tipo de datos
getType ()
 Type of the tensor
 
.tensorflow.DataType type = 3;
En t
getTypeValue ()
 Type of the tensor
 
.tensorflow.DataType type = 3;
booleano
hasShape ()
 Shape of the tensor
 
.tensorflow.TensorShapeProto shape = 2;
booleano final
SavedSliceMeta.Builder
mergeFrom (com.google.protobuf.Message otro)
SavedSliceMeta.Builder
mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SavedSliceMeta.Builder
mergeShape (valor de TensorShapeProto )
 Shape of the tensor
 
.tensorflow.TensorShapeProto shape = 2;
final SavedSliceMeta.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
SavedSliceMeta.Builder
removeSlice (índice int)
 Explicit list of slices saved in the checkpoint file.
SavedSliceMeta.Builder
setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
SavedSliceMeta.Builder
setName (valor de cadena)
 Name of the tensor.
SavedSliceMeta.Builder
setNameBytes (valor de com.google.protobuf.ByteString)
 Name of the tensor.
SavedSliceMeta.Builder
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto)
SavedSliceMeta.Builder
setShape (valor de TensorShapeProto )
 Shape of the tensor
 
.tensorflow.TensorShapeProto shape = 2;
SavedSliceMeta.Builder
setShape ( TensorShapeProto.Builder builderForValue)
 Shape of the tensor
 
.tensorflow.TensorShapeProto shape = 2;
SavedSliceMeta.Builder
setSlice (índice int, valor de TensorSliceProto )
 Explicit list of slices saved in the checkpoint file.
SavedSliceMeta.Builder
setSlice (índice int, TensorSliceProto.Builder builderForValue)
 Explicit list of slices saved in the checkpoint file.
SavedSliceMeta.Builder
setType (valor de DataType )
 Type of the tensor
 
.tensorflow.DataType type = 3;
SavedSliceMeta.Builder
setTypeValue (valor int)
 Type of the tensor
 
.tensorflow.DataType type = 3;
final SavedSliceMeta.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

Métodos heredados

Métodos públicos

public SavedSliceMeta.Builder addAllSlice (Iterable <? extiende los valores de TensorSliceProto >)

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

public SavedSliceMeta.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)

public SavedSliceMeta.Builder addSlice (índice int, valor de 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 (valor de TensorSliceProto )

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

public SavedSliceMeta.Builder addSlice (int index, 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 (índice int)

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

public SavedSliceMeta build ()

public SavedSliceMeta buildPartial ()

public SavedSliceMeta.Builder clear ()

public SavedSliceMeta.Builder clearField (campo 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;

public SavedSliceMeta.Builder clone ()

public SavedSliceMeta getDefaultInstanceForType ()

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

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

public String getName ()

 Name of the tensor.
 
string name = 1;

public com.google.protobuf.ByteString getNameBytes ()

 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 (int index)

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

public TensorSliceProto.Builder getSliceBuilder (índice int)

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

Lista pública < 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;

Lista pública < TensorSliceProto > getSliceList ()

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

public TensorSliceProtoOrBuilder getSliceOrBuilder (índice int)

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

Lista pública <? extiende TensorSliceProtoOrBuilder > getSliceOrBuilderList ()

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

public DataType getType ()

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

public int getTypeValue ()

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

public boolean hasShape ()

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

public final boolean isInitialized ()

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

public SavedSliceMeta.Builder mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

public SavedSliceMeta.Builder mergeShape (valor de TensorShapeProto )

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

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

public SavedSliceMeta.Builder removeSlice (índice int)

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

public SavedSliceMeta.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor de objeto)

public SavedSliceMeta.Builder setName (valor de cadena)

 Name of the tensor.
 
string name = 1;

public SavedSliceMeta.Builder setNameBytes (valor de com.google.protobuf.ByteString)

 Name of the tensor.
 
string name = 1;

public SavedSliceMeta.Builder setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto)

public SavedSliceMeta.Builder setShape (valor de 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 (índice int, valor de TensorSliceProto )

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

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

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

public SavedSliceMeta.Builder setType (valor de DataType )

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

public SavedSliceMeta.Builder setTypeValue (valor int)

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

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