runanywhere_qhexrt 0.19.13
runanywhere_qhexrt: ^0.19.13 copied to clipboard
Private Android-only Qualcomm Hexagon NPU (QHexRT) backend for RunAnywhere. Runs prebuilt QNN context binaries on Snapdragon v75+ NPUs.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add runanywhere_qhexrtThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
runanywhere_qhexrt: ^0.19.13Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:runanywhere_qhexrt/runanywhere_qhexrt.dart';