~wooksong/neural-network-support/+git/tizen-tensorflow:tizen

Last commit made on 2021-03-16
Get this branch:
git clone -b tizen https://git.launchpad.net/~wooksong/neural-network-support/+git/tizen-tensorflow

Branch merges

Branch information

Recent commits

4833a10... by Sangjung Woo

[Security] Fix Security vulnerability issue

This patch fixes the below security vulnerability issues.
* CVE-2020-15266
* CVE-2020-15265
* CVE-2020-26267
* CVE-2020-5215

Change-Id: I6d2919b59d1de8c85a18869f332b477495047bf7
Signed-off-by: Sangjung Woo <email address hidden>

71df0b2... by Geunsik Lim <email address hidden>

DIST/Tizen: Added header files for automatic speech recognition

This commit is to append header files (e.g., internal, testing,
benchmark, and util folder to support symbols that are used in
the automatic speech recognition (ASR) application.

Change-Id: I45ab7e770687fe01ad90e280b9f64f60982df8e8
Signed-off-by: Geunsik Lim <email address hidden>

c08bcdf... by Geunsik Lim <email address hidden>

Removed unnecessary file (eigen.patch)

This commit is trivial. It's to delete an unused file (./packaging/eigen.patch).

Change-Id: If882760c8e30d04b37733b84b6e16ef21862b410
Signed-off-by: Geunsik Lim <email address hidden>

658c238... by MyungJoo Ham

DIST/Tizen: move headers to tensorflow1

Many C users use #include <tensorflow/FILENAME.h>

In order to let them choose tensorflow2 and tensorflow1 easily
at build-time, move files to tensorflow1 and let them choose
it with pkgconfig contents.

Do not merge this for Tizen 6.0.
This is for Tizen 6.5. (TF2-lite co-existance)

Change-Id: Ia62da382056360a2f4677ee454b021b67a527557
Signed-off-by: MyungJoo Ham <email address hidden>

3527a4c... by Geunsik Lim <email address hidden>

Fixed incorrect homepage of Tensorflow

This commit is trivial. It is to fix the existing homepage address
by replacing internal homepage with public homepage.

Change-Id: I38d7f03f99f05c5a22014f809fb3441af6ca6228
Signed-off-by: Geunsik Lim <email address hidden>

69b7189... by Geunsik Lim <email address hidden>

 Tizen/DIST: Removed unnecessary files in packaging folder

This commit is to remove unnecessary files that are located in the "./packaging/"
directory. And, let's keep the compressed source files (e.g., *.tar.gz)
with a 'z' option continually.

**Changelog**
  * Removed an unnecessary files
    - tf_core_framework_patch.txt and flatbuffers.tar.gz

Change-Id: Id41cadcfbf1a6b8e8e1378c377a436583d876b7b
Signed-off-by: Geunsik Lim <email address hidden>

09c35c1... by Wook Song

Modify the rpm spec file to use flatbuffers in system

This patch modifies the rpm spec file to use the flatbuffers dev-kit
provided by the system.

Change-Id: Icb8ab603808caef8d9925fa8c8f613f746cd8495
Signed-off-by: Wook Song <email address hidden>

62f36db... by Gichan Jang

Remove flatbuf header from tflite-devel pkg

Flatbuf-devel and tflite-devel is conflicted.
This PR remove flatbuf header files from tflite-devel pkg.

Change-Id: I30aad2951080b1b795b3ab29175515d814c95ea9
Signed-off-by: gichan-jang <email address hidden>

2e61ba0... by MyungJoo Ham

[VD/GBM] Suffering from lto again.

TV is suffering from link-time-optimization flag again.
Disable lto for TV build only.

Tizen:Unified and other GBMs will still use lto.

Change-Id: I76a41194ce2691b23c31ad104fad1d1e04cca9b9
Signed-off-by: MyungJoo Ham <email address hidden>

5ab2824... by MyungJoo Ham

[VD/GBM] Remove wreturn-type warning.

Although this is OPEN-P and it is unreachable code,
add workaround for wreturn-type.

Change-Id: Idf11044b927407ae7d3bd241d58d41588073ad96
Signed-off-by: MyungJoo Ham <email address hidden>