aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJames Ward <james.ward@arm.com>2020-09-25 11:43:21 +0100
committerJames Ward <james.ward@arm.com>2020-09-30 08:41:31 +0000
commit22a4e1539aca7d39d7abc932f0a4d0b27beedf80 (patch)
tree95152943571413af5a3b550ac391bb17f258feef /README.md
parentba3ef18cb6117c49fcdbf177dce5991d6d679cbc (diff)
downloadarmnn-22a4e1539aca7d39d7abc932f0a4d0b27beedf80.tar.gz
IVGCVSW-4519 Remove Boost Variant and apply_visitor variant
* add mapbox/variant third party package Signed-off-by: James Ward <james.ward@arm.com> Change-Id: I181302780edd9dace40f158a11327316a12ce69a
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 7 insertions, 6 deletions
diff --git a/README.md b/README.md
index 84e515a26b..31729cbcf7 100644
--- a/README.md
+++ b/README.md
@@ -54,12 +54,13 @@ This enables machine processing of license information based on the SPDX License
TPIP used by Arm NN:
-| Name | License (SPDX ID) |
-|---------|-------------------|
-| half | MIT |
-| stb | MIT |
-| cxxopts | MIT |
-| ghc | MIT |
+| Name | License (SPDX ID) |
+|----------------|-------------------|
+| half | MIT |
+| stb | MIT |
+| cxxopts | MIT |
+| ghc | MIT |
+| mapbox/variant | BSD |
### Contributions