IMPORTANT: To view this page as Markdown, append `.md` to the URL (e.g. /max/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. /max/get-started.md).

Mojo function

check_axis_in_range

def check_axis_in_range[idx: Int, dim_size: Int]()

Indices passed to gather and scatter ops may be negative. This performs a check to see if the axis is valid.

Raises:

If the index is out of range [-dim_size, dim_size).

def check_axis_in_range[dim_size: Int](idx: Int)

Indices passed to gather and scatter ops may be negative. This performs a check to see if the axis is valid.

Raises:

If the index is out of range [-dim_size, dim_size).