общедоступный интерфейс AllocationDescriptionOrBuilder
Известные косвенные подклассы |
Публичные методы
абстрактный длинный | getAllocatedBytes () Total number of bytes allocated if known int64 allocated_bytes = 2; |
абстрактный длинный | получитьИдАллокации () Identifier of the allocated buffer if known int64 allocation_id = 4; |
абстрактная строка | получитьимяаллокатора () 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; |
абстрактный длинный | получитьПтр () Address of the allocation. |
абстрактный длинный | getRequestedBytes () Total number of bytes requested int64 requested_bytes = 1; |
Публичные методы
публичный абстрактный длинный getAllocatedBytes ()
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;