পাবলিক ইন্টারফেস 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. |
বিমূর্ত বুলিয়ান | আছে ডেটা () 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;