MemoryLogRawDeallocation

পাবলিক ফাইনাল ক্লাস MemoryLogRawDeallocation

Protobuf টাইপ tensorflow.MemoryLogRawDeallocation

নেস্টেড ক্লাস

ক্লাস MemoryLogRawDeallocation.Builder Protobuf টাইপ tensorflow.MemoryLogRawDeallocation

ধ্রুবক

int ALLOCATION_ID_FIELD_NUMBER
int ALLOCATOR_NAME_FIELD_NUMBER
int DEFERRED_FIELD_NUMBER
int OPERATION_FIELD_NUMBER
int STEP_ID_FIELD_NUMBER

পাবলিক পদ্ধতি

বুলিয়ান
সমান (অবজেক্ট অবজেক্ট)
দীর্ঘ
বরাদ্দ আইডি ()
 Id of the tensor buffer being deallocated, used to match to a
 corresponding allocation.
স্ট্রিং
getAllocatorName ()
 Name of the allocator used.
com.google.protobuf.ByteString
getAllocatorNameBytes ()
 Name of the allocator used.
স্ট্যাটিক MemoryLogRawDeallocation
MemoryLogRawDeallocation
বুলিয়ান
স্থগিত করা ()
 True if the deallocation is queued and will be performed later,
 e.g.
চূড়ান্ত স্ট্যাটিক com.google.protobuf.Descriptors.Descriptor
স্ট্রিং
গেট অপারেশন ()
 Name of the operation making the deallocation.
com.google.protobuf.ByteString
getOperationBytes ()
 Name of the operation making the deallocation.
int
দীর্ঘ
GetStepId ()
 Process-unique step id.
চূড়ান্ত com.google.protobuf.UnknownFieldSet
int
চূড়ান্ত বুলিয়ান
স্ট্যাটিক MemoryLogRawDeallocation.Builder
স্ট্যাটিক MemoryLogRawDeallocation.Builder
newBuilder ( MemoryLogRawDeallocation প্রোটোটাইপ)
MemoryLogRawDeallocation.Builder
স্ট্যাটিক MemoryLogRawDeallocation
পার্স ডিলিমিটেডফ্রম (ইনপুটস্ট্রিম ইনপুট)
স্ট্যাটিক MemoryLogRawDeallocation
parseDelimitedFrom (ইনপুটস্ট্রীম ইনপুট, com.google.protobuf.ExtensionRegistryLite এক্সটেনশনরেজিস্ট্রি)
স্ট্যাটিক MemoryLogRawDeallocation
পার্সফ্রম (বাইটবাফার ডেটা)
স্ট্যাটিক MemoryLogRawDeallocation
parseFrom (com.google.protobuf.CodedInputStream ইনপুট, com.google.protobuf.ExtensionRegistryLite এক্সটেনশন রেজিস্ট্রি)
স্ট্যাটিক MemoryLogRawDeallocation
parseFrom (ByteBuffer ডেটা, com.google.protobuf.ExtensionRegistryLite এক্সটেনশন রেজিস্ট্রি)
স্ট্যাটিক MemoryLogRawDeallocation
parseFrom (com.google.protobuf.CodedInputStream ইনপুট)
স্ট্যাটিক MemoryLogRawDeallocation
পার্সফ্রম (বাইট[] ডেটা, com.google.protobuf.ExtensionRegistryLite এক্সটেনশন রেজিস্ট্রি)
স্ট্যাটিক MemoryLogRawDeallocation
parseFrom (com.google.protobuf.ByteString ডেটা)
স্ট্যাটিক MemoryLogRawDeallocation
পার্সফ্রম (ইনপুটস্ট্রিম ইনপুট, com.google.protobuf.ExtensionRegistryLite এক্সটেনশনরেজিস্ট্রি)
স্ট্যাটিক MemoryLogRawDeallocation
parseFrom (com.google.protobuf.ByteString ডেটা, com.google.protobuf.ExtensionRegistryLite এক্সটেনশন রেজিস্ট্রি)
স্থির
MemoryLogRawDeallocation.Builder
অকার্যকর
writeTo (com.google.protobuf.CodedOutputStream আউটপুট)

উত্তরাধিকারসূত্রে প্রাপ্ত পদ্ধতি

ধ্রুবক

ALLOCATION_ID_FIELD_NUMBER এ পাবলিক স্ট্যাটিক ফাইনাল

ধ্রুবক মান: 3

ALLOCATOR_NAME_FIELD_NUMBER এ সর্বজনীন স্ট্যাটিক ফাইনাল

ধ্রুবক মান: 4

পাবলিক স্ট্যাটিক ফাইনাল int DEFERRED_FIELD_NUMBER

ধ্রুবক মান: 5

OPERATION_FIELD_NUMBER এ সর্বজনীন স্ট্যাটিক ফাইনাল

ধ্রুবক মান: 2

পাবলিক স্ট্যাটিক ফাইনাল int STEP_ID_FIELD_NUMBER

ধ্রুবক মান: 1

