ExportFunctionΒΆ

Export an MLX function (MLX Specific).

Abstract Signature:

ExportFunction(file: str, fun: Callable, args)

PyTorch

API: torch.export.export
Strategy: Direct Mapping

TensorFlow

API: tf.saved_model.save
Strategy: Direct Mapping

Apple MLX

API: mlx.core.export_function
Strategy: Direct Mapping