legate.core.InlineAllocation#

class legate.core.InlineAllocation#
__init__(*args, **kwargs)#

Attributes

__array_interface__

dict[str, Any]

__cuda_array_interface__

dict[str, Any]

ptr

uintptr_t

shape

tuple[size_t, ...]

strides

tuple[size_t, ...]

target

StoreTarget

Methods

__buffer__(flags, /)

Return a buffer object that exposes the underlying memory of the object.

__repr__(self)

Return a human-readable string representation of the allocation.

__str__(self)

Return a human-readable string representation of the allocation.