AllocationDescriptionOrBuilder

antarmuka publik AllocationDescriptionOrBuilder
Subkelas Tidak Langsung yang Diketahui

Metode Publik

abstrak panjang
dapatkanAllocationBytes ()
 Total number of bytes allocated if known
 
int64 allocated_bytes = 2;
abstrak panjang
dapatkanAllocationId ()
 Identifier of the allocated buffer if known
 
int64 allocation_id = 4;
Tali abstrak
dapatkan Nama Pengalokasi ()
 Name of the allocator used
 
string allocator_name = 3;
abstrak com.google.protobuf.ByteString
dapatkanAllocatorNameBytes ()
 Name of the allocator used
 
string allocator_name = 3;
boolean abstrak
dapatkanHasSingleReference ()
 Set if this tensor only has one remaining reference
 
bool has_single_reference = 5;
abstrak panjang
dapatkanPtr ()
 Address of the allocation.
abstrak panjang
dapatkanRequestedBytes ()
 Total number of bytes requested
 
int64 requested_bytes = 1;

Metode Publik

abstrak publik getAllocationBytes panjang ()

 Total number of bytes allocated if known
 
int64 allocated_bytes = 2;

abstrak publik getAllocationId panjang ()

 Identifier of the allocated buffer if known
 
int64 allocation_id = 4;

String abstrak publik getAllocatorName ()

 Name of the allocator used
 
string allocator_name = 3;

abstrak publik com.google.protobuf.ByteString getAllocatorNameBytes ()

 Name of the allocator used
 
string allocator_name = 3;

boolean abstrak publik getHasSingleReference ()

 Set if this tensor only has one remaining reference
 
bool has_single_reference = 5;

getPtr panjang abstrak publik ()

 Address of the allocation.
 
uint64 ptr = 6;

abstrak publik getRequestedBytes panjang ()

 Total number of bytes requested
 
int64 requested_bytes = 1;