SavedSliceOrBuilder

อินเทอร์เฟซสาธารณะ SavedSliceOrBuilder
คลาสย่อยทางอ้อมที่รู้จัก

วิธีการสาธารณะ

นามธรรม TensorProto
รับข้อมูล ()
 The raw data of the slice is stored as a TensorProto.
นามธรรม TensorProtoOrBuilder
getDataOrBuilder ()
 The raw data of the slice is stored as a TensorProto.
สตริงที่เป็นนามธรรม
รับชื่อ ()
 Name of the tensor that this slice belongs to.
นามธรรม com.google.protobuf.ByteString
getNameBytes ()
 Name of the tensor that this slice belongs to.
นามธรรม TensorSliceProto
รับสไลซ์ ()
 Extent of the slice.
นามธรรม TensorSliceProtoOrBuilder
getSliceOrBuilder ()
 Extent of the slice.
บูลีนนามธรรม
มีข้อมูล ()
 The raw data of the slice is stored as a TensorProto.
บูลีนนามธรรม
มีสไลซ์ ()
 Extent of the slice.

วิธีการสาธารณะ

นามธรรมสาธารณะ 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;

นามธรรมสาธารณะ 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;

สตริงนามธรรมสาธารณะ getName ()

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;

นามธรรมสาธารณะ 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;

นามธรรมสาธารณะ 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;

นามธรรมสาธารณะ 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 บูลีนนามธรรมสาธารณะ ()

 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 บูลีนนามธรรมสาธารณะ ()

 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;