clase final estática pública SavedSlice.Builder
Saved tensor slice: it stores the name of the tensors, the slice, and the raw data.
tensorflow.SavedSlice
tipo protobuf.SavedSlice Métodos públicos
Rebanada guardada.Builder | addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto) |
Rebanada guardada | construir () |
Rebanada guardada | |
Rebanada guardada.Builder | claro () |
Rebanada guardada.Builder | borrar datos () The raw data of the slice is stored as a TensorProto. |
Rebanada guardada.Builder | clearField (campo com.google.protobuf.Descriptors.FieldDescriptor) |
Rebanada guardada.Builder | borrar nombre () Name of the tensor that this slice belongs to. |
Rebanada guardada.Builder | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor uno de) |
Rebanada guardada.Builder | borrar rebanada () Extent of the slice. |
Rebanada guardada.Builder | clonar () |
TensorProto | obtener datos () The raw data of the slice is stored as a TensorProto. |
TensorProto.Builder | getDataBuilder () The raw data of the slice is stored as a TensorProto. |
TensorProtoOrBuilder | getDataOrBuilder () The raw data of the slice is stored as a TensorProto. |
Rebanada guardada | |
com.google.protobuf.Descriptors.Descriptor estático final | |
com.google.protobuf.Descriptors.Descriptor | |
Cadena | obtenerNombre () Name of the tensor that this slice belongs to. |
com.google.protobuf.ByteString | getNombreBytes () Name of the tensor that this slice belongs to. |
TensorSliceProto | obtener rebanada () Extent of the slice. |
TensorSliceProto.Builder | obtenerSliceBuilder () Extent of the slice. |
TensorSliceProtoOrBuilder | getSliceOrBuilder () Extent of the slice. |
booleano | tiene datos () The raw data of the slice is stored as a TensorProto. |
booleano | tiene rebanada () Extent of the slice. |
booleano final | |
Rebanada guardada.Builder | |
Rebanada guardada.Builder | mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry) |
Rebanada guardada.Builder | mergeFrom (com.google.protobuf.Message otro) |
Rebanada guardada.Builder | |
SavedSlice.Builder final | mergeUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields) |
Rebanada guardada.Builder | setData ( TensorProto.Builder constructorForValue) The raw data of the slice is stored as a TensorProto. |
Rebanada guardada.Builder | |
Rebanada guardada.Builder | setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto) |
Rebanada guardada.Builder | setName (valor de cadena) Name of the tensor that this slice belongs to. |
Rebanada guardada.Builder | setNameBytes (valor com.google.protobuf.ByteString) Name of the tensor that this slice belongs to. |
Rebanada guardada.Builder | setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto) |
Rebanada guardada.Builder | |
Rebanada guardada.Builder | |
SavedSlice.Builder final | setUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields) |
Métodos heredados
Métodos públicos
público SavedSlice.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
público SavedSlice.Builder clearData ()
The raw data of the slice is stored as a TensorProto. Only raw data are stored (we don't fill in fields such as dtype or tensor_shape).
.tensorflow.TensorProto data = 3;
público SavedSlice.Builder clearName ()
Name of the tensor that this slice belongs to. This must be identical to the name used to encode the key for this record.
string name = 1;
público SavedSlice.Builder clearSlice ()
Extent of the slice. Must have one entry for each of the dimension of the tensor that this slice belongs to.
.tensorflow.TensorSliceProto slice = 2;
público TensorProto getData ()
The raw data of the slice is stored as a TensorProto. Only raw data are stored (we don't fill in fields such as dtype or tensor_shape).
.tensorflow.TensorProto data = 3;
público TensorProto.Builder getDataBuilder ()
The raw data of the slice is stored as a TensorProto. Only raw data are stored (we don't fill in fields such as dtype or tensor_shape).
.tensorflow.TensorProto data = 3;
público TensorProtoOrBuilder getDataOrBuilder ()
The raw data of the slice is stored as a TensorProto. Only raw data are stored (we don't fill in fields such as dtype or tensor_shape).
.tensorflow.TensorProto data = 3;
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 that this slice belongs to. This must be identical to the name used to encode the key for this record.
string name = 1;
público com.google.protobuf.ByteString getNameBytes ()
Name of the tensor that this slice belongs to. This must be identical to the name used to encode the key for this record.
string name = 1;
público TensorSliceProto getSlice ()
Extent of the slice. Must have one entry for each of the dimension of the tensor that this slice belongs to.
.tensorflow.TensorSliceProto slice = 2;
público TensorSliceProto.Builder getSliceBuilder ()
Extent of the slice. Must have one entry for each of the dimension of the tensor that this slice belongs to.
.tensorflow.TensorSliceProto slice = 2;
público TensorSliceProtoOrBuilder getSliceOrBuilder ()
Extent of the slice. Must have one entry for each of the dimension of the tensor that this slice belongs to.
.tensorflow.TensorSliceProto slice = 2;
hasData público booleano ()
The raw data of the slice is stored as a TensorProto. Only raw data are stored (we don't fill in fields such as dtype or tensor_shape).
.tensorflow.TensorProto data = 3;
hasSlice booleano público ()
Extent of the slice. Must have one entry for each of the dimension of the tensor that this slice belongs to.
.tensorflow.TensorSliceProto slice = 2;
público final booleano isInitialized ()
mergeData público SavedSlice.Builder (valor TensorProto )
The raw data of the slice is stored as a TensorProto. Only raw data are stored (we don't fill in fields such as dtype or tensor_shape).
.tensorflow.TensorProto data = 3;
mergeFrom público SavedSlice.Builder (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry)
Lanza
IOExcepción |
---|
público SavedSlice.Builder mergeSlice (valor TensorSliceProto )
Extent of the slice. Must have one entry for each of the dimension of the tensor that this slice belongs to.
.tensorflow.TensorSliceProto slice = 2;
final público SavedSlice.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields)
público SavedSlice.Builder setData ( TensorProto.Builder builderForValue)
The raw data of the slice is stored as a TensorProto. Only raw data are stored (we don't fill in fields such as dtype or tensor_shape).
.tensorflow.TensorProto data = 3;
público SavedSlice.Builder setData (valor de TensorProto )
The raw data of the slice is stored as a TensorProto. Only raw data are stored (we don't fill in fields such as dtype or tensor_shape).
.tensorflow.TensorProto data = 3;
público SavedSlice.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
público SavedSlice.Builder setName (valor de cadena)
Name of the tensor that this slice belongs to. This must be identical to the name used to encode the key for this record.
string name = 1;
público SavedSlice.Builder setNameBytes (valor com.google.protobuf.ByteString)
Name of the tensor that this slice belongs to. This must be identical to the name used to encode the key for this record.
string name = 1;
público SavedSlice.Builder setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto)
público SavedSlice.Builder setSlice (valor TensorSliceProto )
Extent of the slice. Must have one entry for each of the dimension of the tensor that this slice belongs to.
.tensorflow.TensorSliceProto slice = 2;
público SavedSlice.Builder setSlice ( TensorSliceProto.Builder builderForValue)
Extent of the slice. Must have one entry for each of the dimension of the tensor that this slice belongs to.
.tensorflow.TensorSliceProto slice = 2;