mirror of
https://github.com/android/ndk-samples
synced 2025-11-06 07:25:36 +08:00
Add READMEs to the deleted samples directories.
It's not perfect because any stale links people follow that link to anything but this README will still be a 404, but it's at least something people can find if they walk up the dead link to the top of the sample's directory.
This commit is contained in:
6
hello-neon/README.md
Normal file
6
hello-neon/README.md
Normal file
@@ -0,0 +1,6 @@
|
||||
# Sample removed
|
||||
|
||||
This sample has been removed in favor of the new `vectorization` sample, which
|
||||
demonstrates more options for vectorization and includes a benchmark to
|
||||
highlight that performance decisions cannot be made correctly unless you measure
|
||||
them.
|
||||
5
native-media/README.md
Normal file
5
native-media/README.md
Normal file
@@ -0,0 +1,5 @@
|
||||
# Sample removed
|
||||
|
||||
This sample has been removed because we no longer recommend using OpenMAX AL in
|
||||
new code. See the `native-codec` sample instead for an example of how to use the
|
||||
Android Media APIs.
|
||||
7
nn-samples/README.md
Normal file
7
nn-samples/README.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# Sample removed
|
||||
|
||||
This sample has been removed because the Android Neural Networks API has been
|
||||
deprecated. Apps should instead use TensorFlow Lite. For for information, see
|
||||
the [NNAPI Migration Guide].
|
||||
|
||||
[NNAPI Migration Guide]: https://developer.android.com/ndk/guides/neuralnetworks/migration-guide
|
||||
Reference in New Issue
Block a user