legate.core.LogicalArray.from_raw_handle#

static LogicalArray.from_raw_handle(uintptr_t raw_handle)#

Create a LogicalArray from a pointer to C++ LogicalArray.

Parameters:

raw_handle (int) – The pointer to the C++ LogicalArray object.

Returns:

The newly created LogicalArray.

Return type:

LogicalArray