legate.core.task.InputStore#
- class legate.core.task.InputStore#
Convenience class for specifying input stores for Legate task variants.
This class can be used as a type annotation in order to mark parameters as inputs that should be taken from
TaskContext.inputs
when the task code is invoked:def task_function(in: InputStore, out: OutputStore) -> None
- __init__(*args, **kwargs)#
Methods
__init__
(*args, **kwargs)get_inline_allocation
(self)Get the InlineAllocation for this store.
Attributes
__array_interface__
dict[str, Any]
__cuda_array_interface__
dict[str, Any]
__doc__
domain
Domain
ndim
int32_t
target
StoreTarget
type
Type