platform/core/ml/nnfw.git
4 years ago[logo] Fix to make same pattern (#6954)
박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 [Tue, 27 Aug 2019 08:14:24 +0000 (17:14 +0900)]
[logo] Fix to make same pattern (#6954)

This will fix Restart PhaseRunner to follow Saturate of run() return value pattern

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
4 years ago[moco-tf] introduce make_shape_inference_data (#6960)
박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 [Tue, 27 Aug 2019 08:13:57 +0000 (17:13 +0900)]
[moco-tf] introduce make_shape_inference_data (#6960)

This will introduce make_shape_inference_data() that makes ShapeInferenceData from NodeShape shape information

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
4 years ago[moco-tf] DepthwiseFilter in ShapeInferenceData (#6957)
박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 [Tue, 27 Aug 2019 07:43:47 +0000 (16:43 +0900)]
[moco-tf] DepthwiseFilter in ShapeInferenceData (#6957)

This will update to support DepthwiseFilter in ShapeInferenceData

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
4 years ago[logo] Introduce Passes header (#6945)
박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 [Tue, 27 Aug 2019 06:03:41 +0000 (15:03 +0900)]
[logo] Introduce Passes header (#6945)

* [logo] Introduce Passes header

This will introduce Passes header that includes all Pass header files

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
* sort and add comment

4 years agoFix svace: uninit variable (#6948)
이춘석/On-Device Lab(SR)/Staff Engineer/삼성전자 [Tue, 27 Aug 2019 05:56:22 +0000 (14:56 +0900)]
Fix svace: uninit variable (#6948)

- Fix WGID 405904
- Fix by adding initialization

Signed-off-by: Chunseok Lee <chunseok.lee@samsung.com>
4 years agoFix svace: uninit variable of Execution (#6934)
이춘석/On-Device Lab(SR)/Staff Engineer/삼성전자 [Tue, 27 Aug 2019 05:45:49 +0000 (14:45 +0900)]
Fix svace: uninit variable of Execution (#6934)

- Fix WGID 405897
- Remove explicit initialzation

Signed-off-by: Chunseok Lee <chunseok.lee@samsung.com>
4 years ago[logo] Introduce SimplifyDomainConversionPass (#6941)
박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 [Tue, 27 Aug 2019 04:21:56 +0000 (13:21 +0900)]
[logo] Introduce SimplifyDomainConversionPass (#6941)

This will introduce SimplifyDomainConversionPass copied from moco

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
4 years ago[logo] Introduce RemoveForwardNodePass (#6937)
박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 [Tue, 27 Aug 2019 04:21:36 +0000 (13:21 +0900)]
[logo] Introduce RemoveForwardNodePass (#6937)

This will introduce RemoveForwardNodePass copied from moco

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
4 years ago[logo] Introduce RemoveDeadNodePass (#6935)
박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 [Tue, 27 Aug 2019 04:21:18 +0000 (13:21 +0900)]
[logo] Introduce RemoveDeadNodePass (#6935)

This will introduce RemoveDeadNodePass copied from moco

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
4 years ago[logo] Introduce ResolveDuplicateReshapePass (#6938)
박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 [Tue, 27 Aug 2019 04:20:53 +0000 (13:20 +0900)]
[logo] Introduce ResolveDuplicateReshapePass (#6938)

This will introduce ResolveDuplicateReshapePass copied from moco

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
4 years ago[logo] Introduce ResolveRedundantReshapePass (#6940)
박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 [Tue, 27 Aug 2019 04:18:51 +0000 (13:18 +0900)]
[logo] Introduce ResolveRedundantReshapePass (#6940)

This will introduce ResolveRedundantReshapePass copied from moco

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
4 years ago[logo] Introduce ReorderDecodePass (#6936)
박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 [Tue, 27 Aug 2019 01:58:38 +0000 (10:58 +0900)]
[logo] Introduce ReorderDecodePass (#6936)

This will introduce ReorderDecodePass copied from moco

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
4 years agoIntroduce nnpackage_tool directory (#6933)
이상규/On-Device Lab(SR)/Principal Engineer/삼성전자 [Tue, 27 Aug 2019 01:44:14 +0000 (21:44 -0400)]
Introduce nnpackage_tool directory (#6933)

I would like to put all nnpackage-related tools under one directory.
Thus, I introduce `tools/nnpackage_tool` and move `nnpackager` into it.

Signed-off-by: Sanggyu Lee <sg5.lee@samsung.com>
4 years ago[logo] Introduce ConstantFoldingPass (#6923)
박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 [Tue, 27 Aug 2019 01:30:20 +0000 (10:30 +0900)]
[logo] Introduce ConstantFoldingPass (#6923)

* [logo] Introduce ConstantFoldingPass

This will introduce ConstantFoldingPass compiled from moco

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
* add requires items

4 years agoFix svace: deref nullptr (#6925)
이춘석/On-Device Lab(SR)/Staff Engineer/삼성전자 [Tue, 27 Aug 2019 01:29:10 +0000 (10:29 +0900)]
Fix svace: deref nullptr (#6925)

- Fix WGID 405891
- fix by using polymorphic_downcast instead of dynamic_cast

Signed-off-by: Chunseok Lee <chunseok.lee@samsung.com>
4 years ago[locop] Replace deprecated FixedArityNode class (#6927)
박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 [Tue, 27 Aug 2019 01:23:00 +0000 (10:23 +0900)]
[locop] Replace deprecated FixedArityNode class (#6927)

This commit revises locop to use FixedArity mix-in instead of deprecated
FixedArityNode class.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
4 years ago[exo-tflite] Fixed how not-yet-implemnented op is printed (#6905)
윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자 [Tue, 27 Aug 2019 01:18:32 +0000 (10:18 +0900)]
[exo-tflite] Fixed how not-yet-implemnented op is printed (#6905)

Change " " to "_" since " " may look weird.

Signed-off-by: Hyun Sik Yoon <hyunsik.yoon@samsung.com>
4 years ago[locop] Show Graph Input/Output (#6911)
박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 [Tue, 27 Aug 2019 01:11:24 +0000 (10:11 +0900)]
[locop] Show Graph Input/Output (#6911)

LinearV1 Graph Format now shows graph input/output metadata, too.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
4 years ago[mir_caffe] Do not set names of operations (#6814)
Сергей Баранников/AI Tools Lab /SRR/Engineer/삼성전자 [Mon, 26 Aug 2019 18:53:27 +0000 (03:53 +0900)]
[mir_caffe] Do not set names of operations (#6814)

Remove useless setting of operation names.

Signed-off-by: Sergei Barannikov <s.barannikov@samsung.com>
4 years ago[nnpkg_run] use chrono to measure time (#6858)
Vladimir Plazun/AI Tools Lab /SRR/Engineer/삼성전자 [Mon, 26 Aug 2019 18:51:53 +0000 (21:51 +0300)]
[nnpkg_run] use chrono to measure time (#6858)

Use c++ chrono instead of linux's gettimeofday

Signed-off-by: Vladimir Plazun <v.plazun@samsung.com>
4 years ago[mir_onnx] Dropout operation versioning (#6898)
Павел Ильютченко/AI Tools Lab /SRR/Engineer/삼성전자 [Mon, 26 Aug 2019 18:47:27 +0000 (21:47 +0300)]
[mir_onnx] Dropout operation versioning (#6898)

* Supported V1, V6, V7, V10 dropout versions

Signed-off-by: Pavel Iliutchenko <p.iliutchenk@samsung.com>
4 years ago[nnpkg_run] implement dump (in h5 format) (#6669)
이상규/On-Device Lab(SR)/Principal Engineer/삼성전자 [Mon, 26 Aug 2019 09:55:03 +0000 (05:55 -0400)]
[nnpkg_run] implement dump (in h5 format) (#6669)

It dumps outputs in h5 format.

Signed-off-by: Sanggyu Lee <sg5.lee@samsung.com>
4 years ago[neurun]Fix HE scheduler shuffle cond and schedule ret val (#6899)
Дилшоджон Пошшоев/AI Tools Lab /SRR/Engineer/삼성전자 [Mon, 26 Aug 2019 09:42:39 +0000 (12:42 +0300)]
[neurun]Fix HE scheduler shuffle cond and schedule ret val (#6899)

* [neurun]Fix HE scheduler shuffle cond,schedule ret

Also fixed returning way of Scheduler::schedule: so for it created a
copy of _backend_resolver instead of moving existing one

Signed-off-by: Poshshoev Dilshodzhon <d.poshshoev@samsung.com>
* Address reviews

Signed-off-by: Poshshoev Dilshodzhon <d.poshshoev@samsung.com>
4 years ago[nnpackage] Move nnpackage out of runtimes/contrib (#6848)
이상규/On-Device Lab(SR)/Principal Engineer/삼성전자 [Mon, 26 Aug 2019 08:52:30 +0000 (04:52 -0400)]
[nnpackage] Move nnpackage out of runtimes/contrib (#6848)

Move nnpackage out of runtimes/contrib

Signed-off-by: Sanggyu Lee <sg5.lee@samsung.com>
4 years agoFix typo in i5diff README.md (#6921)
이상규/On-Device Lab(SR)/Principal Engineer/삼성전자 [Mon, 26 Aug 2019 08:52:19 +0000 (04:52 -0400)]
Fix typo in i5diff README.md (#6921)

This patch fixes typo in i5diff README.md.

Signed-off-by: Sanggyu Lee <sg5.lee@samsung.com>
4 years agoFix svace: uninit variable for AddLayer (#6873)
이춘석/On-Device Lab(SR)/Staff Engineer/삼성전자 [Mon, 26 Aug 2019 08:51:47 +0000 (17:51 +0900)]
Fix svace: uninit variable for AddLayer (#6873)

* Fix svace: uninit variable for AddLayer

- Fix WGID 405897
- Initialize member variables

Signed-off-by: Chunseok Lee <chunseok.lee@samsung.com>
* fix format

4 years ago[exo-tflite] Adding FixedArityNode (#6917)
윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자 [Mon, 26 Aug 2019 08:19:46 +0000 (17:19 +0900)]
[exo-tflite] Adding FixedArityNode (#6917)

FixedArityNode is copied from loco since loco::FixedArityNode's destiny is doomed.

Signed-off-by: Hyun Sik Yoon <hyunsik.yoon@samsung.com>
4 years ago[loco] Remove unused methods from Push (#6904)
박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 [Mon, 26 Aug 2019 07:33:54 +0000 (16:33 +0900)]
[loco] Remove unused methods from Push (#6904)

No code uses "rank" and "dim" method in Push class.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
4 years ago[loco] Clean up deprecated CanonicalNodeImpl (#6903)
박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 [Mon, 26 Aug 2019 07:33:42 +0000 (16:33 +0900)]
[loco] Clean up deprecated CanonicalNodeImpl (#6903)

Let's clean up CanonicalNodeImpl deprecated by CanonicalNodeDef.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
4 years ago[loco] fix MultiDialectShapeInferenceRule.test (#6913)
박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 [Mon, 26 Aug 2019 07:32:40 +0000 (16:32 +0900)]
[loco] fix MultiDialectShapeInferenceRule.test (#6913)

This will add CanonicalShapeInferenceRule to MultiDialectShapeInferenceRule as there are Canonical dialect node Pull and Push in the graph

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
4 years ago[logo] Introduce PhaseRunner (#6909)
박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 [Mon, 26 Aug 2019 07:25:42 +0000 (16:25 +0900)]
[logo] Introduce PhaseRunner (#6909)

This will introduce PhaseRunner that runs group of Pass(es) that is defined as a Phase

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
4 years agoFix pacl test fail (#6914)
오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 [Mon, 26 Aug 2019 07:25:05 +0000 (16:25 +0900)]
Fix pacl test fail (#6914)

Skip all svdf test on pacl

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
4 years ago[exo-tflite] Introducing EXOTFLITE_ConvertRelu knob (#6918)
윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자 [Mon, 26 Aug 2019 07:22:48 +0000 (16:22 +0900)]
[exo-tflite] Introducing EXOTFLITE_ConvertRelu knob (#6918)

This commit adds EXOTFLITE_ConvertRelu knob.

Signed-off-by: Hyun Sik Yoon <hyunsik.yoon@samsung.com>
4 years ago[nnpkg_run] Use HDF5 shared library for both x86_64 and arm (#6910)
이상규/On-Device Lab(SR)/Principal Engineer/삼성전자 [Mon, 26 Aug 2019 05:38:49 +0000 (01:38 -0400)]
[nnpkg_run] Use HDF5 shared library for both x86_64 and arm (#6910)

Let's use same type of hdf5 library for `nnpackage_run`.
Currently arm uses hdf5 static linking, x86_64 uses shared one.

I've found that `aec` linking bug exists in shared library also.
Thus, if condition is removed from HDF5Config.cmake.

Signed-off-by: Sanggyu Lee <sg5.lee@samsung.com>
4 years agoUpdate nnapi generated test for v1.0 operations (#6819)
오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 [Mon, 26 Aug 2019 04:59:25 +0000 (13:59 +0900)]
Update nnapi generated test for v1.0 operations (#6819)

Update nnapi generated test spec files for v1.0 operations to match with current android nn runtime master

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
4 years ago[moco-tf] Introduce FixedArityNode (#6907)
박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 [Mon, 26 Aug 2019 04:48:04 +0000 (13:48 +0900)]
[moco-tf] Introduce FixedArityNode (#6907)

This commit introduces moco-tf internal FixedArityNode class as the
first step to remove FixedArityNode from loco.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
4 years ago[exo-tflite] Introducing Logging (#6896)
윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자 [Mon, 26 Aug 2019 04:44:27 +0000 (13:44 +0900)]
[exo-tflite] Introducing Logging (#6896)

* [exo-tflite] Introducing Logging

This adds classes related to Logging. These are borrowed from moco except 1) removed logging of annoted padding, 2) change namespace

Signed-off-by: Hyun Sik Yoon <hyunsik.yoon@samsung.com>
* int to uint32_t

4 years ago[exo-tflite] Introducing TFLRelu class (#6893)
윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자 [Mon, 26 Aug 2019 03:54:57 +0000 (12:54 +0900)]
[exo-tflite] Introducing TFLRelu class (#6893)

* [exo-tflite] Introducing TFLRelu class

This adds TFLRelu class. summary() of TFLFormattedGraph is also added (without this warning will occurs)

Signed-off-by: Hyun Sik Yoon <hyunsik.yoon@samsung.com>
* change the way how 'unused variable error' is handled

4 years ago[logo] Introduce Pass (#6889)
박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 [Mon, 26 Aug 2019 02:38:24 +0000 (11:38 +0900)]
[logo] Introduce Pass (#6889)

* [logo] Introduce Pass

This will introduce logo project with Pass base class to provide loco graph trasformations

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
* change test group

4 years ago[nnpkg/tflite_run] make help option work (#6879)
이상규/On-Device Lab(SR)/Principal Engineer/삼성전자 [Mon, 26 Aug 2019 02:09:26 +0000 (22:09 -0400)]
[nnpkg/tflite_run] make help option work (#6879)

Currently, tflite/nnpackage_run does not recognize help option.

It complains like:

$ LD_LIBRARY_PATH=Product/out/lib Product/out/bin/nnpackage_run --help
terminate called after throwing an instance of 'boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::program_options::required_option> >'
  what():  the option '--nnpackage' is required but missing
  Aborted (core dumped)

This patch fixes it by notifying errors after parsing help option.

Signed-off-by: Sanggyu Lee <sg5.lee@samsung.com>
4 years ago[moco-tf] changing int to uint32_t (#6902)
윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자 [Mon, 26 Aug 2019 01:38:56 +0000 (10:38 +0900)]
[moco-tf] changing int to uint32_t (#6902)

changing int to uint32_t to make the type of lhs and rhs of comparison

Signed-off-by: Hyun Sik Yoon <hyunsik.yoon@samsung.com>
4 years ago[exo-tflite] Introducing Knob for exo-tflite (#6895)
윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자 [Mon, 26 Aug 2019 00:29:24 +0000 (09:29 +0900)]
[exo-tflite] Introducing Knob for exo-tflite (#6895)

Knob for exo-tflite is added. Initially `EnableTFLDialect` knob is added.

Signed-off-by: Hyun Sik Yoon <hyunsik.yoon@samsung.com>
4 years ago[res] Remove renamed old Multiple_IO_XXX (#6891)
박천교/On-Device Lab(SR)/Engineer/삼성전자 [Mon, 26 Aug 2019 00:27:25 +0000 (09:27 +0900)]
[res] Remove renamed old Multiple_IO_XXX (#6891)

This commit removes renamed old Multiple_IO_XXX tests.

Signed-off-by: Cheongyo Bahk <ch.bahk@samsung.com>
4 years ago[mir_onnx] MatMul operation support (#6797)
Павел Ильютченко/AI Tools Lab /SRR/Engineer/삼성전자 [Fri, 23 Aug 2019 12:04:25 +0000 (15:04 +0300)]
[mir_onnx] MatMul operation support (#6797)

* Added MatMulNodeConverter
* Fix registration and cmake

Signed-off-by: Pavel Iliutchenko <p.iliutchenk@samsung.com>
4 years ago[mir_onnx] ReduceMean operation support (#6798)
Павел Ильютченко/AI Tools Lab /SRR/Engineer/삼성전자 [Fri, 23 Aug 2019 11:48:27 +0000 (14:48 +0300)]
[mir_onnx] ReduceMean operation support (#6798)

* Added ReduceMeanNodeConverter
* Registration and cmake for converter

Signed-off-by: Pavel Iliutchenko <p.iliutchenk@samsung.com>
4 years ago[mir_onnx] Fix is_test attribute checking (#6831)
Сергей Баранников/AI Tools Lab /SRR/Engineer/삼성전자 [Fri, 23 Aug 2019 11:23:22 +0000 (20:23 +0900)]
[mir_onnx] Fix is_test attribute checking (#6831)

Reverse `is_test` attribute testing. Only `is_test` mode is supported.

Signed-off-by: Sergei Barannikov <s.barannikov@samsung.com>
4 years ago[mir] Remove Scalar class (#6810)
Сергей Баранников/AI Tools Lab /SRR/Engineer/삼성전자 [Fri, 23 Aug 2019 11:01:44 +0000 (20:01 +0900)]
[mir] Remove Scalar class (#6810)

`Scalar` class is redundant because `TensorVariant` is able to represent scalars.

Signed-off-by: Sergei Barannikov <s.barannikov@samsung.com>
4 years ago[nnc] Use tensor names in backends (#6865)
Сергей Баранников/AI Tools Lab /SRR/Engineer/삼성전자 [Fri, 23 Aug 2019 10:59:52 +0000 (19:59 +0900)]
[nnc] Use tensor names in backends (#6865)

Switch from operation names to tensor names.

Signed-off-by: Sergei Barannikov <s.barannikov@samsung.com>
4 years ago[res] Rename Inception v3 subgraph tests (#6878)
박천교/On-Device Lab(SR)/Engineer/삼성전자 [Fri, 23 Aug 2019 10:54:30 +0000 (19:54 +0900)]
[res] Rename Inception v3 subgraph tests (#6878)

This commit renames Inception_v3_XXX into NET_XXXX

NET_0025 <- Inception_v3_000
NET_0026 <- Inception_v3_001
NET_0027 <- Inception_v3_002

Signed-off-by: Cheongyo Bahk <ch.bahk@samsung.com>
4 years ago[mocotest-tf] Enable UNIT_Tanh_000 test (#6881)
남궁석/On-Device Lab(SR)/Engineer/삼성전자 [Fri, 23 Aug 2019 10:54:20 +0000 (19:54 +0900)]
[mocotest-tf] Enable UNIT_Tanh_000 test (#6881)

This commit will enable `UNIT_Tanh_000` test in mocotest-tf

Signed-off-by: Seok NamKoong <sk.namkoong@samsung.com>
4 years ago[tf2tflite] Enable UNIT_Tanh_000 test (#6882)
남궁석/On-Device Lab(SR)/Engineer/삼성전자 [Fri, 23 Aug 2019 10:54:10 +0000 (19:54 +0900)]
[tf2tflite] Enable UNIT_Tanh_000 test (#6882)

This commit will enable `UNIT_Tanh_000` test in tf2tflite

Signed-off-by: Seok NamKoong <sk.namkoong@samsung.com>
4 years ago[tf2tflite] Remove split comment (#6890)
박천교/On-Device Lab(SR)/Engineer/삼성전자 [Fri, 23 Aug 2019 10:53:58 +0000 (19:53 +0900)]
[tf2tflite] Remove split comment (#6890)

Refactoring done. Let's remove split comment.

Signed-off-by: Cheongyo Bahk <ch.bahk@samsung.com>
4 years ago[tf2tflite] Enable DepthwiseConv2D test (#6883)
채성우/On-Device Lab(SR)/Engineer/삼성전자 [Fri, 23 Aug 2019 09:53:08 +0000 (18:53 +0900)]
[tf2tflite] Enable DepthwiseConv2D test (#6883)

This commit enables DetphwiseConv2D test.

Signed-off-by: seongwoo <sw4670.chae@samsung.com>
4 years ago[moco-testtf] Enable DepthwiseConv2D test (#6885)
채성우/On-Device Lab(SR)/Engineer/삼성전자 [Fri, 23 Aug 2019 09:52:59 +0000 (18:52 +0900)]
[moco-testtf] Enable DepthwiseConv2D test (#6885)

This commist enable Depthwiseconv2D test.

Signed-off-by: seongwoo <sw4670.chae@samsung.com>
4 years ago[mir_caffe] Do not overwrite tensor names (#6868)
Сергей Баранников/AI Tools Lab /SRR/Engineer/삼성전자 [Fri, 23 Aug 2019 09:42:23 +0000 (18:42 +0900)]
[mir_caffe] Do not overwrite tensor names (#6868)

This is a workaround for an issue when fallthrough layer (ex. `Dropout`, `Split`) goes right after the input layer.

Signed-off-by: Sergei Barannikov <s.barannikov@samsung.com>
4 years ago[tf2tflite] Remove replaced Multiple_IO_XXX (#6887)
박천교/On-Device Lab(SR)/Engineer/삼성전자 [Fri, 23 Aug 2019 09:15:01 +0000 (18:15 +0900)]
[tf2tflite] Remove replaced Multiple_IO_XXX (#6887)

This commit removes replaced old Multiple_IO_XXX tests.
New NET_0022~0024 tests already enabled for tf2tflite.

Signed-off-by: Cheongyo Bahk <ch.bahk@samsung.com>
4 years ago[mocotest-tf] Remove split comment (#6888)
박천교/On-Device Lab(SR)/Engineer/삼성전자 [Fri, 23 Aug 2019 09:14:35 +0000 (18:14 +0900)]
[mocotest-tf] Remove split comment (#6888)

Refactoring done. Let's remove split comment.

Signed-off-by: Cheongyo Bahk <ch.bahk@samsung.com>
4 years ago[locomotiv] Fix math.h to cmath (#6884)
남궁석/On-Device Lab(SR)/Engineer/삼성전자 [Fri, 23 Aug 2019 08:53:46 +0000 (17:53 +0900)]
[locomotiv] Fix math.h to cmath (#6884)

This commit will fix `<math.h>` to `<cmath>`

Signed-off-by: Seok NamKoong <sk.namkoong@samsung.com>
4 years ago[mocotest-tf] Enable valid NET tests (#6874)
박천교/On-Device Lab(SR)/Engineer/삼성전자 [Fri, 23 Aug 2019 08:12:39 +0000 (17:12 +0900)]
[mocotest-tf] Enable valid NET tests (#6874)

This commit enables NET_0022~0024 tests for mocotest-tf. These tests are
tests for networks with multiple IO.

Signed-off-by: Cheongyo Bahk <ch.bahk@samsung.com>
4 years ago[tf2tflite] Enable valid NET tests (#6875)
박천교/On-Device Lab(SR)/Engineer/삼성전자 [Fri, 23 Aug 2019 08:12:00 +0000 (17:12 +0900)]
[tf2tflite] Enable valid NET tests (#6875)

This commit enables NET_0022~0024 tests for tf2tflite. These tests are
tests for networks with multiple IO.

Signed-off-by: Cheongyo Bahk <ch.bahk@samsung.com>
4 years ago[nnpkg-run] fix x86_64 build error (#6880)
이상규/On-Device Lab(SR)/Principal Engineer/삼성전자 [Fri, 23 Aug 2019 08:10:25 +0000 (04:10 -0400)]
[nnpkg-run] fix x86_64 build error (#6880)

We've used hdf5 static linking to avoid work for installing hdf5 for
all CI slaves.  However, it causes build error on x86_64.
Thus, this patch makes x86_64 use shared library to fix this error.

Signed-off-by: Sanggyu Lee <sg5.lee@samsung.com>
4 years ago[locomotiv] Introduce Tanh Operation (#6846)
남궁석/On-Device Lab(SR)/Engineer/삼성전자 [Fri, 23 Aug 2019 07:56:13 +0000 (16:56 +0900)]
[locomotiv] Introduce Tanh Operation (#6846)

* [locomotiv] Introduce Tanh Operation

This commit will introduce `Tanh` operation in `locomotiv`

Signed-off-by: Seok NamKoong <sk.namkoong@samsung.com>
* substitute tanh_ew to std::tanh

4 years agoUpdate default docker image name (#6876)
오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 [Fri, 23 Aug 2019 07:24:08 +0000 (16:24 +0900)]
Update default docker image name (#6876)

Update default docker image name to nnas
Update checking image existance to check docker name & tag
Remove unused image_name.configuration file

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
4 years ago[neurun] Update ACL version for Android RootFS (#6877)
이한종/On-Device Lab(SR)/Engineer/삼성전자 [Fri, 23 Aug 2019 07:10:49 +0000 (16:10 +0900)]
[neurun] Update ACL version for Android RootFS (#6877)

Update ACL version for Android RootFS - v18.03 to v19.05

Signed-off-by: Hanjoung Lee <hanjoung.lee@samsung.com>
4 years ago[nnpkg_run] implement load (#6689)
이상규/On-Device Lab(SR)/Principal Engineer/삼성전자 [Fri, 23 Aug 2019 06:53:13 +0000 (02:53 -0400)]
[nnpkg_run] implement load (#6689)

`load` is implemented.
Inputs are filled from input file in h5 format.
The inputs[i] will have its data from DATASET `i` from h5 file.

Signed-off-by: Sanggyu Lee <sg5.lee@samsung.com>
4 years ago[nnpkg_run] verify input and output before prepare and run (#6857)
이상규/On-Device Lab(SR)/Principal Engineer/삼성전자 [Fri, 23 Aug 2019 05:35:32 +0000 (01:35 -0400)]
[nnpkg_run] verify input and output before prepare and run (#6857)

Check input number and input/output types first so that we can do
early exit before prepare.

Signed-off-by: Sanggyu Lee <sg5.lee@samsung.com>
4 years ago[moco-tf] Enable importing Tanh (#6849)
남궁석/On-Device Lab(SR)/Engineer/삼성전자 [Fri, 23 Aug 2019 05:34:50 +0000 (14:34 +0900)]
[moco-tf] Enable importing Tanh (#6849)

This commit will enable importing `Tanh` as `TFTanh`

Signed-off-by: Seok NamKoong <sk.namkoong@samsung.com>
4 years ago[locop] Remove symbol lookup helper (#6863)
박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 [Fri, 23 Aug 2019 05:34:19 +0000 (14:34 +0900)]
[locop] Remove symbol lookup helper (#6863)

This helper was introduced to reduce code diff during refactoring, and
is no longer necessary.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
4 years agoFix svace: deref of nullptr (#6862)
이춘석/On-Device Lab(SR)/Staff Engineer/삼성전자 [Fri, 23 Aug 2019 04:32:54 +0000 (13:32 +0900)]
Fix svace: deref of nullptr (#6862)

* Fix svace: deref of nullptr

- Fix WGID 405901
- add assert for nullptr check

Signed-off-by: Chunseok Lee <chunseok.lee@samsung.com>
* fix format

4 years ago[nnpkg_run] Fix wrong index in randomgen (#6856)
이상규/On-Device Lab(SR)/Principal Engineer/삼성전자 [Fri, 23 Aug 2019 02:16:08 +0000 (22:16 -0400)]
[nnpkg_run] Fix wrong index in randomgen (#6856)

`0` was used (instead of `i`) in loop for generating random inputs.

Signed-off-by: Sanggyu Lee <sg5.lee@samsung.com>
4 years agoDisable build x64 nnpkg-run build on CI (#6864)
오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 [Fri, 23 Aug 2019 01:44:41 +0000 (10:44 +0900)]
Disable build x64 nnpkg-run build on CI (#6864)

Mismatching between installed hdf5 and custom buildtool (6.x) makes link error

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
4 years ago[res] Add renamed NET test from Multiple_IO_XXXX (#6821)
박천교/On-Device Lab(SR)/Engineer/삼성전자 [Fri, 23 Aug 2019 01:12:36 +0000 (10:12 +0900)]
[res] Add renamed NET test from Multiple_IO_XXXX (#6821)

This commit add (will-be) renamed test cases of Multiple_IO_XXXX.

NET_0022 <- Multiple_IO_000
NET_0023 <- Multiple_IO_001
NET_0024 <- Multiple_IO_002

Signed-off-by: Cheongyo Bahk <ch.bahk@samsung.com>
4 years ago[exo-tflite] Add Tanh visit fuction (#6847)
남궁석/On-Device Lab(SR)/Engineer/삼성전자 [Fri, 23 Aug 2019 01:04:30 +0000 (10:04 +0900)]
[exo-tflite] Add Tanh visit fuction (#6847)

This commit will add `Tanh` visit function

Signed-off-by: Seok NamKoong <sk.namkoong@samsung.com>
4 years ago[moco-tf] Support TFTanh Canonicalization (#6852)
남궁석/On-Device Lab(SR)/Engineer/삼성전자 [Fri, 23 Aug 2019 01:02:37 +0000 (10:02 +0900)]
[moco-tf] Support TFTanh Canonicalization (#6852)

This commit will enable for supporting `TFTanh` canonicalization

Signed-off-by: Seok NamKoong <sk.namkoong@samsung.com>
4 years ago[moco-tf] Add TFFormattedGraph for TFTanh (#6850)
남궁석/On-Device Lab(SR)/Engineer/삼성전자 [Fri, 23 Aug 2019 01:01:40 +0000 (10:01 +0900)]
[moco-tf] Add TFFormattedGraph for TFTanh (#6850)

This commit will add `TFFormattedGraph` for `TFTanh`

Signed-off-by: Seok NamKoong <sk.namkoong@samsung.com>
4 years ago[locop] Add Tanh visit function (#6851)
남궁석/On-Device Lab(SR)/Engineer/삼성전자 [Fri, 23 Aug 2019 01:00:57 +0000 (10:00 +0900)]
[locop] Add Tanh visit function (#6851)

This commit will add `Tanh` visit function

Signed-off-by: Seok NamKoong <sk.namkoong@samsung.com>
4 years agoFix svace : uninitialized value as parameter (#6841)
이춘석/On-Device Lab(SR)/Staff Engineer/삼성전자 [Fri, 23 Aug 2019 00:52:13 +0000 (09:52 +0900)]
Fix svace : uninitialized value as parameter (#6841)

- Fix ID 405892
- Default value(false) is provided

Signed-off-by: Chunseok Lee <chunseok.lee@samsung.com>
4 years agoFix svace : deref of nullptr (#6842)
이춘석/On-Device Lab(SR)/Staff Engineer/삼성전자 [Fri, 23 Aug 2019 00:47:30 +0000 (09:47 +0900)]
Fix svace : deref of nullptr (#6842)

- Fix ID 405891
- add assert for nullptr check

Signed-off-by: Chunseok Lee <chunseok.lee@samsung.com>
4 years agostatic_cast for ARMComputeAxis constructor (#6833)
이춘석/On-Device Lab(SR)/Staff Engineer/삼성전자 [Fri, 23 Aug 2019 00:43:55 +0000 (09:43 +0900)]
static_cast for ARMComputeAxis constructor (#6833)

- This patch fixes aarch64 tizen build error
- assert for range check
- static_cast of size_t(64) parameter into uint32_t

Signed-off-by: Chunseok Lee <chunseok.lee@samsung.com>
4 years ago[neurun] Introduced scheduler tests (#6789)
Ivan Vagin/AI Tools Lab /SRR/Engineer/삼성전자 [Thu, 22 Aug 2019 23:18:43 +0000 (08:18 +0900)]
[neurun] Introduced scheduler tests (#6789)

* [neurun] Introduced scheduler tests

* implemented infrastructure for scheduler tests
* implemented scheduler test with straight graph and known execution
time

Signed-off-by: Ivan Vagin <ivan.vagin@samsung.com>
* Prevented memory leak

Signed-off-by: Ivan Vagin <ivan.vagin@samsung.com>
* Run test three times - one time for each backend

Signed-off-by: Ivan Vagin <ivan.vagin@samsung.com>
4 years ago[neurun] Check cmd args in run_frameworktest.sh (#6813)
이한종/On-Device Lab(SR)/Engineer/삼성전자 [Thu, 22 Aug 2019 23:16:56 +0000 (08:16 +0900)]
[neurun] Check cmd args in run_frameworktest.sh (#6813)

* [neurun] Check cmd args in run_frameworktest.sh

Check command line arguments in `run_frameworktest.sh`. If a required
argument is not given, it will show `Usage` then stop.

Signed-off-by: Hanjoung Lee <hanjoung.lee@samsung.com>
* FRAMEWORKTEST_LIST_FILE is not a required argument

Signed-off-by: Hanjoung Lee <hanjoung.lee@samsung.com>
4 years agoMake backend::operand::ITensor::calcOffset to const member function (#6825)
장지섭/On-Device Lab(SR)/Engineer/삼성전자 [Thu, 22 Aug 2019 23:08:14 +0000 (08:08 +0900)]
Make backend::operand::ITensor::calcOffset to const member function (#6825)

This commit makes backend::operand::ITensor::calcOffset to const member function.

Signed-off-by: jiseob.jang <jiseob.jang@samsung.com>
4 years ago[mir_caffe] Inherit tensor names (#6845)
Сергей Баранников/AI Tools Lab /SRR/Engineer/삼성전자 [Thu, 22 Aug 2019 15:12:13 +0000 (00:12 +0900)]
[mir_caffe] Inherit tensor names (#6845)

Set `Operation::Output`s names based on model tensor names.

Signed-off-by: Sergei Barannikov <s.barannikov@samsung.com>
4 years ago[mir_caffe2] Inherit tensor names (#6853)
Сергей Баранников/AI Tools Lab /SRR/Engineer/삼성전자 [Thu, 22 Aug 2019 15:11:47 +0000 (00:11 +0900)]
[mir_caffe2] Inherit tensor names (#6853)

Set `Operation::Output`s names based on model tensor names.

Signed-off-by: Sergei Barannikov <s.barannikov@samsung.com>
4 years ago[mir_tflite] Inherit tensor names (#6854)
Сергей Баранников/AI Tools Lab /SRR/Engineer/삼성전자 [Thu, 22 Aug 2019 12:44:38 +0000 (21:44 +0900)]
[mir_tflite] Inherit tensor names (#6854)

Set `Operation::Output`s names based on model tensor names.

Signed-off-by: Sergei Barannikov <s.barannikov@samsung.com>
4 years ago[mir_onnx] Inherit tensor names (#6855)
Сергей Баранников/AI Tools Lab /SRR/Engineer/삼성전자 [Thu, 22 Aug 2019 12:38:49 +0000 (21:38 +0900)]
[mir_onnx] Inherit tensor names (#6855)

Set `Operation::Output`s names based on model tensor names.

Signed-off-by: Sergei Barannikov <s.barannikov@samsung.com>
4 years ago[moco-tf] Enable RemoveTFIdentityNode Transform (#6834)
남궁석/On-Device Lab(SR)/Engineer/삼성전자 [Thu, 22 Aug 2019 11:55:23 +0000 (20:55 +0900)]
[moco-tf] Enable RemoveTFIdentityNode Transform (#6834)

This commit will enable `RemoveTFIdentityNode` transform

Signed-off-by: Seok NamKoong <sk.namkoong@samsung.com>
4 years ago[exo-tflite] TFLFormattedGraph to print TFLNodes (#6836)
윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자 [Thu, 22 Aug 2019 11:11:07 +0000 (20:11 +0900)]
[exo-tflite] TFLFormattedGraph to print TFLNodes (#6836)

TFLFormattedGraph was added to print the info of TFLNodes.

Signed-off-by: Hyun Sik Yoon <hyunsik.yoon@samsung.com>
4 years ago[mir] Add a name field to Operation::Output (#6844)
Сергей Баранников/AI Tools Lab /SRR/Engineer/삼성전자 [Thu, 22 Aug 2019 11:03:37 +0000 (20:03 +0900)]
[mir] Add a name field to Operation::Output (#6844)

Add a name field to `Operation::Output` along with getter and setter.

Signed-off-by: Sergei Barannikov <s.barannikov@samsung.com>
4 years ago[custom op] Bind custom kernel registry to each backend context at creation time...
Vladimir Plazun/AI Tools Lab /SRR/Engineer/삼성전자 [Thu, 22 Aug 2019 10:07:07 +0000 (13:07 +0300)]
[custom op] Bind custom kernel registry to each backend context at creation time (#6788)

Make backend context hold information about registered custom kernels
This will be later used by `CustomOperationManager`

Signed-off-by: Vladimir Plazun <v.plazun@samsung.com>
4 years ago[res] Remove renamed inception tests (#6838)
박천교/On-Device Lab(SR)/Engineer/삼성전자 [Thu, 22 Aug 2019 10:05:32 +0000 (19:05 +0900)]
[res] Remove renamed inception tests (#6838)

TF_IV3_XXXX tests are fully replaced by NET_0017~0021. These renamed
tests are safely removed by this commit.

Signed-off-by: Cheongyo Bahk <ch.bahk@samsung.com>
4 years ago[res] Add UNIT_Tanh_000 testcase (#6839)
남궁석/On-Device Lab(SR)/Engineer/삼성전자 [Thu, 22 Aug 2019 09:56:25 +0000 (18:56 +0900)]
[res] Add UNIT_Tanh_000 testcase (#6839)

This commit will add `UNIT_Tanh_000` testcase

Signed-off-by: Seok NamKoong <sk.namkoong@samsung.com>
4 years ago[moco-tf] Introduce TFDialect for Tanh (#6835)
남궁석/On-Device Lab(SR)/Engineer/삼성전자 [Thu, 22 Aug 2019 09:54:13 +0000 (18:54 +0900)]
[moco-tf] Introduce TFDialect for Tanh (#6835)

* [moco-tf] Introduce TFDialect for Tanh

This commit will introduce TFDialect for `Tanh`

Signed-off-by: Seok NamKoong <sk.namkoong@samsung.com>
* Add missing code

4 years ago[res] Shrinked TF Inception_v3_002 test (#6817)
박천교/On-Device Lab(SR)/Engineer/삼성전자 [Thu, 22 Aug 2019 09:50:49 +0000 (18:50 +0900)]
[res] Shrinked TF Inception_v3_002 test (#6817)

This commit make TF Inception_v3_002 test to have slim dimensions so
that suitable to be tested.

Signed-off-by: Cheongyo Bahk <ch.bahk@samsung.com>
4 years ago[mir] Remove old PadOp interface (#6808)
Сергей Баранников/AI Tools Lab /SRR/Engineer/삼성전자 [Thu, 22 Aug 2019 09:48:50 +0000 (18:48 +0900)]
[mir] Remove old PadOp interface (#6808)

Remove deprecated `PadOp` constructor and getters.

Signed-off-by: Sergei Barannikov <s.barannikov@samsung.com>
4 years ago[mir_tflite] Remove unused include (#6809)
Сергей Баранников/AI Tools Lab /SRR/Engineer/삼성전자 [Thu, 22 Aug 2019 09:47:58 +0000 (18:47 +0900)]
[mir_tflite] Remove unused include (#6809)

Remove unused include of `Scalar.h`.

Signed-off-by: Sergei Barannikov <s.barannikov@samsung.com>
4 years ago[res] Shrinked TF Inception_v3_001 test (#6815)
박천교/On-Device Lab(SR)/Engineer/삼성전자 [Thu, 22 Aug 2019 08:05:42 +0000 (17:05 +0900)]
[res] Shrinked TF Inception_v3_001 test (#6815)

This commit makes TF Inception_v3_001 test to have slim dimensions so
that suitable to be tested.

Signed-off-by: Cheongyo Bahk <ch.bahk@samsung.com>
4 years ago[loco] Introduce Tanh Operation (#6830)
남궁석/On-Device Lab(SR)/Engineer/삼성전자 [Thu, 22 Aug 2019 08:05:04 +0000 (17:05 +0900)]
[loco] Introduce Tanh Operation (#6830)

This commit will introduce `Tanh` operation in loco

Signed-off-by: Seok NamKoong <sk.namkoong@samsung.com>
4 years ago[moco-tf] suporting custom op when inferencing shape and type (#6818)
윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자 [Thu, 22 Aug 2019 07:21:26 +0000 (16:21 +0900)]
[moco-tf] suporting custom op when inferencing shape and type (#6818)

Added shape and type support for custom op.

Signed-off-by: Hyun Sik Yoon <hyunsik.yoon@samsung.com>
4 years ago[tf2tflite] Replace TF_IV3-XXX with new name NET_XXX (#6806)
박천교/On-Device Lab(SR)/Engineer/삼성전자 [Thu, 22 Aug 2019 07:12:00 +0000 (16:12 +0900)]
[tf2tflite] Replace TF_IV3-XXX with new name NET_XXX (#6806)

This commit replaces TF_IV3-XXX with new name NET_XXX for tf2tflite.
Note that test contents are same.

Signed-off-by: Cheongyo Bahk <ch.bahk@samsung.com>