nnfw:release/1.13.0

Last commit made on 2021-02-16
Get this branch:
git clone -b release/1.13.0 https://git.launchpad.net/nnfw

Branch merges

Branch information

Name:
release/1.13.0
Repository:
lp:nnfw

Recent commits

09d96db... by SaeHie Park <email address hidden>

[one-cmds] Fix onnx version for prepare venv (#6044)

This will fix to use explicit onnx version for prepare venv.

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

ad29c67... by seongwoo

Release Note for ONE 1.13.0 (#6019)

- Release Note for ONE 1.13.0
- index.rst added

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

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

[luci] Extract string util methods to Strings helper (#6017)

* [luci] Extract string util methods to Strings helper

This will relocate string related utility methods to helpers/Strings module.

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

* update header guard

f45d579... by Seok Namkoong <email address hidden>

[luci] Add nullptr check in QuantizeWithMinMaxPass (#6016)

This commit will add an additional nullptr check in `QuantizeWithMinMaxPass`.

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

b07a3fd... by Seok Namkoong <email address hidden>

[luci] Use must_cast in ResolveCustomOpAddPass (#6015)

Until now, if `input` is `nullptr`, this is not handled.
This commit will change `dynamic_cast` to `loco::must_cast` to catch the error.

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

18a5a96... by SaeHie Park <email address hidden>

[record-minmax] Revise cmake for test source files (#6011)

This will revise CMakeLists to gather test source file list.

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

f31cf17... by SaeHie Park <email address hidden>

[tflite2circle] Correct coverage (#6010)

This will add link to nncc_coverage for correct coverage.

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

fd7d2c6... by SaeHie Park <email address hidden>

[circle-quantizer] Revise exclusive option check (#6008)

This will revise exclusive option check to reduce duplicate codes.

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

b078d42... by SaeHie Park <email address hidden>

[record-minmax] Test for getMovingAverage (#6006)

This will introduce simple unit test for getMovingAverage method.

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

b7eb2cb... by SaeHie Park <email address hidden>

[pepper_str] Rename test file (#6005)

This will rename test source file like others for coverage.

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