aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNarumol Prangnawarat <narumol.prangnawarat@arm.com>2020-05-25 14:44:46 +0100
committerNarumol Prangnawarat <narumol.prangnawarat@arm.com>2020-05-25 14:45:00 +0100
commit92037af8bf93d57bfbb8a893c34784b877faa07a (patch)
tree871c6aee3092c3a9920d949505c80a0f1ecb3371 /README.md
parenteb1f9cfac44cca8e0330b5918fa907ee0b32f9bf (diff)
downloadarmnn-92037af8bf93d57bfbb8a893c34784b877faa07a.tar.gz
IVGCVSW-4792 Update armnn readme and support files
* Add TPIP used by Arm NN * Add SqueezeNet to CaffeSupport.md * Add ResNet v2 50 to TensorFlowSupport.md * Update tested networks in TensorFlowLiteSupported.md Signed-off-by: Narumol Prangnawarat <narumol.prangnawarat@arm.com> Change-Id: I15927ea600a3dfffee082933d32f235f3940730e
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 25dab0edf9..8766d3f184 100644
--- a/README.md
+++ b/README.md
@@ -50,6 +50,13 @@ Individual files contain the following tag instead of the full license text.
This enables machine processing of license information based on the SPDX License Identifiers that are available here: http://spdx.org/licenses/
+TPIP used by Arm NN:
+
+| Name | License (SPDX ID) |
+|------|-------------------|
+| half | MIT |
+| stb | MIT |
+
### Contributions
The Arm NN project welcomes contributions. For more details on contributing to Arm NN see the [Contributing page](https://mlplatform.org/contributing/) on the [MLPlatform.org](https://mlplatform.org/) website, or see the [Contributor Guide](ContributorGuide.md).