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).

Python function

default_custom_extensions

default_custom_extensions()

max.graph.default_custom_extensions()

source

Returns the custom-extension paths implicitly loaded by every new graph.

A backend whose ops need a kernel-overlay library registers it here so ops resolve to the overlays even on graph paths that don’t thread custom_extensions explicitly — notably the experimental eager-realization Graph("main"). Empty by default, so there is no effect unless a backend registers a library.

Return type:

tuple[Path, …]