interface publique AllocationDescriptionOrBuilder
Sous-classes indirectes connues |
Méthodes publiques
abstrait long | getAllocatedBytes () Total number of bytes allocated if known int64 allocated_bytes = 2; |
abstrait long | getAllocationId () Identifier of the allocated buffer if known int64 allocation_id = 4; |
chaîne abstraite | getAllocatorName () Name of the allocator used string allocator_name = 3; |
résumé com.google.protobuf.ByteString | getAllocatorNameBytes () Name of the allocator used string allocator_name = 3; |
booléen abstrait | getHasSingleReference () Set if this tensor only has one remaining reference bool has_single_reference = 5; |
abstrait long | obtenirPtr () Address of the allocation. |
abstrait long | getRequestedBytes () Total number of bytes requested int64 requested_bytes = 1; |
Méthodes publiques
public abstrait long getAllocatedBytes ()
Total number of bytes allocated if known
int64 allocated_bytes = 2;
public abstrait long getAllocationId ()
Identifier of the allocated buffer if known
int64 allocation_id = 4;
chaîne abstraite publique getAllocatorName ()
Name of the allocator used
string allocator_name = 3;
résumé public com.google.protobuf.ByteString getAllocatorNameBytes ()
Name of the allocator used
string allocator_name = 3;
public abstrait booléen getHasSingleReference ()
Set if this tensor only has one remaining reference
bool has_single_reference = 5;
public abstrait long getPtr ()
Address of the allocation.
uint64 ptr = 6;
public abstrait long getRequestedBytes ()
Total number of bytes requested
int64 requested_bytes = 1;