Skip to main content

Python package

experimental

The max.experimental package provides experimental APIs for the MAX platform. These APIs are designed for early adopters who want to explore new features before they become stable.

Experimental APIs may have:

  • Incomplete or changing interfaces.
  • Limited documentation or examples.
  • Performance characteristics that may change.
  • Breaking changes between releases.

Modules

  • functional: Functional APIs for tensor operations.
  • random: Random tensor generation utilities.
  • tensor: Tensor operations with eager execution capabilities.

Was this page helpful?