পাবলিক ফাইনাল ক্লাস সেভড স্লাইস
Saved tensor slice: it stores the name of the tensors, the slice, and the raw data.
tensorflow.SavedSlice
নেস্টেড ক্লাস
ক্লাস | SavedSlice.Builder | Saved tensor slice: it stores the name of the tensors, the slice, and the raw data. |
ধ্রুবক
int | DATA_FIELD_NUMBER | |
int | NAME_FIELD_NUMBER | |
int | SLICE_FIELD_NUMBER |
পাবলিক পদ্ধতি
বুলিয়ান | সমান (অবজেক্ট অবজেক্ট) |
টেনসরপ্রোটো | 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. |
স্ট্যাটিক সংরক্ষিত স্লাইস | |
সংরক্ষিত স্লাইস | |
চূড়ান্ত স্ট্যাটিক com.google.protobuf.Descriptors.Descriptor | |
স্ট্রিং | getName () Name of the tensor that this slice belongs to. |
com.google.protobuf.ByteString | getNameBytes () Name of the tensor that this slice belongs to. |
int | |
TensorSliceProto | getSlice () Extent of the slice. |
TensorSliceProtoOrBuilder | getSliceOrBuilder () Extent of the slice. |
চূড়ান্ত com.google.protobuf.UnknownFieldSet | |
বুলিয়ান | আছে ডেটা () The raw data of the slice is stored as a TensorProto. |
বুলিয়ান | hasslice () Extent of the slice. |
int | হ্যাশকোড () |
চূড়ান্ত বুলিয়ান | |
স্ট্যাটিক SavedSlice.Builder | newBuilder ( সেভডস্লাইস প্রোটোটাইপ) |
স্ট্যাটিক SavedSlice.Builder | |
SavedSlice.Builder | |
স্ট্যাটিক সংরক্ষিত স্লাইস | পার্স ডিলিমিটেডফ্রম (ইনপুটস্ট্রিম ইনপুট) |
স্ট্যাটিক সংরক্ষিত স্লাইস | parseDelimitedFrom (ইনপুটস্ট্রীম ইনপুট, com.google.protobuf.ExtensionRegistryLite এক্সটেনশনরেজিস্ট্রি) |
স্ট্যাটিক সংরক্ষিত স্লাইস | পার্সফ্রম (বাইটবাফার ডেটা) |
স্ট্যাটিক সংরক্ষিত স্লাইস | parseFrom (com.google.protobuf.CodedInputStream ইনপুট, com.google.protobuf.ExtensionRegistryLite এক্সটেনশন রেজিস্ট্রি) |
স্ট্যাটিক সংরক্ষিত স্লাইস | parseFrom (ByteBuffer ডেটা, com.google.protobuf.ExtensionRegistryLite এক্সটেনশন রেজিস্ট্রি) |
স্ট্যাটিক সংরক্ষিত স্লাইস | parseFrom (com.google.protobuf.CodedInputStream ইনপুট) |
স্ট্যাটিক সংরক্ষিত স্লাইস | পার্সফ্রম (বাইট[] ডেটা, com.google.protobuf.ExtensionRegistryLite এক্সটেনশন রেজিস্ট্রি) |
স্ট্যাটিক সংরক্ষিত স্লাইস | parseFrom (com.google.protobuf.ByteString ডেটা) |
স্ট্যাটিক সংরক্ষিত স্লাইস | পার্সফ্রম (ইনপুটস্ট্রিম ইনপুট, com.google.protobuf.ExtensionRegistryLite এক্সটেনশনরেজিস্ট্রি) |
স্ট্যাটিক সংরক্ষিত স্লাইস | parseFrom (com.google.protobuf.ByteString ডেটা, com.google.protobuf.ExtensionRegistryLite এক্সটেনশন রেজিস্ট্রি) |
স্থির | পার্সার () |
SavedSlice.Builder | নির্মাণকারী () |
অকার্যকর | writeTo (com.google.protobuf.CodedOutputStream আউটপুট) |
উত্তরাধিকারসূত্রে প্রাপ্ত পদ্ধতি
ধ্রুবক
DATA_FIELD_NUMBER সর্বজনীন স্ট্যাটিক চূড়ান্ত int
ধ্রুবক মান: 3
পাবলিক স্ট্যাটিক ফাইনাল int NAME_FIELD_NUMBER
ধ্রুবক মান: 1
পাবলিক স্ট্যাটিক ফাইনাল int SLICE_FIELD_NUMBER
ধ্রুবক মান: 2
পাবলিক পদ্ধতি
পাবলিক বুলিয়ান সমান (অবজেক্ট অবজেক্ট)
সর্বজনীন 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;
পাবলিক স্ট্যাটিক ফাইনাল com.google.protobuf.Descriptors.Descriptor getDescriptor ()
সর্বজনীন স্ট্রিং 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;
সর্বজনীন getParserForType ()
পাবলিক int getSerializedSize ()
সর্বজনীন 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;
সর্বজনীন চূড়ান্ত com.google.protobuf.UnknownFieldSet getUnknownFields ()
পাবলিক বুলিয়ান আছে ডেটা ()
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;
পাবলিক int হ্যাশকোড ()
সর্বজনীন চূড়ান্ত বুলিয়ান শুরু হয়েছে ()
পাবলিক স্ট্যাটিক সেভডস্লাইস পার্সডিলিমিটেডফ্রম (ইনপুটস্ট্রিম ইনপুট, com.google.protobuf.ExtensionRegistryLite এক্সটেনশনরেজিস্ট্রি)
নিক্ষেপ করে
IO ব্যতিক্রম |
---|
পাবলিক স্ট্যাটিক সেভ স্লাইস পার্সফ্রম (com.google.protobuf.CodedInputStream ইনপুট, com.google.protobuf.ExtensionRegistryLite এক্সটেনশন রেজিস্ট্রি)
নিক্ষেপ করে
IO ব্যতিক্রম |
---|
পাবলিক স্ট্যাটিক সেভডস্লাইস পার্সফ্রম (ByteBuffer ডেটা, com.google.protobuf.ExtensionRegistryLite এক্সটেনশন রেজিস্ট্রি)
নিক্ষেপ করে
অবৈধ প্রোটোকলবাফার ব্যতিক্রম |
---|
পাবলিক স্ট্যাটিক SavedSlice parseFrom (com.google.protobuf.CodedInputStream ইনপুট)
নিক্ষেপ করে
IO ব্যতিক্রম |
---|
পাবলিক স্ট্যাটিক সেভডস্লাইস পার্সফ্রম (বাইট[] ডেটা, com.google.protobuf.ExtensionRegistryLite এক্সটেনশন রেজিস্ট্রি)
নিক্ষেপ করে
অবৈধ প্রোটোকলবাফার ব্যতিক্রম |
---|
পাবলিক স্ট্যাটিক SavedSlice parseFrom (com.google.protobuf.ByteString ডেটা)
নিক্ষেপ করে
অবৈধ প্রোটোকলবাফার ব্যতিক্রম |
---|
পাবলিক স্ট্যাটিক সেভডস্লাইস পার্সফ্রম (ইনপুটস্ট্রিম ইনপুট, com.google.protobuf.ExtensionRegistryLite এক্সটেনশনরেজিস্ট্রি)
নিক্ষেপ করে
IO ব্যতিক্রম |
---|
পাবলিক স্ট্যাটিক SavedSlice parseFrom (com.google.protobuf.ByteString ডেটা, com.google.protobuf.ExtensionRegistryLite এক্সটেনশন রেজিস্ট্রি)
নিক্ষেপ করে
অবৈধ প্রোটোকলবাফার ব্যতিক্রম |
---|
পাবলিক স্ট্যাটিক পার্সার ()
public void writeTo (com.google.protobuf.CodedOutputStream আউটপুট)
নিক্ষেপ করে
IO ব্যতিক্রম |
---|