Mojo Inside the MAX Graph
Custom ops written in Mojo.
Models Are Graphs
Inside MAX, a model is represented as a graph: a network of operations where data flows from one node to the next. 🔗
What an Op Is
Each node in the graph is an op, a single operation like a matrix multiply or an activation function applied to its inputs.
All lessons in this course
- What MAX Provides
- Mojo Inside the MAX Graph
- Serving a Model with MAX
- Where Mojo Meets Production AI