SavedSliceOrBuilder

رابط عمومی SavedSliceOrBuilder
زیر کلاس های غیر مستقیم شناخته شده

روش های عمومی

انتزاعی TensorProto
getData ()
 The raw data of the slice is stored as a TensorProto.
انتزاعی TensorProtoOrBuilder
getDataOrBuilder ()
 The raw data of the slice is stored as a TensorProto.
رشته انتزاعی
getName ()
 Name of the tensor that this slice belongs to.
چکیده com.google.protobuf.ByteString
getNameBytes ()
 Name of the tensor that this slice belongs to.
چکیده TensorSliceProto
getSlice ()
 Extent of the slice.
انتزاعی TensorSliceProtoOrBuilder
getSliceOrBuilder ()
 Extent of the slice.
بولی انتزاعی
hasData ()
 The raw data of the slice is stored as a TensorProto.
بولی انتزاعی
hasSlice ()
 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 ()

 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;

چکیده عمومی 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;

چکیده عمومی 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;