genel arayüz SavedSliceOrBuilder
Bilinen Dolaylı Alt Sınıflar |
Genel Yöntemler
soyut TensorProto | Veri Al () The raw data of the slice is stored as a TensorProto. |
soyut TensorProtoOrBuilder | getDataOrBuilder () The raw data of the slice is stored as a TensorProto. |
soyut Dize | getName () Name of the tensor that this slice belongs to. |
abstract com.google.protobuf.ByteString | getNameBytes () Name of the tensor that this slice belongs to. |
soyut TensorSliceProto | getSlice () Extent of the slice. |
soyut TensorSliceProtoOrBuilder | getSliceOrBuilder () Extent of the slice. |
soyut boole | Verileri var () The raw data of the slice is stored as a TensorProto. |
soyut boole | dilime sahiptir () Extent of the slice. |
Genel Yöntemler
genel özet 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;
genel özet 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;
genel özet Dize 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;
genel özet 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;
genel özet 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;
genel özet 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;
genel soyut boolean 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;
genel soyut boolean 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;