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

simple_init

def simple_init() -> Bool

Returns whether the --simple-init flag was passed on the command line.

When enabled, matmul operands are filled with deterministic values derived from their indices instead of random data, which simplifies debugging.

Returns:

Bool

Was this page helpful?