SavedSliceOrBuilder

giao diện công cộng SavingSliceOrBuilder
Các lớp con gián tiếp đã biết

Phương pháp công khai

trừu tượng TensorProto
lấy dữ liệu ()
 The raw data of the slice is stored as a TensorProto.
trừu tượng TensorProtoOrBuilder
getDataOrBuilder ()
 The raw data of the slice is stored as a TensorProto.
chuỗi trừu tượng
lấy Tên ()
 Name of the tensor that this slice belongs to.
tóm tắt com.google.protobuf.ByteString
getNameBytes ()
 Name of the tensor that this slice belongs to.
trừu tượng TensorSliceProto
getSlice ()
 Extent of the slice.
trừu tượng TensorSliceProtoOrBuilder
getSliceOrBuilder ()
 Extent of the slice.
trừu tượng boolean
hasData ()
 The raw data of the slice is stored as a TensorProto.
trừu tượng boolean
hasSlice ()
 Extent of the slice.

Phương pháp công khai

tóm tắt công khai 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;

tóm tắt công khai 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;

Chuỗi tóm tắt công khai 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;

tóm tắt công khai com.google.protobuf.ByteString getNameBytes ()

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.
 
= 1;

tóm tắt công khai 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;

tóm tắt công khai 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 trừu tượng công khai 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 trừu tượng công khai 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;