MAX v24.2.1
-
You can now import more MAX Graph functions from
max.graph.opsinstead of usingmax.graph.ops.elementwise. For example:from max.graph import ops var relu = ops.relu(matmul)
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.
You can now import more MAX Graph functions from max.graph.ops instead of
using max.graph.ops.elementwise. For example:
from max.graph import ops
var relu = ops.relu(matmul)