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
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: