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.
 
Protobuf tipo tensorflow.SavedSliceMeta

Métodos públicos

GuardadoSliceMeta.Builder
addAllSlice (Iterable<? extiende los valores de TensorSliceProto >)
 Explicit list of slices saved in the checkpoint file.
GuardadoSliceMeta.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
GuardadoSliceMeta.Builder
addSlice (índice int, valor TensorSliceProto )
 Explicit list of slices saved in the checkpoint file.
GuardadoSliceMeta.Builder
addSlice ( TensorSliceProto.Builder constructorForValue)
 Explicit list of slices saved in the checkpoint file.
GuardadoSliceMeta.Builder
addSlice (valor TensorSliceProto )
 Explicit list of slices saved in the checkpoint file.
GuardadoSliceMeta.Builder
addSlice (índice int, TensorSliceProto.Builder builderForValue)
 Explicit list of slices saved in the checkpoint file.
TensorSliceProto.Builder
agregarSliceBuilder ()
 Explicit list of slices saved in the checkpoint file.
TensorSliceProto.Builder
addSliceBuilder (índice int)
 Explicit list of slices saved in the checkpoint file.
Rebanada guardadaMeta
Rebanada guardadaMeta
GuardadoSliceMeta.Builder
claro ()
GuardadoSliceMeta.Builder
clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)
GuardadoSliceMeta.Builder
borrar nombre ()
 Name of the tensor.
GuardadoSliceMeta.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor uno de)
GuardadoSliceMeta.Builder
forma clara ()
 Shape of the tensor
 
.tensorflow.TensorShapeProto shape = 2;
GuardadoSliceMeta.Builder
borrar rebanada ()
 Explicit list of slices saved in the checkpoint file.
GuardadoSliceMeta.Builder
tipo claro ()
 Type of the tensor
 
.tensorflow.DataType type = 3;
GuardadoSliceMeta.Builder
clonar ()
Rebanada guardadaMeta
com.google.protobuf.Descriptors.Descriptor estático final
com.google.protobuf.Descriptors.Descriptor
Cadena
obtenerNombre ()
 Name of the tensor.
com.google.protobuf.ByteString
getNombreBytes ()
 Name of the tensor.
TensorShapeProto
obtener 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 (í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 >
obtener lista de rebanadas ()
 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
obtener tipo ()
 Type of the tensor
 
.tensorflow.DataType type = 3;
En t
obtenerTipoValor ()
 Type of the tensor
 
.tensorflow.DataType type = 3;
booleano
tiene forma ()
 Shape of the tensor
 
.tensorflow.TensorShapeProto shape = 2;
booleano final
GuardadoSliceMeta.Builder
mergeFrom (com.google.protobuf.Message otro)
GuardadoSliceMeta.Builder
mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry)
GuardadoSliceMeta.Builder
mergeShape (valor TensorShapeProto )
 Shape of the tensor
 
.tensorflow.TensorShapeProto shape = 2;
final SavedSliceMeta.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields)
GuardadoSliceMeta.Builder
eliminarSlice (índice int)
 Explicit list of slices saved in the checkpoint file.
GuardadoSliceMeta.Builder
setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
GuardadoSliceMeta.Builder
setName (valor de cadena)
 Name of the tensor.
GuardadoSliceMeta.Builder
setNameBytes (valor com.google.protobuf.ByteString)
 Name of the tensor.
GuardadoSliceMeta.Builder
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto)
GuardadoSliceMeta.Builder
setShape (valor TensorShapeProto )
 Shape of the tensor
 
.tensorflow.TensorShapeProto shape = 2;
GuardadoSliceMeta.Builder
setShape ( TensorShapeProto.Builder constructorForValue)
 Shape of the tensor
 
.tensorflow.TensorShapeProto shape = 2;
GuardadoSliceMeta.Builder
setSlice (índice int, valor TensorSliceProto )
 Explicit list of slices saved in the checkpoint file.
GuardadoSliceMeta.Builder
setSlice (índice int, TensorSliceProto.Builder builderForValue)
 Explicit list of slices saved in the checkpoint file.
GuardadoSliceMeta.Builder
setType (valor de tipo de datos )
 Type of the tensor
 
.tensorflow.DataType type = 3;
GuardadoSliceMeta.Builder
setTypeValue (valor int)
 Type of the tensor
 
.tensorflow.DataType type = 3;
final SavedSliceMeta.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields)

Métodos heredados

Métodos públicos

público SavedSliceMeta.Builder addAllSlice (Iterable<? extiende los valores de TensorSliceProto >)

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

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

público SavedSliceMeta.Builder addSlice (índice int, valor TensorSliceProto )

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

público SavedSliceMeta.Builder addSlice ( TensorSliceProto.Builder builderForValue)

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

público SavedSliceMeta.Builder addSlice (valor TensorSliceProto )

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

público SavedSliceMeta.Builder addSlice (índice int, TensorSliceProto.Builder builderForValue)

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

público TensorSliceProto.Builder addSliceBuilder ()

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

público TensorSliceProto.Builder addSliceBuilder (índice int)

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

compilación pública SavedSliceMeta ()

público SavedSliceMeta buildPartial ()

público SavedSliceMeta.Builder claro ()

público SavedSliceMeta.Builder clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)

público SavedSliceMeta.Builder clearName ()

 Name of the tensor.
 
string name = 1;

público SavedSliceMeta.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

público SavedSliceMeta.Builder clearShape ()

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

público SavedSliceMeta.Builder clearSlice ()

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

público SavedSliceMeta.Builder clearType ()

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

clon público SavedSliceMeta.Builder ()

público SavedSliceMeta getDefaultInstanceForType ()

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

público com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

cadena pública getName ()

 Name of the tensor.
 
string name = 1;

público com.google.protobuf.ByteString getNameBytes ()

 Name of the tensor.
 
string name = 1;

público TensorShapeProto getShape ()

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

público TensorShapeProto.Builder getShapeBuilder ()

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

público TensorShapeProtoOrBuilder getShapeOrBuilder ()

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

público TensorSliceProto getSlice (índice int)

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

público 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;

público 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;

público 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;

tipo de datos público getType ()

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

público int getTypeValue ()

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

hasShape booleano público ()

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

público final booleano isInitialized ()

público SavedSliceMeta.Builder mergeFrom (com.google.protobuf.Message otro)

mergeFrom público SavedSliceMeta.Builder (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry)

Lanza
IOExcepción

público SavedSliceMeta.Builder mergeShape (valor TensorShapeProto )

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

final público SavedSliceMeta.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields)

público SavedSliceMeta.Builder removeSlice (índice int)

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

público SavedSliceMeta.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)

público SavedSliceMeta.Builder setName (valor de cadena)

 Name of the tensor.
 
string name = 1;

público SavedSliceMeta.Builder setNameBytes (valor com.google.protobuf.ByteString)

 Name of the tensor.
 
string name = 1;

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

público SavedSliceMeta.Builder setShape (valor TensorShapeProto )

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

público SavedSliceMeta.Builder setShape ( TensorShapeProto.Builder builderForValue)

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

público SavedSliceMeta.Builder setSlice (índice int, valor TensorSliceProto )

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

público SavedSliceMeta.Builder setSlice (índice int, TensorSliceProto.Builder builderForValue)

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

público SavedSliceMeta.Builder setType (valor de tipo de datos )

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

público SavedSliceMeta.Builder setTypeValue (valor int)

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

público final SavedSliceMeta.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields)