genel arayüz AllocationDescriptionOrBuilder
Bilinen Dolaylı Alt Sınıflar |
Genel Yöntemler
soyut uzun | getAllocatedBytes () Total number of bytes allocated if known int64 allocated_bytes = 2; |
soyut uzun | getAllocationId () Identifier of the allocated buffer if known int64 allocation_id = 4; |
soyut Dize | getAllocatorName () Name of the allocator used string allocator_name = 3; |
abstract com.google.protobuf.ByteString | getAllocatorNameBytes () Name of the allocator used string allocator_name = 3; |
soyut boole | getHasSingleReference () Set if this tensor only has one remaining reference bool has_single_reference = 5; |
soyut uzun | getPtr () Address of the allocation. |
soyut uzun | getRequestedBytes () Total number of bytes requested int64 requested_bytes = 1; |
Genel Yöntemler
genel özet uzun getAllocatedBytes ()
Total number of bytes allocated if known
int64 allocated_bytes = 2;
genel özet uzun getAllocationId ()
Identifier of the allocated buffer if known
int64 allocation_id = 4;
genel özet Dize getAllocatorName ()
Name of the allocator used
string allocator_name = 3;
genel özet com.google.protobuf.ByteString getAllocatorNameBytes ()
Name of the allocator used
string allocator_name = 3;
genel soyut boolean getHasSingleReference ()
Set if this tensor only has one remaining reference
bool has_single_reference = 5;
genel özet uzun getPtr ()
Address of the allocation.
uint64 ptr = 6;
genel özet uzun getRequestedBytes ()
Total number of bytes requested
int64 requested_bytes = 1;