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).
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!