tensorflow2:accepted/tizen_6.0_unified_hotfix

Last commit made on 2020-08-20
Get this branch:
git clone -b accepted/tizen_6.0_unified_hotfix https://git.launchpad.net/tensorflow2

Branch merges

Branch information

Name:
accepted/tizen_6.0_unified_hotfix
Repository:
lp:tensorflow2

Recent commits

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

Tizen/DIST: Added flatbuffers.tar.gz to support tf.profiler module

This commit is to append the ./src/util.cpp (flatbuffers.tar.gz) is
required by the "tf.profiler" module for profiling Tensorflow-Lite.
- https://www.tensorflow.org/api_docs/python/tf/profiler
Note that we must put the util.cpp file into ./packaging/ folder
after downloading the flatbuffer (BRANCH: tizen) form review.tizen.org.

**Changelog**
* Version 2:
  * Added -fno-lto option for VD/DTV
  * Added optimzation flags for ARM architecture
  * Added util.cpp (flatbuffer) into the ./packaging/ folder

* Version 1:
  * Update tensorflow2-lite.pc.in
  * Compiled the TF-Lite 2.3.0 with "BuildRequires: flatbuffers-devel"
  * Added the /usr/include/{tensorflow|tensorflow2}/lite/ structure
    - Tensorflow 1.x: /usr/include/tensorflow/lite
    - Tensorflow 2.x: /usr/include/tensorflow2/lite

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

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

DIST: Added external libraries to build TF 2.3

This commit is to append the external libraries that are required by
Tensorflow-Lite 2.3. All libraries are compressed by .tar.gz format.

**Changelog**
  * Added .spec file
  * Added external libraries
  * Replaced *.tar with *.tar.gz
  * Added annotations
  * Fixed incorrect statements

* File info:
```bash
$ ls -al /usr/lib/libtensorflow2-lite.a
-rw-r--r-- 1 invain 6,269,776 5 Aug 18:35 /usr/lib/libtensorflow2-lite.a
$ file /usr/lib/libtensorflow2-lite.a
/usr/lib/libtensorflow2-lite.a: current ar archive
```

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

63e26bc... by Geunsik Lim <email address hidden>

DIST: RPM packaging for tf-lite 2.3.0

This commit is to append the Tizen RPM packaging for tf-lite 2.3.0.

**Changelog**
   * Added tar.gz to spec file
   * Added tar.gz into the packaging folder
   * Created the packaging folder to support tf-lite 2.3.0.

Note: If some versions of tf-lite 2.x require the absil library,
let's append the asbil.tar.gz into the packaging folder instead of
Tizen packaging to minimize a maintenance workload due to different versions.

Signed-off-by: MyungJoo Ham <email address hidden>
Signed-off-by: Geunsik Lim <email address hidden>
Signed-off-by: Hyoungjoo Ahn <email address hidden>

b36436b... by Goldie Gadde <email address hidden>

Merge pull request #41670 from tensorflow-jenkins/version-numbers-2.3.0-24378

Update version numbers for TensorFlow 2.3.0

c4b2951... by Mihai Maruseac <email address hidden>

Merge pull request #40701 from tensorflow-jenkins/relnotes-2.3.0rc0-13382

Update release notes for TensorFlow 2.3.0

82515ce... by TensorFlow Release Automation <email address hidden>

Update version numbers to 2.3.0

ab9c694... by Mihai Maruseac <email address hidden>

Merge pull request #41644 from tensorflow/update_v

Updating estimator version after estimator final release

1f610fc... by Geeta Chavan <email address hidden>

Updating version for final release

44e3817... by Geeta Chavan <email address hidden>

Updating version for final release

dbbdcde... by Goldie Gadde <email address hidden>

Update RELEASE.md