legate.core.StructLogicalArray.from_store_and_mask#
- static StructLogicalArray.from_store_and_mask(
- LogicalStore store,
- LogicalStore null_mask,
Create a
LogicalArray
from aLogicalStore
and null mask.- Parameters:
store (LogicalStore) – The store to create the array from.
null_mask (LogicalStore) – The store holding the null mask indicating null elements of store.
- Returns:
The newly created
LogicalArray
.- Return type: