~wooksong/neural-network-support/+git/tizen-tensorflow:sandbox/dkson95/lto-test

Last commit made on 2020-02-04
Get this branch:
git clone -b sandbox/dkson95/lto-test https://git.launchpad.net/~wooksong/neural-network-support/+git/tizen-tensorflow

Branch merges

Branch information

Name:
sandbox/dkson95/lto-test
Repository:
lp:~wooksong/neural-network-support/+git/tizen-tensorflow

Recent commits

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

packaging: enable -lto for test

Signed-off-by: Dongkyun Son <email address hidden>

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>

2e09fad... by MyungJoo Ham

[Dist] Remove tf-normal dependencies.

Enable tf-lite only, remove tf-normal build deps.

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

7f05dd7... by MyungJoo Ham

[Dist] Build TF-Lite only

1. That's what we need in Tizen 5.5 for now.
2. TF CMake Build is too much broken. I've resolved all build & runtime-link errors; however, now I'm seeing much harder runtime memory issues with CMake TF build. Until we get BAZEL+OpenJDK8 in Tizen, let's hold tensorflow.

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

71a0b3c... by MyungJoo Ham

[Dist/Debian] Handling double-quote in debian-way

It has a strange parsing rule.

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

d9eb7e7... by MyungJoo Ham

[Dist/Debian] Add cflags for debian tf-lite build

TF Lite wans some additional build flags.

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

f61dd73... by MyungJoo Ham

[Dist/Debian] Fix incorrect path

Path to neon2sse is incorrect.

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