AllocationDescriptionOrBuilder

interface pública AllocationDescriptionOrBuilder
Subclasses indiretas conhecidas

Métodos Públicos

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

Métodos Públicos

público abstrato longo getAllocatedBytes ()

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

público abstrato longo getAllocationId ()

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

String abstrata pública getAllocatorName ()

 Name of the allocator used
 
string allocator_name = 3;

resumo público com.google.protobuf.ByteString getAllocatorNameBytes ()

 Name of the allocator used
 
string allocator_name = 3;

público abstrato booleano getHasSingleReference ()

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

público abstrato longo getPtr ()

 Address of the allocation.
 
uint64 ptr = 6;

público abstrato longo getRequestedBytes ()

 Total number of bytes requested
 
int64 requested_bytes = 1;