legate.core.LogicalArray.from_store#

static LogicalArray.from_store(LogicalStore store) LogicalArray#

Create a LogicalArray from a LogicalStore.

Parameters:

store (LogicalStore) – The store to create the array from.

Returns:

The newly created LogicalArray.

Return type:

LogicalArray