Skip to main content

Mojo function

create_unknown_int_tuple

create_unknown_int_tuple(rank: Int) -> IntTuple

Creates an IntTuple of the given rank with all UNKNOWN_VALUE entries.

Args:

  • rank (Int): The number of dimensions.

Returns:

IntTuple: An IntTuple with rank elements, all set to UNKNOWN_VALUE.

Was this page helpful?