Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 405 Bytes

File metadata and controls

9 lines (7 loc) · 405 Bytes

Neural network APIs

This is the source for our high-level max.nn Python API, used to build performance-optimized MAX graphs such as those in the pipelines/architectures/ directory.

If you're looking for the low-level compute kernels that correspond to these Python APIs, see the max/kernels/ directory.