পাবলিক পদ্ধতি

পাবলিক বুলিয়ান সমান (অবজেক্ট অবজেক্ট)

সর্বজনীন দীর্ঘ getAllocationId ()

 Id of the tensor buffer being deallocated, used to match to a
 corresponding allocation.
 
int64 allocation_id = 3;

সর্বজনীন স্ট্রিং getAllocatorName ()

 Name of the allocator used.
 
string allocator_name = 4;

সর্বজনীন com.google.protobuf.ByteString getAllocatorNameBytes ()

 Name of the allocator used.
 
string allocator_name = 4;

পাবলিক স্ট্যাটিক MemoryLogRawDeallocation getDefaultInstance ()

সর্বজনীন MemoryLogRawDeallocation getDefaultInstanceForType ()

পাবলিক বুলিয়ান getDeferred ()

 True if the deallocation is queued and will be performed later,
 e.g. for GPU lazy freeing of buffers.
 
bool deferred = 5;

পাবলিক স্ট্যাটিক ফাইনাল com.google.protobuf.Descriptors.Descriptor getDescriptor ()

পাবলিক স্ট্রিং গেটঅপারেশন ()

 Name of the operation making the deallocation.
 
string operation = 2;

সর্বজনীন com.google.protobuf.ByteString getOperationBytes ()

 Name of the operation making the deallocation.
 
string operation = 2;

পাবলিক getParserForType ()

পাবলিক int getSerializedSize ()

সর্বজনীন দীর্ঘ getStepId ()

 Process-unique step id.
 
int64 step_id = 1;

সর্বজনীন চূড়ান্ত com.google.protobuf.UnknownFieldSet getUnknownFields ()

পাবলিক int হ্যাশকোড ()

সর্বজনীন চূড়ান্ত বুলিয়ান শুরু হয়েছে ()

পাবলিক স্ট্যাটিক MemoryLogRawDeallocation.Builder newBuilder ()

পাবলিক স্ট্যাটিক MemoryLogRawDeallocation.Builder newBuilder ( MemoryLogRawDeallocation প্রোটোটাইপ)

সর্বজনীন MemoryLogRawDeallocation.Builder newBuilderForType ()

পাবলিক স্ট্যাটিক MemoryLogRawDeallocation parseDelimitedFrom (ইনপুটস্ট্রিম ইনপুট)

নিক্ষেপ করে
IO ব্যতিক্রম

পাবলিক স্ট্যাটিক MemoryLogRawDeallocation parseDelimitedFrom (ইনপুটস্ট্রীম ইনপুট, com.google.protobuf.ExtensionRegistryLite এক্সটেনশন রেজিস্ট্রি)

নিক্ষেপ করে
IO ব্যতিক্রম

পাবলিক স্ট্যাটিক MemoryLogRawDeallocation parseFrom (ByteBuffer ডেটা)

নিক্ষেপ করে
অবৈধ প্রোটোকলবাফার ব্যতিক্রম

পাবলিক স্ট্যাটিক MemoryLogRawDeallocation parseFrom (com.google.protobuf.CodedInputStream ইনপুট, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

নিক্ষেপ করে
IO ব্যতিক্রম

পাবলিক স্ট্যাটিক MemoryLogRawDeallocation parseFrom (ByteBuffer ডেটা, com.google.protobuf.ExtensionRegistryLite এক্সটেনশন রেজিস্ট্রি)

নিক্ষেপ করে
অবৈধ প্রোটোকলবাফার ব্যতিক্রম

পাবলিক স্ট্যাটিক MemoryLogRawDeallocation parseFrom (com.google.protobuf.CodedInputStream ইনপুট)

নিক্ষেপ করে
IO ব্যতিক্রম

পাবলিক স্ট্যাটিক MemoryLogRawDeallocation parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite এক্সটেনশন রেজিস্ট্রি)

নিক্ষেপ করে
অবৈধ প্রোটোকলবাফার ব্যতিক্রম

পাবলিক স্ট্যাটিক MemoryLogRawDeallocation parseFrom (com.google.protobuf.ByteString ডেটা)

নিক্ষেপ করে
অবৈধ প্রোটোকলবাফার ব্যতিক্রম

পাবলিক স্ট্যাটিক MemoryLogRawDeallocation parseFrom (InputStream ইনপুট, com.google.protobuf.ExtensionRegistryLite এক্সটেনশন রেজিস্ট্রি)

নিক্ষেপ করে
IO ব্যতিক্রম

পাবলিক স্ট্যাটিক MemoryLogRawDeallocation parseFrom (com.google.protobuf.ByteString ডেটা, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

নিক্ষেপ করে
অবৈধ প্রোটোকলবাফার ব্যতিক্রম

পাবলিক স্ট্যাটিক পার্সার ()

সর্বজনীন MemoryLogRawDeallocation.Builder to Builder ()

public void writeTo (com.google.protobuf.CodedOutputStream আউটপুট)

নিক্ষেপ করে
IO ব্যতিক্রম