AllocationDescriptionOrBuilder

interfaz pública AllocationDescriptionOrBuilder
Subclases indirectas conocidas

Métodos públicos

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

Métodos públicos

public abstract long getAllocatedBytes ()

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

public abstract long getAllocationId ()

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

cadena abstracta pública getAllocatorName ()

 Name of the allocator used
 
string allocator_name = 3;

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

 Name of the allocator used
 
string allocator_name = 3;

public abstract boolean getHasSingleReference ()

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

public abstract long getPtr ()

 Address of the allocation.
 
uint64 ptr = 6;

public abstract long getRequestedBytes ()

 Total number of bytes requested
 
int64 int64 requested_bytes = 1;