Lines Matching refs:vendor
3 Neural Networks API (NNAPI) vendor extensions, introduced in Android 10, are
4 collections of vendor-defined operations and data types. On devices running NN
6 supporting corresponding vendor extensions. Vendor extensions don't modify the
16 native binaries on the `/product`, `/vendor`, `/odm`, and `/data` partitions.
17 Apps and native binaries located on the `/system` partition can't use vendor
20 A list of Android apps and binaries permitted to use NNAPI vendor extensions is
21 stored in `/vendor/etc/nnapi_extensions_app_allowlist`. Each line of the file
32 The vendor creates and maintains a header file with the extension definition. A
37 of the vendor.
40 vendor name. The vendor name is represented by `EXAMPLE` in the code samples on
48 name to distinguish between vendor extensions.
205 Android 10 or higher, use vendor extensions instead.