AllocationDescriptionOrBuilder

interfejs publiczny AllocationDescriptionOrBuilder
Znane podklasy pośrednie

Metody publiczne

abstrakcyjne, długie
getAllocatedBytes ()
 Total number of bytes allocated if known
 
int64 allocated_bytes = 2;
abstrakcyjne, długie
getAllocationId ()
 Identifier of the allocated buffer if known
 
int64 allocation_id = 4;
abstrakcyjny ciąg
getAllocatorName ()
 Name of the allocator used
 
string allocator_name = 3;
streszczenie com.google.protobuf.ByteString
getAllocatorNameBytes ()
 Name of the allocator used
 
string allocator_name = 3;
abstrakcyjna wartość logiczna
getHasSingleReference ()
 Set if this tensor only has one remaining reference
 
bool has_single_reference = 5;
abstrakcyjne, długie
pobierzPtr ()
 Address of the allocation.
abstrakcyjne, długie
getRequestedBytes ()
 Total number of bytes requested
 
int64 requested_bytes = 1;

Metody publiczne

publiczne streszczenie długie getAllocatedBytes ()

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

publiczne streszczenie długie getAllocationId ()

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

publiczna abstrakcja String getAllocatorName ()

 Name of the allocator used
 
string allocator_name = 3;

publiczne streszczenie com.google.protobuf.ByteString getAllocatorNameBytes ()

 Name of the allocator used
 
string allocator_name = 3;

publiczna abstrakcja logiczna getHasSingleReference ()

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

publiczne streszczenie długie getPtr ()

 Address of the allocation.
 
uint64 ptr = 6;

publiczne streszczenie długie getRequestedBytes ()

 Total number of bytes requested
 
int64 requested_bytes = 1;