~wooksong/neural-network-support/+git/tizen-tensorflow:tizen_6.0_hotfix

Last commit made on 2020-06-19
Get this branch:
git clone -b tizen_6.0_hotfix https://git.launchpad.net/~wooksong/neural-network-support/+git/tizen-tensorflow

Branch merges

Branch information

Recent commits

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>

7ba7c88... by Inki Dae <email address hidden>

packaging: pack flatbuffer schema file

This patch generates a new package file, tensorflow-lite-flatbuf,
and the schema file is added to the package.
The schema file is used by ARMNN - armnn internally compiles
tensorflow lite parser using the schema file.

Changelog v1:
- Added Requires: tensorflow-lite-devel package
- Updated description

Change-Id: I398254cdd4c032f2110b457c2bdf491172c738cf
Signed-off-by: Inki Dae <email address hidden>

d77e88b... by Dongkyun Son <email address hidden>

Revert "[Dist] Disable -lto option."

This reverts commit 927a791e44738b5ee4173d5794d3f28e4d350af8.

Change-Id: I241ccf1c4e51b1f9608940838063fb95aa8dbff7

01419f8... by Hyoung Joo Ahn

fix the applying CFLAG according to the version of GCC

Change-Id: I904f96f45f27fe5ba45d9a48420ec7a5662a0f3b

6404733... by Hyoung Joo Ahn

add a C/CPP FLAG of the memory access policy

Change-Id: Ia9f9f68110bbe4099338b131a9ff38208e335912
Signed-off-by: HyoungJoo Ahn <email address hidden>

ee17725... by Andrey Kazmin <email address hidden>

Fixed Makefile for benchmark build

Filtered out benchmark_plus_flex_main.cc from benchmark build,
because of its tflite::benchmark::Main conflicts with ones defined
in benchmark_main.cc.
We didn't ever build benchmark_model with Flex op support.
So, we could simply filter out benchmark_plus_flex_main.cc
from benchmark sources.

Signed-off-by: Andrey Kazmin <email address hidden>

927a791... by MyungJoo Ham

[Dist] Disable -lto option.

Some Tizen distributors use -lto, which breaks Tensorflow-Lite.
Override such an option by adding -lno-lto.

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