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

Mojo function

create_unknown_int_tuple

def 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?