ImportFunctionΒΆ
Import a function from a serialized file format (MLX specific, mapping to JIT/SavedModel load).
Abstract Signature:
ImportFunction(file: str, map_location: str = cpu)
JAX (Core)
API:
βStrategy: Custom / Partial
Import a function from a serialized file format (MLX specific, mapping to JIT/SavedModel load).
Abstract Signature:
ImportFunction(file: str, map_location: str = cpu)
β