mlx_dart 0.1.2 copy "mlx_dart: ^0.1.2" to clipboard
mlx_dart: ^0.1.2 copied to clipboard

PlatformmacOS

MLX tensor operations and neural network primitives for Dart — the Dart equivalent of mlx-swift, for Apple silicon (macOS / iOS).

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add mlx_dart

With Flutter:

 $ flutter pub add mlx_dart

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  mlx_dart: ^0.1.2

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:mlx_dart/mlx_dart.dart';
0
likes
150
points
50
downloads

Documentation

API reference

Publisher

verified publisherjamiewest.dev

Weekly Downloads

MLX tensor operations and neural network primitives for Dart — the Dart equivalent of mlx-swift, for Apple silicon (macOS / iOS).

Repository (GitHub)
View/report issues

Topics

#machine-learning #neural-network #ffi #apple-silicon #mlx

License

unknown (license)

Dependencies

ffi, mlx_c_ffi

More

Packages that depend on mlx_dart