package allocation_description
          
          
            
          
          
        
        
            Ordering
            
          
          - Alphabetic
 
              Visibility
              
        - Public
 - All
 
Type Members
- 
      
      
      
        
      
    
      
        final 
        case class
      
      
        AllocationDescription(requestedBytes: Long = 0L, allocatedBytes: Long = 0L, allocatorName: String = "", allocationId: Long = 0L, hasSingleReference: Boolean = false, ptr: Long = 0L, unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Updatable[AllocationDescription] with Product with Serializable
      
      
      
- requestedBytes
 Total number of bytes requested
- allocatedBytes
 Total number of bytes allocated if known
- allocatorName
 Name of the allocator used
- allocationId
 Identifier of the allocated buffer if known
- hasSingleReference
 Set if this tensor only has one remaining reference
- ptr
 Address of the allocation.
- Annotations
 - @SerialVersionUID()
 
 
Value Members
-  object AllocationDescription extends GeneratedMessageCompanion[AllocationDescription]
 -  object AllocationDescriptionProto extends GeneratedFileObject