0Pricing
Mojo Academy · Lesson

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

  1. What MAX Provides
  2. Mojo Inside the MAX Graph
  3. Serving a Model with MAX
  4. Where Mojo Meets Production AI
← Back to Mojo Academy