aboutsummaryrefslogtreecommitdiff
path: root/shim/sl/README.md
diff options
context:
space:
mode:
authorTeresa Charlin <teresa.charlinreyes@arm.com>2023-07-27 13:23:15 +0100
committerTeresaARM <teresa.charlinreyes@arm.com>2023-07-28 13:57:09 +0000
commitec0959b02b3d4cfcb82deb12f5e952524bcb71ba (patch)
treeb79aea0a558c00d7924493bde3e7b3a695d25dbd /shim/sl/README.md
parent40f6ea107f5dd829d69384ea71349771a804a1e1 (diff)
downloadarmnn-ec0959b02b3d4cfcb82deb12f5e952524bcb71ba.tar.gz
IVGCVSW-7925 Add REVERSE V2 to Support Library (SL)experimental/IVGCVSW-6964_Weight_Bias_ConstTensor
* Fix typos in README Signed-off-by: Teresa Charlin <teresa.charlinreyes@arm.com> Change-Id: I6e30536d353fae7a7828d9e02e7301ab8dd8c115
Diffstat (limited to 'shim/sl/README.md')
-rw-r--r--shim/sl/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/shim/sl/README.md b/shim/sl/README.md
index 46509656f7..32f117a562 100644
--- a/shim/sl/README.md
+++ b/shim/sl/README.md
@@ -4,13 +4,13 @@ This directory contains the Arm NN Support Library for the Android Neural Networ
# Passing parameters to the support library runtime.
-The support library inherits it's parameters from the Arm NN Android Neural Networks driver. Parameters are passed to it through an environment variable, ARMNN_SL_OPTIONS. A full list of parameters are available ./canonical/DriverOptions.cpp.
+The support library inherits its parameters from the Arm NN Android Neural Networks driver. Parameters are passed to it through an environment variable, ARMNN_SL_OPTIONS. A full list of parameters are available ./canonical/DriverOptions.cpp.
# Sample usage
## Running NeuralNetworksSupportLibraryTest
-This test suite takes as it's first argument the path to a shared object implementation of the support library. Any library dependencies should be resolvable through the LD_LIBRARY_PATH mechanism. Setting ARMNN_SL_OPTIONS will pass parameters to the Arm NN Support Library Neural Networks driver.
+This test suite takes as its first argument the path to a shared object implementation of the support library. Any library dependencies should be resolvable through the LD_LIBRARY_PATH mechanism. Setting ARMNN_SL_OPTIONS will pass parameters to the Arm NN Support Library Neural Networks driver.
Here we assume that Bash is the current shell and specify "-v" to enable verbose logging and "-c CpuAcc" to direct that the Neon(TM) accelerator be used.
~~~