পাবলিক স্ট্যাটিক ফাইনাল ক্লাস SavedSlice.Builder
Saved tensor slice: it stores the name of the tensors, the slice, and the raw data.
tensorflow.SavedSlice
পাবলিক পদ্ধতি
SavedSlice.Builder | addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor ক্ষেত্র, বস্তুর মান) |
সংরক্ষিত স্লাইস | নির্মাণ () |
সংরক্ষিত স্লাইস | বিল্ড আংশিক () |
SavedSlice.Builder | পরিষ্কার () |
SavedSlice.Builder | সাফ ডেটা () The raw data of the slice is stored as a TensorProto. |
SavedSlice.Builder | clearField (com.google.protobuf.Descriptors.FieldDescriptor ক্ষেত্র) |
SavedSlice.Builder | পরিষ্কার নাম () Name of the tensor that this slice belongs to. |
SavedSlice.Builder | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
SavedSlice.Builder | পরিষ্কার স্লাইস () Extent of the slice. |
SavedSlice.Builder | ক্লোন () |
টেনসরপ্রোটো | getData () The raw data of the slice is stored as a TensorProto. |
TensorProto.Builder | getDataBuilder () 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 | |
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. |
TensorSliceProto | getSlice () Extent of the slice. |
TensorSliceProto.Builder | getSliceBuilder () 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. |
চূড়ান্ত বুলিয়ান | |
SavedSlice.Builder | |
SavedSlice.Builder | mergeFrom (com.google.protobuf.CodedInputStream ইনপুট, com.google.protobuf.ExtensionRegistryLite এক্সটেনশন রেজিস্ট্রি) |
SavedSlice.Builder | mergeFrom (com.google.protobuf.অন্যান্য বার্তা পাঠান) |
SavedSlice.Builder | |
চূড়ান্ত সংরক্ষিত স্লাইস. বিল্ডার | একত্রিত করুন অজানাক্ষেত্র (com.google.protobuf.UnknownFieldSet অজানাক্ষেত্র) |
SavedSlice.Builder | setData ( TensorProto.Builder builderForValue) The raw data of the slice is stored as a TensorProto. |
SavedSlice.Builder | |
SavedSlice.Builder | setField (com.google.protobuf.Descriptors.FieldDescriptor ক্ষেত্র, বস্তুর মান) |
SavedSlice.Builder | setName (স্ট্রিং মান) Name of the tensor that this slice belongs to. |
SavedSlice.Builder | setNameBytes (com.google.protobuf.ByteString মান) Name of the tensor that this slice belongs to. |
SavedSlice.Builder | setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor ক্ষেত্র, int সূচক, অবজেক্ট মান) |
SavedSlice.Builder | |
SavedSlice.Builder | |
চূড়ান্ত সংরক্ষিত স্লাইস. বিল্ডার | সেটUnknownFields (com.google.protobuf.UnknownFieldসেট অজানাফিল্ড) |
উত্তরাধিকারসূত্রে প্রাপ্ত পদ্ধতি
পাবলিক পদ্ধতি
সর্বজনীন SavedSlice.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor ক্ষেত্র, বস্তুর মান)
সর্বজনীন SavedSlice.Builder clearData ()
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;
সর্বজনীন SavedSlice.Builder clearName ()
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;
সর্বজনীন SavedSlice.Builder clearSlice ()
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;
সর্বজনীন 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;
সর্বজনীন TensorProto.Builder getDataBuilder ()
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 ()
সর্বজনীন com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
সর্বজনীন স্ট্রিং 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;
সর্বজনীন TensorSliceProto.Builder getSliceBuilder ()
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;
পাবলিক বুলিয়ান আছে ডেটা ()
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;
সর্বজনীন চূড়ান্ত বুলিয়ান শুরু হয়েছে ()
সর্বজনীন SavedSlice.Builder mergeData ( TensorProto মান)
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;
সর্বজনীন SavedSlice.Builder mergeFrom (com.google.protobuf.CodedInputStream ইনপুট, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
নিক্ষেপ করে
IO ব্যতিক্রম |
---|
সর্বজনীন SavedSlice.Builder mergeSlice ( TensorSliceProto মান)
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;
সর্বজনীন চূড়ান্ত SavedSlice.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
সর্বজনীন SavedSlice.Builder setData ( TensorProto.Builder builderForValue)
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;
সর্বজনীন SavedSlice.Builder setData ( TensorProto মান)
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;
সর্বজনীন SavedSlice.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor ক্ষেত্র, বস্তুর মান)
সর্বজনীন SavedSlice.Builder setName (স্ট্রিং মান)
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;
সর্বজনীন SavedSlice.Builder setNameBytes (com.google.protobuf.ByteString মান)
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;
সর্বজনীন SavedSlice.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor ক্ষেত্র, int সূচক, অবজেক্ট মান)
সর্বজনীন SavedSlice.Builder setSlice ( TensorSliceProto মান)
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;
সর্বজনীন SavedSlice.Builder setSlice ( TensorSliceProto.Builder builderForValue)
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;