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