공용 인터페이스 AllocationDescriptionOrBuilder
알려진 간접 하위 클래스 |
공개 방법
추상적인 긴 | getAllocationBytes () Total number of bytes allocated if known int64 allocated_bytes = 2; |
추상적인 긴 | getAllocationId () Identifier of the allocated buffer if known int64 allocation_id = 4; |
추상 문자열 | getAllocatorName () Name of the allocator used string allocator_name = 3; |
추상 com.google.protobuf.ByteString | getAllocatorNameBytes () Name of the allocator used string allocator_name = 3; |
추상 부울 | getHasSingleReference () Set if this tensor only has one remaining reference bool has_single_reference = 5; |
추상적인 긴 | getPtr () Address of the allocation. |
추상적인 긴 | getRequestedBytes () Total number of bytes requested int64 requested_bytes = 1; |
공개 방법
공개 추상 긴 getAllocationBytes ()
Total number of bytes allocated if known
int64 allocated_bytes = 2;
공개 추상 긴 getAllocationId ()
Identifier of the allocated buffer if known
int64 allocation_id = 4;
공개 추상 문자열 getAllocatorName ()
Name of the allocator used
string allocator_name = 3;
공개 추상 com.google.protobuf.ByteString getAllocatorNameBytes ()
Name of the allocator used
string allocator_name = 3;
공개 추상 부울 getHasSingleReference ()
Set if this tensor only has one remaining reference
bool has_single_reference = 5;
공개 추상 긴 getPtr ()
Address of the allocation.
uint64 ptr = 6;
공개 추상 긴 getRequestedBytes ()
Total number of bytes requested
int64 requested_bytes = 1;