nnfw:release/1.6.0

Last commit made on 2020-07-30
Get this branch:
git clone -b release/1.6.0 https://git.launchpad.net/nnfw

Branch merges

Branch information

Name:
release/1.6.0
Repository:
lp:nnfw

Recent commits

648b22c... by Seok Namkoong <email address hidden>

[Compiler] Compiler bugfix in 1.6.1 (#3449)

* [Compiler] Compiler bugfix in 1.6.1

This commit will fix following bugs
- `circle2circle` never ended because of `ResolveCustomOpBatchMatMulPass`
    - When custom op is not `BatchMatMul`, `changed` is always true.
- BCQ is applied incorrectly

ONE-DCO-1.0-Signed-off-by: Seok NamKoong <email address hidden>

* apply comments

6b94fa3... by twoflower

Use version 1.6.1 (#2966)

update version related files to use 1.6.1

ONE-DCO-1.0-Signed-off-by: Chunseok Lee <email address hidden>

6f1fe09... by SaeHie Park <email address hidden>

Release Note for 1.6.1 (#2952)

* Release Note for 1.6.1
* add reason of bug

This will introduce release note document for 1.6.1

ONE-DCO-1.0-Signed-off-by: SaeHie Park <email address hidden>

91a69f0... by SaeHie Park <email address hidden>

[infra] Preset 20200630 fix (#2941)

This will introduce preset 20200630 to install recent tf2nnpkg

ONE-DCO-1.0-Signed-off-by: SaeHie Park <email address hidden>

a600380... by twoflower

Fix wrong stride value is passed for pooling operation (#2636) (#2727)

- This commit fixes wrong stride value is passed for pooling operation
  - Stride height and width values are swapped at base_loader

ONE-DCO-1.0-Signed-off-by: JiHwan Yeo <email address hidden>

Co-authored-by: JiHwan Yeo <email address hidden>

b181354... by twoflower

Release Note for 1.6.0 (#2667)

* Release Note for 1.6.0

- Release Note for 1.6.0

ONE-DCO-1.0-Signed-off-by: Chunseok Lee <email address hidden>

* fix infedntation

* Update docs/release/1.6/release-note-1.6.0.md

Co-authored-by: Hanjoung Lee <email address hidden>

* Apply suggestions from code review

Co-authored-by: Sung-Jae Lee <email address hidden>

* Update docs/release/1.6/release-note-1.6.0.md

Co-authored-by: Sung-Jae Lee <email address hidden>

Co-authored-by: twoflower <email address hidden>
Co-authored-by: Hanjoung Lee <email address hidden>
Co-authored-by: Sung-Jae Lee <email address hidden>

e8295b1... by twoflower

Use version 1.6.0 (#2657)

update version to 1.6.0 on:
- conf.py
- nnfw.spec
- nnfw_version.h

ONE-DCO-1.0-Signed-off-by: Chunseok Lee <email address hidden>

6d483d8... by Andrey Shedko <email address hidden>

[luci/tests] Added YUV to RGB to luci tests (#2186)

Added YUV to RGB to luci tests
Signed-off-by: Andrey Shedko <email address hidden>

fb3e4b6... by Hyukjin Jeong <email address hidden>

[luci] Shape/type inference in quantize (#2629)

* [luci] Shape/type inference in quantize

This does shape/type inference in quantize

ONE-DCO-1.0-Signed-off-by: Hyukjin Jeong <email address hidden>

* Changed comment

* Changed comment (remove 'for validation')

58e81be... by Hanjoung Lee <email address hidden>

[onert] CMake: Specify boost component (#2624)

When components are specified and if `${Boost_DIR}` is already cached,
it sometimes does not work properly. This is to fix macOS build.

ONE-DCO-1.0-Signed-off-by: Hanjoung Lee <email address hidden>