SavedSliceOrBuilder

interface publique SavedSliceOrBuilder
Sous-classes indirectes connues

Méthodes publiques

TensorProto abstrait
obtenir des données ()
 The raw data of the slice is stored as a TensorProto.
abstrait TensorProtoOrBuilder
getDataOrBuilder ()
 The raw data of the slice is stored as a TensorProto.
chaîne abstraite
obtenirNom ()
 Name of the tensor that this slice belongs to.
résumé com.google.protobuf.ByteString
getNameBytes ()
 Name of the tensor that this slice belongs to.
abstrait TensorSliceProto
obtenirSlice ()
 Extent of the slice.
abstrait TensorSliceProtoOrBuilder
getSliceOrBuilder ()
 Extent of the slice.
booléen abstrait
hasData ()
 The raw data of the slice is stored as a TensorProto.
booléen abstrait
aSlice ()
 Extent of the slice.

Méthodes publiques

résumé 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;

résumé 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;

chaîne abstraite publique getName ()

nom de chaîne

 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;

résumé public com.google.protobuf.ByteString getNameBytes ()

nom de chaîne

 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;

résumé 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;

résumé 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 abstrait booléen 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 abstrait booléen 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;