All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] Add tensorflow-lite
@ 2019-08-21 22:58 Hongmei Gou
  2019-08-21 22:58 ` [PATCH 1/7] tensorflow-lite: add version 1.12 Hongmei Gou
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Hongmei Gou @ 2019-08-21 22:58 UTC (permalink / raw)
  To: meta-arago; +Cc: Hongmei Gou

This patch set starts from the baseline recipe at
https://github.com/nnsuite/meta-neural-network/tree/master/recipes-tensorflow/tensorflow-lite,

The major changes are listed below:
1. Ported/created recipes for all the dependencies required for tensorflow-lite 1.12
2. Installed minimal and benchmark_model binaries which have been built with the original Makefile
3. Patched Makefile to add label_image and installed the example binary and files
   (model/image/labels.txt) needed to run the example

Hongmei Gou (7):
  tensorflow-lite: add version 1.12
  flatbuffers: add version 1.10.0 needed by tensorflow-lite
  tensorflow-lite-libeigen: add the version for commit fd6845384b86
  tensorflow-lite-*: add other dependencies for tensorflow-lite 1.12
  tensorflow-lite: define dependencies via DEPENDS
  tensorflow-lite: install minimal and benchmark_model examples, and all
    .a files
  tensorflow-lite: add label_image example and install the files to run
    the example

 .../flatbuffers/flatbuffers_1.10.0.bb         | 34 +++++++
 ...the-path-for-the-depedencies-built-v.patch | 50 ++++++++++
 ...002-Makefile-add-label_image-example.patch | 89 ++++++++++++++++++
 ...odification-for-tflite-1.12-to-eigen.patch | 13 +++
 .../files/tensorflow-lite.pc.in               |  6 ++
 .../tensorflow-lite-absl_git.bb               | 16 ++++
 .../tensorflow-lite-farmhash_git.bb           | 14 +++
 .../tensorflow-lite-fft2d_1.0.bb              | 14 +++
 .../tensorflow-lite-gemmlowp_git.bb           | 16 ++++
 .../tensorflow-lite-libeigen_git.bb           | 20 ++++
 .../tensorflow-lite-neon-2-sse_git.bb         | 14 +++
 .../tensorflow-lite/tensorflow-lite_1.12.bb   | 93 +++++++++++++++++++
 12 files changed, 379 insertions(+)
 create mode 100644 meta-arago-extras/recipes-devtools/flatbuffers/flatbuffers_1.10.0.bb
 create mode 100644 meta-arago-extras/recipes-support/tensorflow-lite/files/0001-Makefile-update-the-path-for-the-depedencies-built-v.patch
 create mode 100644 meta-arago-extras/recipes-support/tensorflow-lite/files/0002-Makefile-add-label_image-example.patch
 create mode 100644 meta-arago-extras/recipes-support/tensorflow-lite/files/apply-modification-for-tflite-1.12-to-eigen.patch
 create mode 100644 meta-arago-extras/recipes-support/tensorflow-lite/files/tensorflow-lite.pc.in
 create mode 100644 meta-arago-extras/recipes-support/tensorflow-lite/tensorflow-lite-absl_git.bb
 create mode 100644 meta-arago-extras/recipes-support/tensorflow-lite/tensorflow-lite-farmhash_git.bb
 create mode 100644 meta-arago-extras/recipes-support/tensorflow-lite/tensorflow-lite-fft2d_1.0.bb
 create mode 100644 meta-arago-extras/recipes-support/tensorflow-lite/tensorflow-lite-gemmlowp_git.bb
 create mode 100644 meta-arago-extras/recipes-support/tensorflow-lite/tensorflow-lite-libeigen_git.bb
 create mode 100644 meta-arago-extras/recipes-support/tensorflow-lite/tensorflow-lite-neon-2-sse_git.bb
 create mode 100644 meta-arago-extras/recipes-support/tensorflow-lite/tensorflow-lite_1.12.bb

-- 
2.17.1



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2019-08-22 14:37 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-21 22:58 [PATCH 0/7] Add tensorflow-lite Hongmei Gou
2019-08-21 22:58 ` [PATCH 1/7] tensorflow-lite: add version 1.12 Hongmei Gou
2019-08-21 22:58 ` [PATCH 2/7] flatbuffers: add version 1.10.0 needed by tensorflow-lite Hongmei Gou
2019-08-21 22:58 ` [PATCH 3/7] tensorflow-lite-libeigen: add the version for commit fd6845384b86 Hongmei Gou
2019-08-21 22:58 ` [PATCH 4/7] tensorflow-lite-*: add other dependencies for tensorflow-lite 1.12 Hongmei Gou
2019-08-22 14:22   ` [EXTERNAL] " Jacob Stiffler
2019-08-22 14:36     ` Gou, Hongmei
2019-08-21 22:58 ` [PATCH 5/7] tensorflow-lite: define dependencies via DEPENDS Hongmei Gou
2019-08-21 22:58 ` [PATCH 6/7] tensorflow-lite: install minimal and benchmark_model examples, and all .a files Hongmei Gou
2019-08-21 22:58 ` [PATCH 7/7] tensorflow-lite: add label_image example and install the files to run the example Hongmei Gou

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.