https://github.com/elftausend/nnapi
Rust bindings to the Android NNAPI
https://github.com/elftausend/nnapi
android ffi ffi-bindings ndk neural-network nnapi rust
Last synced: 9 months ago
JSON representation
Rust bindings to the Android NNAPI
- Host: GitHub
- URL: https://github.com/elftausend/nnapi
- Owner: elftausend
- License: apache-2.0
- Created: 2023-04-30T13:31:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-18T20:25:40.000Z (over 2 years ago)
- Last Synced: 2025-02-03T07:45:49.112Z (11 months ago)
- Topics: android, ffi, ffi-bindings, ndk, neural-network, nnapi, rust
- Language: Rust
- Homepage:
- Size: 249 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nnapi
(Minimal) Rust bindings to the Andorid Neural Networks API ([NNAPI](https://developer.android.com/ndk/reference/group/neural-networks#group___neural_networks_1gaaea7d6481c0077bf9547fdb887b55fe6)).
Name | Description | Examples | Badges
--- | --- | --- | ---
[`nnapi-sys`](./nnapi-sys) | Raw FFI bindings to the NNAPI | [here](./nnapi-sys/examples/) | [](https://crates.io/crates/nnapi-sys) [](https://docs.rs/nnapi-sys)
[`nnapi`](./nnapi) | Safe abstraction of the bindings | [here](./nnapi/examples/) | [](https://crates.io/crates/nnapi) [](https://docs.rs/nnapi)
Look here for general Android NDK bindings: rust-mobile/[ndk](https://github.com/rust-mobile/ndk)