onecc-docker:release/1.12.0

Last commit made on 2020-12-15
Get this branch:
git clone -b release/1.12.0 https://git.launchpad.net/onecc-docker

Branch merges

Branch information

Name:
release/1.12.0
Repository:
lp:onecc-docker

Recent commits

2f10336... by seongwoo

[release] 1.12.1 compiler release note (#5382)

This commit contains a 1.12.1 compiler release note.

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

5aad62b... by seongwoo

[one-cmds] fix one-build bug (#5381)

This commit fixes `one-build` bug.

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

7e36858... by seongwoo

[one-cmds] add command option to one-codegen (#5342)

This commit has two changes.
- Don't make a log file
- Add command option

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

3fb808c... by Hyeongseok Oh <email address hidden>

[test/nnfw_api] Test: Workaround for TCM (#5324)

Workaround for TCM tool (no assertion)

Signed-off-by: Hyeongseok Oh <email address hidden>

6b1255c... by twoflower

Release Note for ONE 1.12.0 (#5315)

- Release Note for ONE 1.12.0
- index.rst added

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

efefd8d... by Hyeongseok Oh <email address hidden>

[onert/test] TFlite model test support all input type (#5253)

* [onert/test] TFlite model test support all input type

- Support all input type
- Implement comparison function for all data type (copy from GenModelTest.h)
- Support thread setting environment variable

Signed-off-by: Hyeongseok Oh <email address hidden>

* Update readData and randomData function

- Use vector parameter assert check for size
- Fix bug in randomData function

3cb9bc1... by twoflower

Fix defect 1217377: uninitialized members (#5316)

* Fix defect 1217377: uninitialized members

- Fix coverity defect on EventCollector.

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

22ed04c... by Seok Namkoong <email address hidden>

[onert] Fix wrong parameter in while dumper (#5308)

This commit will fix wrong parameter in `while` operation dumper

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

61758b2... by Hanjoung Lee <email address hidden>

[onert] Unify ConstantInitializer (cpu-based) (#5307)

Unify ConstantInitializer of cpu-based backends.

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

aae2b3d... by Hyun Sik Yoon <email address hidden>

[onert] Pass subgraph index to ExecutionObservers (#5291)

* [onert] Pass subgraph index to ExecutionObservers

This passes subgraph index to ExecutionObservers, which will be later
used to organize profiling information.

Signed-off-by: Hyun Sik Yoon <email address hidden>

* fix missing instantiation