SavedSlice.Builder

classe final pública estática SavedSlice.Builder

 Saved tensor slice: it stores the name of the tensors, the slice, and the
 raw data.
 
tensorflow.SavedSlice tipo tensorflow.SavedSlice

Métodos Públicos

SavedSlice.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
SavedSlice
build ()
SavedSlice
SavedSlice.Builder
limpar ()
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
clone ()
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.
SavedSlice
final static com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
Fragmento
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.
boleano
hasData ()
 The raw data of the slice is stored as a TensorProto.
boleano
hasSlice ()
 Extent of the slice.
final booleano
SavedSlice.Builder
mergeData (valor TensorProto )
 The raw data of the slice is stored as a TensorProto.
SavedSlice.Builder
mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SavedSlice.Builder
mergeFrom (com.google.protobuf.Message other)
SavedSlice.Builder
mergeSlice (valor TensorSliceProto )
 Extent of the slice.
SavedSlice.Builder final
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 TensorProto )
 The raw data of the slice is stored as a TensorProto.
SavedSlice.Builder
setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
SavedSlice.Builder
setName (valor String)
 Name of the tensor that this slice belongs to.
SavedSlice.Builder
setNameBytes (com.google.protobuf.ByteString value)
 Name of the tensor that this slice belongs to.
SavedSlice.Builder
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor do objeto)
SavedSlice.Builder
setSlice (valor TensorSliceProto )
 Extent of the slice.
SavedSlice.Builder
setSlice ( TensorSliceProto.Builder builderForValue)
 Extent of the slice.
SavedSlice.Builder final
setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

Métodos herdados

Métodos Públicos

public SavedSlice.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do 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 ()

Nome da string name = 1;

 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;

clone public SavedSlice.Builder ()

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

Nome da string name = 1;

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

Nome da string name = 1;

 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 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 (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

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

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

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 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 Object)

pública SavedSlice.Builder setName (String value)

Nome da string name = 1;

 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 (com.google.protobuf.ByteString value)

Nome da string name = 1;

 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 do objeto)

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

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)