SavedSlice.Builder

classe final estática pública SavedSlice.Builder

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

Métodos Públicos

SavedSlice.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
Fatia salva
Fatia salva
SavedSlice.Builder
claro ()
SavedSlice.Builder
apagar os dados ()
 The raw data of the slice is stored as a TensorProto.
SavedSlice.Builder
clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)
SavedSlice.Builder
limparNome ()
 Name of the tensor that this slice belongs to.
SavedSlice.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor umof)
SavedSlice.Builder
limparSlice ()
 Extent of the slice.
SavedSlice.Builder
clonar ()
TensorProto
Obter dados ()
 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.
Fatia salva
final estático com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
Corda
getNome ()
 Name of the tensor that this slice belongs to.
com.google.protobuf.ByteString
getNomeBytes ()
 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
temDados ()
 The raw data of the slice is stored as a TensorProto.
boleano
hasSlice ()
 Extent of the slice.
booleano final
SavedSlice.Builder
mergeData (valor 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 outro)
SavedSlice.Builder
mergeSlice (valor TensorSliceProto )
 Extent of the slice.
final SavedSlice.Builder
mesclarUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields)
SavedSlice.Builder
setData ( TensorProto.Builder construtorForValue)
 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 da string)
 Name of the tensor that this slice belongs to.
SavedSlice.Builder
setNameBytes (valor 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 do objeto)
SavedSlice.Builder
setSlice (valor TensorSliceProto )
 Extent of the slice.
SavedSlice.Builder
setSlice ( TensorSliceProto.Builder construtorForValue)
 Extent of the slice.
final SavedSlice.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields)

Métodos herdados

Métodos Públicos

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

compilação pública SavedSlice ()

público SavedSlice buildPartial ()

público SavedSlice.Builder claro ()

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)

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;

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

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;

clone público SavedSlice.Builder ()

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;

TensorProtoOrBuilder público 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 SavedSlice getDefaultInstanceForType ()

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

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

String pública getNome ()

 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 booleano público ()

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

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

Lança
IOException

público SavedSlice.Builder mergeFrom (com.google.protobuf.Message outro)

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;

público final SavedSlice.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields)

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

público SavedSlice.Builder setName (valor da string)

 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;

public SavedSlice.Builder setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor do 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;

final público SavedSlice.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields)