Packages

p

org.tensorflow.framework

allocation_description

package allocation_description

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. 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

  1. object AllocationDescription extends GeneratedMessageCompanion[AllocationDescription]
  2. object AllocationDescriptionProto extends GeneratedFileObject

Ungrouped