Public API for machine learning operations.
This module delegates to Dala.Ml.Ml for ML functionality.
Summary
Functions
Check if running on Android.
Get available ML backends.
Run benchmark.
Check if running on iOS.
Check if running on iOS device.
Check if running on iOS simulator.
Run prediction.
Setup ML framework.
Get ML status.
Verify ML setup.
Functions
@spec android?() :: boolean()
Check if running on Android.
@spec available_backends() :: [atom()]
Get available ML backends.
Run benchmark.
@spec ios?() :: boolean()
Check if running on iOS.
@spec ios_device?() :: boolean()
Check if running on iOS device.
@spec ios_simulator?() :: boolean()
Check if running on iOS simulator.
Run prediction.
@spec setup() :: :ok
Setup ML framework.
@spec status() :: map()
Get ML status.
Verify ML setup.