legate.core.StructLogicalArray.from_raw_handle#

static StructLogicalArray.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