c
org.tensorflow.framework.allocation_description
AllocationDescription
Companion object AllocationDescription
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()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AllocationDescription
- Updatable
- GeneratedMessage
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
AllocationDescription(requestedBytes: Long = 0L, allocatedBytes: Long = 0L, allocatorName: String = "", allocationId: Long = 0L, hasSingleReference: Boolean = false, ptr: Long = 0L, unknownFields: UnknownFieldSet = ...)
- 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.
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val allocatedBytes: Long
- val allocationId: Long
- val allocatorName: String
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
companion: AllocationDescription.type
- Definition Classes
- AllocationDescription → GeneratedMessage
- def discardUnknownFields: AllocationDescription
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
getField(__field: FieldDescriptor): PValue
- Definition Classes
- AllocationDescription → GeneratedMessage
-
def
getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- AllocationDescription → GeneratedMessage
- val hasSingleReference: Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val ptr: Long
- val requestedBytes: Long
-
def
serializedSize: Int
- Definition Classes
- AllocationDescription → GeneratedMessage
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
-
final
def
toByteString: ByteString
- Definition Classes
- GeneratedMessage
-
final
def
toPMessage: PMessage
- Definition Classes
- GeneratedMessage
-
def
toProtoString: String
- Definition Classes
- AllocationDescription → GeneratedMessage
- val unknownFields: UnknownFieldSet
-
def
update(ms: (Lens[AllocationDescription, AllocationDescription]) ⇒ Mutation[AllocationDescription]*): AllocationDescription
- Definition Classes
- Updatable
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def withAllocatedBytes(__v: Long): AllocationDescription
- def withAllocationId(__v: Long): AllocationDescription
- def withAllocatorName(__v: String): AllocationDescription
- def withHasSingleReference(__v: Boolean): AllocationDescription
- def withPtr(__v: Long): AllocationDescription
- def withRequestedBytes(__v: Long): AllocationDescription
- def withUnknownFields(__v: UnknownFieldSet): AllocationDescription
-
final
def
writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
-
def
writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- AllocationDescription → GeneratedMessage
-
final
def
writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated