IMPORTANT: To view this page as Markdown, append `.md` to the URL (e.g. /docs/manual/basics.md). For the complete Mojo documentation index, see llms.txt.
Skip to main content
Version: Nightly
For the complete Mojo documentation index, see llms.txt. Markdown versions of all pages are available by appending .md to any URL (e.g. /docs/manual/basics.md).

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.