From: Hongmei Gou <a0271529@ti.com>
To: <meta-arago@arago-project.org>
Cc: Hongmei Gou <a0271529@ti.com>
Subject: [thud/master] [PATCH 3/3] armnn: udpate with tensorflow lite version 1.15.0
Date: Thu, 24 Oct 2019 12:58:13 -0400 [thread overview]
Message-ID: <20191024165813.21958-4-a0271529@ti.com> (raw)
In-Reply-To: <20191024165813.21958-1-a0271529@ti.com>
Signed-off-by: Hongmei Gou <a0271529@ti.com>
---
| 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--git a/meta-arago-extras/recipes-support/armnn/armnn_git.bb b/meta-arago-extras/recipes-support/armnn/armnn_git.bb
index 261d4f63..f022ef9f 100644
--- a/meta-arago-extras/recipes-support/armnn/armnn_git.bb
+++ b/meta-arago-extras/recipes-support/armnn/armnn_git.bb
@@ -5,7 +5,7 @@ LICENSE = "MIT & Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=3e14a924c16f7d828b8335a59da64074 \
file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
-PR = "r2"
+PR = "r3"
PV = "19.08"
PV_MAJOR = "${@d.getVar('PV',d,1).split('.')[0]}"
@@ -65,9 +65,9 @@ EXTRA_OECMAKE=" \
-DTF_GENERATED_SOURCES=${STAGING_DIR_HOST}${datadir}/armnn-tensorflow \
-DONNX_GENERATED_SOURCES=${STAGING_DIR_HOST}${datadir}/armnn-onnx \
-DBUILD_CAFFE_PARSER=1 -DBUILD_TF_PARSER=1 -DBUILD_ONNX_PARSER=1 -DBUILD_TF_LITE_PARSER=1 \
- -DTF_LITE_GENERATED_PATH=${STAGING_DIR_HOST}${includedir}/tensorflow/contrib/lite/schema \
+ -DTF_LITE_GENERATED_PATH=${STAGING_DIR_HOST}${includedir}/tensorflow/lite/schema \
-DFLATBUFFERS_ROOT=${STAGING_DIR_HOST}${includedir}/flatbuffers \
- -DFLATBUFFERS_LIBRARY=${STAGING_DIR_HOST}${libdir}/libflatbuffers.a \
+ -DFLATBUFFERS_LIBRARY=${STAGING_DIR_HOST}${libdir}/libflatbuffers.so \
-DARMCOMPUTENEON=1 \
-DBUILD_TESTS=1 -DPROFILING=1 \
-DTHIRD_PARTY_INCLUDE_DIRS=${STAGING_DIR_HOST}${includedir} \
--
2.17.1
prev parent reply other threads:[~2019-10-24 17:02 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-24 16:58 [thud/master] [PATCH 0/3] Update tensorflow lite to version 1.15.0 Hongmei Gou
2019-10-24 16:58 ` [thud/master] [PATCH 1/3] flatbuffers: create version 1.11.0 Hongmei Gou
2019-10-24 16:58 ` [thud/master] [PATCH 2/3] tensorflow-lite: update to version 1.15 Hongmei Gou
2019-10-29 21:08 ` Denys Dmytriyenko
2019-10-24 16:58 ` Hongmei Gou [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20191024165813.21958-4-a0271529@ti.com \
--to=a0271529@ti.com \
--cc=meta-arago@arago-project.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.