SavedSlice.Builder

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 de tipo tensorflow.SavedSlice

Métodos públicos

SavedSlice.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
Rebanada guardada
Rebanada guardada
SavedSlice.Builder
claro ()
SavedSlice.Builder
clearData ()
 The raw data of the slice is stored as a TensorProto.
SavedSlice.Builder
clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)
SavedSlice.Builder
clearName ()
 Name of the tensor that this slice belongs to.
SavedSlice.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
SavedSlice.Builder
clearSlice ()
 Extent of the slice.
SavedSlice.Builder
clonar ()
TensorProto
getData ()
 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
Cuerda
getName ()
 Name of the tensor that this slice belongs to.
com.google.protobuf.ByteString
getNameBytes ()
 Name of the tensor that this slice belongs to.
TensorSliceProto
getSlice ()
 Extent of the slice.
TensorSliceProto.Builder
getSliceBuilder ()
 Extent of the slice.
TensorSliceProtoOrBuilder
getSliceOrBuilder ()
 Extent of the slice.
booleano
hasData ()
 The raw data of the slice is stored as a TensorProto.
booleano
hasSlice ()
 Extent of the slice.
booleano final
SavedSlice.Builder
mergeData (valor de TensorProto )
 The raw data of the slice is stored as a TensorProto.
SavedSlice.Builder
mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SavedSlice.Builder
mergeFrom (com.google.protobuf.Message otro)
SavedSlice.Builder
mergeSlice (valor de TensorSliceProto )
 Extent of the slice.
Final SavedSlice.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
SavedSlice.Builder
setData ( TensorProto.Builder builderForValue)
 The raw data of the slice is stored as a TensorProto.
SavedSlice.Builder
setData (valor de TensorProto )
 The raw data of the slice is stored as a TensorProto.
SavedSlice.Builder
setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
SavedSlice.Builder
setName (valor de cadena)
 Name of the tensor that this slice belongs to.
SavedSlice.Builder
setNameBytes (valor de com.google.protobuf.ByteString)
 Name of the tensor that this slice belongs to.
SavedSlice.Builder
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto)
SavedSlice.Builder
setSlice (valor de TensorSliceProto )
 Extent of the slice.
SavedSlice.Builder
setSlice ( TensorSliceProto.Builder builderForValue)
 Extent of the slice.
Final SavedSlice.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

Métodos heredados

Métodos públicos

public SavedSlice.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor de objeto)

public SavedSlice build ()

public SavedSlice buildPartial ()

public SavedSlice.Builder clear ()

public 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;

public SavedSlice.Builder clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)

public 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;

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

public 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;

public SavedSlice.Builder clone ()

public 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;

public 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;

public 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;

public SavedSlice getDefaultInstanceForType ()

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

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

public String 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;

public 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;

public 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;

public 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;

public 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;

public boolean hasData ()

 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;

public boolean hasSlice ()

 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;

public final boolean isInitialized ()

public SavedSlice.Builder mergeData (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;

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

Lanza
IOException

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

public SavedSlice.Builder mergeSlice (valor de 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;

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

public 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;

public 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;

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

public 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;

public SavedSlice.Builder setNameBytes (valor de 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;

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

public SavedSlice.Builder setSlice (valor de 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;

public 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;

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