AllocationDescriptionOrBuilder

interfaccia pubblica AllocationDescriptionOrBuilder
Sottoclassi indirette conosciute

Metodi pubblici

astratto lungo
getAllocatedBytes ()
 Total number of bytes allocated if known
 
int64 allocated_bytes = 2;
astratto lungo
getIDallocazione ()
 Identifier of the allocated buffer if known
 
int64 allocation_id = 4;
stringa astratta
getAllocatorName ()
 Name of the allocator used
 
string allocator_name = 3;
astratto com.google.protobuf.ByteString
getAllocatorNameBytes ()
 Name of the allocator used
 
string allocator_name = 3;
booleano astratto
getHasSingleReference ()
 Set if this tensor only has one remaining reference
 
bool has_single_reference = 5;
astratto lungo
getPtr ()
 Address of the allocation.
astratto lungo
getRequestedBytes ()
 Total number of bytes requested
 
int64 requested_bytes = 1;

Metodi pubblici

pubblico astratto lungo getAllocatedBytes ()

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

public abstract lungo getAllocationId ()

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

public abstract String getAllocatorName ()

 Name of the allocator used
 
string allocator_name = 3;

abstract pubblico com.google.protobuf.ByteString getAllocatorNameBytes ()

 Name of the allocator used
 
string allocator_name = 3;

pubblico astratto booleano getHasSingleReference ()

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

pubblico astratto lungo getPtr ()

 Address of the allocation.
 
uint64 ptr = 6;

pubblico astratto lungo getRequestedBytes ()

 Total number of bytes requested
 
int64 requested_bytes = 1;