SavedSliceOrBuilder

interfejs publiczny SavedSliceOrBuilder
Znane podklasy pośrednie

Metody publiczne

abstrakcyjny TensorProto
otrzymać dane ()
 The raw data of the slice is stored as a TensorProto.
streszczenie TensorProtoOrBuilder
getDataOrBuilder ()
 The raw data of the slice is stored as a TensorProto.
abstrakcyjny ciąg
pobierz nazwę ()
 Name of the tensor that this slice belongs to.
streszczenie com.google.protobuf.ByteString
getNameBytes ()
 Name of the tensor that this slice belongs to.
abstrakcyjny TensorSliceProto
getSlice ()
 Extent of the slice.
abstrakcyjny TensorSliceProtoOrBuilder
getSliceOrBuilder ()
 Extent of the slice.
abstrakcyjna wartość logiczna
ma dane ()
 The raw data of the slice is stored as a TensorProto.
abstrakcyjna wartość logiczna
maKawałek ()
 Extent of the slice.

Metody publiczne

publiczne streszczenie 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;

publiczne streszczenie 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;

publiczna abstrakcja 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;

publiczne streszczenie 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;

publiczne streszczenie 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;

publiczne streszczenie 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;

publiczna wartość logiczna abstrakcyjna 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;

publiczna wartość logiczna abstrakcyjna 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;