~wooksong/neural-network-support/+git/tizen-tensorflow:sandbox/akazmin/tizen_6.0_build

Last commit made on 2019-12-13
Get this branch:
git clone -b sandbox/akazmin/tizen_6.0_build https://git.launchpad.net/~wooksong/neural-network-support/+git/tizen-tensorflow

Branch merges

Branch information

Name:
sandbox/akazmin/tizen_6.0_build
Repository:
lp:~wooksong/neural-network-support/+git/tizen-tensorflow

Recent commits

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>

34cbb99... by MyungJoo Ham

[Dist/Debian] Add -fpermissive

It appears that it does not get flags from command line.

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

4da1a27... by MyungJoo Ham

[CMake] array_ops.h is generated by tf_cc_ops

Add tf_cc_ops in the dependency lists.

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

f81b7dd... by MyungJoo Ham

[CMake] Another array_ops error after shared lib

[ 1814s] /home/abuild/rpmbuild/BUILD/tensorflow-v1.13.1/tensorflow/core/grappler/optimizers/data/vectorization/cwise_op_vectorizer.cc:18:41: fatal error: tensorflow/cc/ops/array_ops.h: No such file or directory
[ 1814s] #include "tensorflow/cc/ops/array_ops.h"
[ 1814s] ^
[ 1814s] compilation terminated.
[ 1814s] CMakeFiles/tf_core_cpu.dir/build.make:3062: recipe for target 'CMakeFiles/tf_core_cpu.dir/home/abuild/rpmbuild/BUILD/tensorflow-v1.13.1/tensorflow/core/grappler/optimizers/data/vectorization/cwise_op_vectorizer.cc.o' failed
[ 1814s] make[2]: *** [CMakeFiles/tf_core_cpu.dir/home/abuild/rpmbuild/BUILD/tensorflow-v1.13.1/tensorflow/core/grappler/optimizers/data/vectorization/cwise_op_vectorizer.cc.o] Error 1
[ 1814s] make[2]: *** Waiting for unfinished jobs....
[ 1819s] CMakeFiles/Makefile2:2692: recipe for target 'CMakeFiles/tf_core_cpu.dir/all' failed
[ 1819s] make[1]: *** [CMakeFiles/tf_core_cpu.dir/all] Error 2
[ 1819s] Makefile:129: recipe for target 'all' failed
[ 1819s] make: *** [all] Error 2
[ 1819s] error: Bad exit status from /var/tmp/rpm-tmp.38NlR1 (%build)
message("STOPPING
[ 1819s]

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