SavedSliceOrBuilder

antarmuka publik SavedSliceOrBuilder
Subkelas Tidak Langsung yang Diketahui

Metode Publik

TensorProto abstrak
dapatkanData ()
 The raw data of the slice is stored as a TensorProto.
TensorProtoOrBuilder abstrak
dapatkanDataOrBuilder ()
 The raw data of the slice is stored as a TensorProto.
Tali abstrak
dapatkan Nama ()
 Name of the tensor that this slice belongs to.
abstrak com.google.protobuf.ByteString
dapatkanNamaBytes ()
 Name of the tensor that this slice belongs to.
TensorSliceProto abstrak
dapatkan Irisan ()
 Extent of the slice.
abstrak TensorSliceProtoOrBuilder
dapatkanSliceOrBuilder ()
 Extent of the slice.
boolean abstrak
memilikiData ()
 The raw data of the slice is stored as a TensorProto.
boolean abstrak
memilikiSlice ()
 Extent of the slice.

Metode Publik

abstrak publik 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;

abstrak publik 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;

abstrak publik 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;

abstrak publik 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;

abstrak publik 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;

abstrak publik 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;

boolean abstrak publik 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;

boolean abstrak publik 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;