Skip to main content

v24.2.1 (2024-04-11)

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

Was this page helpful?