tensorflow2:sandbox/dkson95/tizen_dev

Last commit made on 2023-12-01
Get this branch:
git clone -b sandbox/dkson95/tizen_dev https://git.launchpad.net/tensorflow2

Branch merges

Branch information

Name:
sandbox/dkson95/tizen_dev
Repository:
lp:tensorflow2

Recent commits

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

flatbuffers: add break statement to switch-case

Fix "error: this statement may fall through [-Werror=implicit-fallthrough=]"

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

1d539c5... by Sangjung Woo

[spec] Update patch script

Custom PATCH macro does not work so this patch uses
the patch command directly.

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

bcdf96c... by Sangjung Woo

[spec] Update CFLAGS to fix the buildbreak issue on GCC v13

To fix the buildbreak issue on gcc 11 or higher, this patch adds
'-Wno-error=stringop-overflow' option to CFLAGS and CXXFLAGS.

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

0c71b1f... by Sangjung Woo

[spec] Disable XNNPack in case of armv7l and armv7hl architecture

Because of the lower version of the Tizen toolchain, it causes the build
break issue when building tf-lite for armv7l and armv7hl architecture
with XNNPack option. This patch disables the XNNPack option in the case
of armv7l and armv7hl architecture.

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

14ef5c1... by Sangjung Woo

[spec] Remove unnecessary external package.

This patch removes the unnecessary external packages.

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

18f36f0... by Yongjoo Ahn

[build] Package tflite_benchmark_model binary util

- Build and package the binary util in not arm arch.

Change-Id: Ib7990ff397da90884f2ecdf715b0bec9b6cbd81b
Signed-off-by: Yongjoo Ahn <email address hidden>

3c689ff... by Yongjoo Ahn

[debian] Add debian packaging

Change-Id: Ibd4e1c34e74c65a74102c7a841a7eb981a743b06
Signed-off-by: Yongjoo Ahn <email address hidden>

e01b9f3... by Yongjoo Ahn

[build] Remove benchmark util from packaging

- Remove benchmark util binary, cause there are some linking error in
  some archs.
- May include this later.

Change-Id: Ic7e5660b2d26d22addf7777d148c8f1c90b686d6
Signed-off-by: Yongjoo Ahn <email address hidden>

5223768... by Yongjoo Ahn

[build] Enabling XNNPACK delegate in armv7l

- To build XNNPACK delegate in armv7l, XNNPACK source is need to be
  fixed.
- Add the fixed source for amrv7l, XNNPACK-armv7l.tar.gz, which is from
  https://github.com/anyj0527/XNNPACK/commit/72c14f4ed54239d62a2769b14b570be70edc8a7a

Change-Id: I7a299aa40180d82382ea3a3832773fc9e5687ded
Signed-off-by: Yongjoo Ahn <email address hidden>

cb0cb12... by Yongjoo Ahn

[Tizen/packaging] Add options to build xnnpack, gpu delegates and shared lib

- Add options to build XNNPACK, and GPU delegate
- Add options for static/shared lib

Change-Id: I83ae57c3da5aef5bad48388ebb61d9bf6bf03814
Signed-off-by: Yongjoo Ahn <email address hidden>