An open API service indexing awesome lists of open source software.

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

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/) | [![crates.io](https://img.shields.io/crates/v/nnapi-sys.svg)](https://crates.io/crates/nnapi-sys) [![crates.io](https://docs.rs/nnapi-sys/badge.svg)](https://docs.rs/nnapi-sys)
[`nnapi`](./nnapi) | Safe abstraction of the bindings | [here](./nnapi/examples/) | [![crates.io](https://img.shields.io/crates/v/nnapi.svg)](https://crates.io/crates/nnapi) [![crates.io](https://docs.rs/nnapi/badge.svg)](https://docs.rs/nnapi)

Look here for general Android NDK bindings: rust-mobile/[ndk](https://github.com/rust-mobile/ndk)