platform/core/ml/nnfw.git
4 years ago[neurun] Allow same inputs multiple times (#8567)
이한종/On-Device Lab(SR)/Engineer/삼성전자 [Thu, 31 Oct 2019 09:15:08 +0000 (18:15 +0900)]
[neurun] Allow same inputs multiple times (#8567)

Allow same inputs multiple times for an operation.
Remove redundant assertion

Signed-off-by: Hanjoung Lee <hanjoung.lee@samsung.com>
4 years ago[neurun] Support 1x1x1x1 input for Squeeze (#8646)
이상규/On-Device Lab(SR)/Principal Engineer/삼성전자 [Thu, 31 Oct 2019 09:11:53 +0000 (18:11 +0900)]
[neurun] Support 1x1x1x1 input for Squeeze (#8646)

Squeeze will handle 1x1x1x1 input using ShapeFixer.
Scalar output will be fixed to rank-1 one element tensor.
The output value will be transfer to app without trouble since nnfw
runtime API get output values using buffer pointer and buffer length.

Signed-off-by: Sanggyu Lee <sg5.lee@samsung.com>
4 years ago[moco] Produce TFPush for graph output (#8647)
박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 [Thu, 31 Oct 2019 07:47:27 +0000 (16:47 +0900)]
[moco] Produce TFPush for graph output (#8647)

* [moco] Produce TFPush for graph output

This will update to produce TFPush for graph output node

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

4 years ago[exo] Type & shape infer. for Sqrt, Rsqrt, SquaredDifference (#8649)
박천교/On-Device Lab(SR)/Engineer/삼성전자 [Thu, 31 Oct 2019 07:19:45 +0000 (16:19 +0900)]
[exo] Type & shape infer. for Sqrt, Rsqrt, SquaredDifference (#8649)

This commit introduces type and shape inferences or TFLSqrt, TFLRsqrt,
TFLSquaredDifference.

Signed-off-by: Cheongyo Bahk <ch.bahk@samsung.com>
4 years ago[circle-verify] Add VerifyFlatBuffers (#8648)
박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 [Thu, 31 Oct 2019 06:40:49 +0000 (15:40 +0900)]
[circle-verify] Add VerifyFlatBuffers (#8648)

This will add and enable VerifyFlatBuffers verify Circle file in flatbuffer file format level

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
4 years ago[exo] Note on Pass name convention (#8645)
박천교/On-Device Lab(SR)/Engineer/삼성전자 [Thu, 31 Oct 2019 06:37:52 +0000 (15:37 +0900)]
[exo] Note on Pass name convention (#8645)

This commit adds note on Pass name convention

Signed-off-by: Cheongyo Bahk <ch.bahk@samsung.com>
4 years ago[exo] Rename to have Pass suffix (#8643)
박천교/On-Device Lab(SR)/Engineer/삼성전자 [Thu, 31 Oct 2019 05:19:19 +0000 (14:19 +0900)]
[exo] Rename to have Pass suffix (#8643)

This commit renames following classes (and related files) to have 'Pass'
suffix like other Passes:
- FoldReshapeOfConst -> FoldReshapeOfConstPass
- FoldTransposeOfConst -> FoldTransposeOfConstPass

Signed-off-by: Cheongyo Bahk <ch.bahk@samsung.com>
4 years ago[exo] TFL nodes for Sqrt, Rsqrt, SquaredDifference (#8623)
박천교/On-Device Lab(SR)/Engineer/삼성전자 [Thu, 31 Oct 2019 05:14:49 +0000 (14:14 +0900)]
[exo] TFL nodes for Sqrt, Rsqrt, SquaredDifference (#8623)

This commit introduces simple TFL-dialect nodes:
- locoex::TFLSqrt
- locoex::TFLRsqrt
- locoex::TFLSquaredDifference

Signed-off-by: Cheongyo Bahk <ch.bahk@samsung.com>
4 years ago[circle-verify] Introduce Model and empty Driver (#8641)
박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 [Thu, 31 Oct 2019 05:07:27 +0000 (14:07 +0900)]
[circle-verify] Introduce Model and empty Driver (#8641)

* [circle-verify] Introduce Model and empty Driver

This will introdue Model that will provide mmapped buffer and empty Driver

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
* apply comments

4 years ago[moco-tf] Prepare to handle TFPush instead of Push (#8636)
박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 [Thu, 31 Oct 2019 04:43:20 +0000 (13:43 +0900)]
[moco-tf] Prepare to handle TFPush instead of Push (#8636)

This will update Frontend to support output as TFPush and Push while updating to produce TFPush as Output

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
4 years ago[neurun] Remove workaround after switching to ACL v19.05 (#8629)
Sergei Barannikov/AI Tools Lab /SRR/Engineer/Samsung Electronics [Thu, 31 Oct 2019 04:34:24 +0000 (07:34 +0300)]
[neurun] Remove workaround after switching to ACL v19.05 (#8629)

Prior versions had a bug which did not take into accout the activation fused into CLDepthwiseConvolutionLayer. The workaround for this is now removed.

Signed-off-by: Sergei Barannikov <s.barannikov@samsung.com>
4 years ago[nnpkg_run] Fix hdf5 file dump (#8575)
Vladimir Plazun/Engineer/AI Tools Lab /SRR/Samsung Electronics [Thu, 31 Oct 2019 04:24:29 +0000 (07:24 +0300)]
[nnpkg_run] Fix hdf5 file dump (#8575)

Value group have to be created only once for file
Remove blank line

Signed-off-by: Vladimir Plazun <v.plazun@samsung.com>
4 years agoChange the dimension order of Reader and Views in nhwc (#8509)
장지섭/On-Device Lab(SR)/Engineer/삼성전자 [Thu, 31 Oct 2019 04:15:17 +0000 (13:15 +0900)]
Change the dimension order of Reader and Views in nhwc (#8509)

This commit changes dimension order of Reader and Views in nhwc to nhwc.

Signed-off-by: jiseob.jang <jiseob.jang@samsung.com>
4 years ago[circle-verify] Readme (#8635)
박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 [Thu, 31 Oct 2019 01:56:01 +0000 (10:56 +0900)]
[circle-verify] Readme (#8635)

* [circle-verify] Readme

This will introduce circle-verify readme file explaining it's usage

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
* edit about

* change output format

4 years ago[moco-tf] Add TFPush NodeSummaryBuilder (#8634)
박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 [Thu, 31 Oct 2019 01:55:25 +0000 (10:55 +0900)]
[moco-tf] Add TFPush NodeSummaryBuilder (#8634)

This will add TFPush node to NodeSummmaryBuilder

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
4 years ago[moco-integration-test] adding tests related to depthwiseConv2D bias fusion (#8543)
윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자 [Thu, 31 Oct 2019 01:47:44 +0000 (10:47 +0900)]
[moco-integration-test] adding tests related to depthwiseConv2D bias fusion (#8543)

This adds tests related to depthwiseConv2D bias fusion.

Signed-off-by: Hyun Sik Yoon <hyunsik.yoon@samsung.com>
4 years ago[tfl-inspect] Enable nullptr for data in buffer_info (#8632)
박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 [Thu, 31 Oct 2019 01:34:15 +0000 (10:34 +0900)]
[tfl-inspect] Enable nullptr for data in buffer_info (#8632)

This will enable buffer_info() to accept nullptr in buffer_data for use cases where only return size is needed

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
4 years ago[moco] TF dialect OutputIndexQueryService (#8630)
박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 [Thu, 31 Oct 2019 01:31:52 +0000 (10:31 +0900)]
[moco] TF dialect OutputIndexQueryService (#8630)

This will enable TF dialect GraphOutputIndexQueryService

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
4 years ago[tfl-inspect] Enable conv2d_weight option (#8633)
박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 [Thu, 31 Oct 2019 01:29:03 +0000 (10:29 +0900)]
[tfl-inspect] Enable conv2d_weight option (#8633)

This will enable conv2d_weight option that shows Conv2D series node with non Const weight input

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
4 years ago[moco-tf] Enable TFPush canonicalizer (#8631)
박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 [Thu, 31 Oct 2019 01:27:08 +0000 (10:27 +0900)]
[moco-tf] Enable TFPush canonicalizer (#8631)

* [moco-tf] Enable TFPush canonicalizer

This will enable TFPushCanonicalizer in Canonicalizer phase

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
* fix typo

4 years ago[neurun] fix loadSqueeze and SqueezeNode. (#8602)
이상규/On-Device Lab(SR)/Principal Engineer/삼성전자 [Thu, 31 Oct 2019 01:03:48 +0000 (10:03 +0900)]
[neurun] fix loadSqueeze and SqueezeNode. (#8602)

- `loadSqueeze` should read `squeeze_dims` from options.
- `squeeze_dims` should be array in SqueezeNode.

Signed-off-by: Sanggyu Lee <sg5.lee@samsung.com>
4 years ago[exo] Clean empty line for conversion registry (#8622)
박천교/On-Device Lab(SR)/Engineer/삼성전자 [Wed, 30 Oct 2019 23:30:41 +0000 (08:30 +0900)]
[exo] Clean empty line for conversion registry (#8622)

This commit clears empty line in Convert.h, which registers all
conversion passes. This is mainly to enhance readability.

Signed-off-by: Cheongyo Bahk <ch.bahk@samsung.com>
4 years ago[compiler] introducing tf2tflite-quality-test (#8614)
윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자 [Wed, 30 Oct 2019 22:01:08 +0000 (07:01 +0900)]
[compiler] introducing tf2tflite-quality-test (#8614)

This introduces a new project called `tf2tflite-quality-test`, whose previous name was `dredd`.
The basic structure of this is very similar with `tf2tflite-model-test`.

Signed-off-by: Hyun Sik Yoon <hyunsik.yoon@samsung.com>
4 years ago[exo] revising TestGraph.h (#8618)
윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자 [Wed, 30 Oct 2019 22:00:39 +0000 (07:00 +0900)]
[exo] revising TestGraph.h (#8618)

This revises TestGraph.h to 1) remove build() and 2) remove graph().
1) build() is moved into constructor
2) graph() is already defined in parent

Signed-off-by: Hyun Sik Yoon <hyunsik.yoon@samsung.com>
4 years ago[moco-tf] Push canonicalizer (#8617)
박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 [Wed, 30 Oct 2019 21:56:01 +0000 (06:56 +0900)]
[moco-tf] Push canonicalizer (#8617)

This will introduce Canonicalizer for TFPush node

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
4 years ago[neurun] Support Gather operation on cpu backend (#8399)
Pavel Iliutchenko/AI Tools Lab /SRR/Engineer/Samsung Electronics [Wed, 30 Oct 2019 12:38:44 +0000 (15:38 +0300)]
[neurun] Support Gather operation on cpu backend (#8399)

* Added Gather kernel on cker
* Changed axis Gather param
* Fixed other parts with Gather

Signed-off-by: Pavel Iliutchenko <p.iliutchenk@samsung.com>
4 years ago[nnfw-gbs] nnfw-devel package config file (#8518)
오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 [Wed, 30 Oct 2019 10:11:17 +0000 (19:11 +0900)]
[nnfw-gbs] nnfw-devel package config file (#8518)

Introduce nnfw-dev package config file (nnfw.pc)
Change include path to {prefix}/include/nnfw

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
4 years ago[exo] Removing EnableTFLDialect knob (#8615)
윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자 [Wed, 30 Oct 2019 10:06:26 +0000 (19:06 +0900)]
[exo] Removing EnableTFLDialect knob (#8615)

This removes EnableTFLDialect knob - related files are modified.

Signed-off-by: Hyun Sik Yoon <hyunsik.yoon@samsung.com>
4 years ago[moco] push_node implementation (#8616)
박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 [Wed, 30 Oct 2019 10:05:33 +0000 (19:05 +0900)]
[moco] push_node implementation (#8616)

This will introduce push_node implementation that retuns TFPush node with given GraphOutputIndex

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
4 years ago[tfl-inspect] Introduce DumpConv2DWeight (#8611)
박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 [Wed, 30 Oct 2019 10:05:10 +0000 (19:05 +0900)]
[tfl-inspect] Introduce DumpConv2DWeight (#8611)

* [tfl-inspect] Introduce DumpConv2DWeight

This will introduce DumpConv2DWeight to dump Conv2D series node weight input type

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
* fix namespace

* update comment

* use buildin_code

4 years ago[moco] Shape and type inference for TFPush (#8613)
박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 [Wed, 30 Oct 2019 09:37:58 +0000 (18:37 +0900)]
[moco] Shape and type inference for TFPush (#8613)

This will add shape and type inference for TFPush node

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
4 years ago[moco] Introduce TFPush IR (#8598)
박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 [Wed, 30 Oct 2019 07:53:44 +0000 (16:53 +0900)]
[moco] Introduce TFPush IR (#8598)

This will introduce TFPush IR that will be used as graph output

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
4 years ago[lib/misc] Handle scalar input/output (#8607)
오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 [Wed, 30 Oct 2019 07:14:09 +0000 (16:14 +0900)]
[lib/misc] Handle scalar input/output (#8607)

Fix error when object is scalar
This will fix error nnapi_test when input/output is scalar

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
4 years ago[tfl-inspect] Readme section for operators option (#8605)
박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 [Wed, 30 Oct 2019 06:51:00 +0000 (15:51 +0900)]
[tfl-inspect] Readme section for operators option (#8605)

This will introduce section in Readme file for operators option

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
4 years ago[tfl-inspect] Readme for conv2d_weight (#8606)
박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 [Wed, 30 Oct 2019 06:50:36 +0000 (15:50 +0900)]
[tfl-inspect] Readme for conv2d_weight (#8606)

This will update Readme with conv2d_weight option

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
4 years ago[exo] Rename file name for type inference test (#8604)
박천교/On-Device Lab(SR)/Engineer/삼성전자 [Wed, 30 Oct 2019 06:32:17 +0000 (15:32 +0900)]
[exo] Rename file name for type inference test (#8604)

This commit renames following file:
TFLTypeInference.test.cpp -> TFLTypeInferenceRule.test.cpp

Signed-off-by: Cheongyo Bahk <ch.bahk@samsung.com>
4 years ago[tf2tflite-model-test] Do NOT rename runner.sh (#8599)
박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 [Wed, 30 Oct 2019 06:27:08 +0000 (15:27 +0900)]
[tf2tflite-model-test] Do NOT rename runner.sh (#8599)

Now, copied script runner is named as "runner.sh" instead of "run".

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
4 years agoIntroduce tf2circle conversion test (#8593)
박천교/On-Device Lab(SR)/Engineer/삼성전자 [Wed, 30 Oct 2019 06:26:54 +0000 (15:26 +0900)]
Introduce tf2circle conversion test (#8593)

This commit introduces tf2circle conversion test.

Signed-off-by: Cheongyo Bahk <ch.bahk@samsung.com>
4 years ago[neurun] initialize logging only once (#8570)
Vladimir Plazun/Engineer/AI Tools Lab /SRR/Samsung Electronics [Wed, 30 Oct 2019 03:38:40 +0000 (06:38 +0300)]
[neurun] initialize logging only once (#8570)

Currently logging::Context is instantiated inside each translation unit separately

Signed-off-by: Vladimir Plazun <v.plazun@samsung.com>
4 years ago[tfl-inspect] Add more examples with sort and uniq (#8579)
박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 [Wed, 30 Oct 2019 01:48:35 +0000 (10:48 +0900)]
[tfl-inspect] Add more examples with sort and uniq (#8579)

This will add xample using pipe with sort and uniq

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
4 years ago[moco-tf] Remove unused header (#8578)
박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 [Wed, 30 Oct 2019 01:33:06 +0000 (10:33 +0900)]
[moco-tf] Remove unused header (#8578)

This will remove unused header in TestHelper

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
4 years agoIntroduce tf2circle model test (#8551)
박천교/On-Device Lab(SR)/Engineer/삼성전자 [Wed, 30 Oct 2019 00:13:53 +0000 (09:13 +0900)]
Introduce tf2circle model test (#8551)

This commit introduces tf2circle model test.

Signed-off-by: Cheongyo Bahk <ch.bahk@samsung.com>
4 years agoRemove tf2tflite test (#8562)
박천교/On-Device Lab(SR)/Engineer/삼성전자 [Tue, 29 Oct 2019 23:45:56 +0000 (08:45 +0900)]
Remove tf2tflite test (#8562)

This commit removes tf2tflite_test in `compiler/tf2tflite` directory.
Note that this test is fully moved to `tf2tftlie-integration-test`.

Signed-off-by: Cheongyo Bahk <ch.bahk@samsung.com>
4 years ago[moco-tf] Remove TFShapeInferenceHelper (#8576)
박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 [Tue, 29 Oct 2019 23:41:57 +0000 (08:41 +0900)]
[moco-tf] Remove TFShapeInferenceHelper (#8576)

This will remove not used anymore TFShapeInferenceHelper file that migrated to moco-support

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
4 years ago[mir-tflite-importer] Fix quantization creation with various data types (#8552)
Pavel Iliutchenko/AI Tools Lab /SRR/Engineer/Samsung Electronics [Tue, 29 Oct 2019 16:06:32 +0000 (19:06 +0300)]
[mir-tflite-importer] Fix quantization creation with various data types (#8552)

* Fixed creation quantization with empty quantization attribute on
tflite
* Removed data type checks

Signed-off-by: Pavel Iliutchenko <p.iliutchenk@samsung.com>
4 years ago[nnc] Remove file with obsolete documentation (#8574)
Alexander Efimov/./AI Tools Lab/Samsung Electronics [Tue, 29 Oct 2019 13:27:55 +0000 (16:27 +0300)]
[nnc] Remove file with obsolete documentation (#8574)

After nncc and nnfw repositories merge this file is not valid, because we use unified nnas format

Signed-off-by: Efimov Alexander <a.efimov@samsung.com>
4 years agoMove static vector `dimensions` inside `main()` (#8571)
Vladimir Plazun/Engineer/AI Tools Lab /SRR/Samsung Electronics [Tue, 29 Oct 2019 12:03:01 +0000 (15:03 +0300)]
Move static vector `dimensions` inside `main()` (#8571)

There is no need for it to have static lifetime

Signed-off-by: Vladimir Plazun <v.plazun@samsung.com>
4 years ago[ncnn-backend] Support add operation (#8565)
오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 [Tue, 29 Oct 2019 11:31:27 +0000 (20:31 +0900)]
[ncnn-backend] Support add operation (#8565)

- NCNN binary-op kernel porting (disable same input/output tensor support)
- NCNN backend add operation support
  - Support non-broadcasting
  - Need alignment matching when rank is upper 3
- Enable unittest, related validation test

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
4 years ago[neurun] Fix subgraph creating for split (#8488)
Dilshodzhon Poshshoev/Engineer/AI Tools Lab /SRR/Samsung Electronics [Tue, 29 Oct 2019 11:24:51 +0000 (14:24 +0300)]
[neurun] Fix subgraph creating for split (#8488)

It merges split with one of the next operations. Because of that other
outputs of ths split aren't seen as outputs of a node and in LinearExecutor
topological sort doesn't work correct and it causes failure in memory
management because incorrect order of startLifetime/finishLifetime,
notifyFirstUse/notifyLastUse,...

Signed-off-by: Poshshoev Dilshodzhon <d.poshshoev@samsung.com>
4 years ago[nnfw-ncnn] Fix bug in Mat class (#8564)
오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 [Tue, 29 Oct 2019 08:42:53 +0000 (17:42 +0900)]
[nnfw-ncnn] Fix bug in Mat class (#8564)

Rename mat class code file mat.cpp to mat.cc - not compiled
Fix build error by call function in cpu.h

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
4 years ago[moco-tf] Use TFShapeInferenceHelper from moco another one (#8557)
박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 [Tue, 29 Oct 2019 07:56:04 +0000 (16:56 +0900)]
[moco-tf] Use TFShapeInferenceHelper from moco another one (#8557)

This will update to use TFShapeInferenceHelper from moco
- another update for Canonicalizers

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
4 years ago[nnpkg_test] Add missing option for nnpkg_test.sh (#8556)
남궁석/On-Device Lab(SR)/Engineer/삼성전자 [Tue, 29 Oct 2019 07:44:37 +0000 (16:44 +0900)]
[nnpkg_test] Add missing option for nnpkg_test.sh (#8556)

This commit will fix `nnpkg_test.sh` to get proper options

Signed-off-by: Seok NamKoong <sk.namkoong@samsung.com>
4 years agoFix format script to use correct clang-format (#8558)
여지환/On-Device Lab(SR)/Staff Engineer/삼성전자 [Tue, 29 Oct 2019 04:04:03 +0000 (13:04 +0900)]
Fix format script to use correct clang-format (#8558)

Fix script to call correct version of clang-format that system supports

Signed-off-by: JiHwan Yeo <jihwan.yeo@samsung.com>
4 years ago[nnfw-ncnn] Restructure directory and introduce mat class (#8532)
오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 [Tue, 29 Oct 2019 03:51:21 +0000 (12:51 +0900)]
[nnfw-ncnn] Restructure directory and introduce mat class (#8532)

Restructure ncnn directory
- Introduce internal srcn directory to divide with original ncnn directory
- Introduce mat.cpp and mat.h
- Update copyright

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
4 years ago[exo] Remove operation conversion Knobs (#8517)
박천교/On-Device Lab(SR)/Engineer/삼성전자 [Tue, 29 Oct 2019 03:22:42 +0000 (12:22 +0900)]
[exo] Remove operation conversion Knobs (#8517)

* [exo] Remove operation conversion Knobs

This commit removes operation conversion Knobs. Available canonical
nodes would be converted to TFL dialect nodes with this commit by
default.

Signed-off-by: Cheongyo Bahk <ch.bahk@samsung.com>
* Remove unused, deprecated function

4 years ago[exo] Update Circle operation exporter (#8549)
박천교/On-Device Lab(SR)/Engineer/삼성전자 [Tue, 29 Oct 2019 03:16:50 +0000 (12:16 +0900)]
[exo] Update Circle operation exporter (#8549)

This commit updates Circle operation exporter to have same coverage of
TFlite operation exporter. Following operation export stages are
implemented:
- locoex::TFLConcatenation
- locoex::TFLDepthwiseConv2D
- locoex::TFLTransposeConv
- loco::TensorConstantPad

Signed-off-by: Cheongyo Bahk <ch.bahk@samsung.com>
4 years agoAdd Squeeze in base_loader (#8524)
이춘석/On-Device Lab(SR)/Staff Engineer/삼성전자 [Tue, 29 Oct 2019 01:40:52 +0000 (10:40 +0900)]
Add Squeeze in base_loader (#8524)

- Add Squeeze in base_loader

Signed-off-by: Chunseok Lee <chunseok.lee@samsung.com>
4 years ago[android_jni] Add missing builtin_ops_jni.cc (#8548)
이한종/On-Device Lab(SR)/Engineer/삼성전자 [Tue, 29 Oct 2019 00:51:37 +0000 (09:51 +0900)]
[android_jni] Add missing builtin_ops_jni.cc (#8548)

This file should have been committed from #8026 but it was not added by
accident. Target `tensorflowlite_jni` would not build without this file.

Signed-off-by: Hanjoung Lee <hanjoung.lee@samsung.com>
4 years agoUpdate test project in collect resource script (#8546)
박천교/On-Device Lab(SR)/Engineer/삼성전자 [Tue, 29 Oct 2019 00:50:56 +0000 (09:50 +0900)]
Update test project in collect resource script (#8546)

`tf2tflite_test` would be deprecated, and replaced with
`tf2tflite_integration_test`. This commit updates regarding this change
for collect resource script.

Signed-off-by: Cheongyo Bahk <ch.bahk@samsung.com>
4 years ago[moco-tf] Use TFShapeInferenceHelper from moco (#8545)
박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 [Tue, 29 Oct 2019 00:04:32 +0000 (09:04 +0900)]
[moco-tf] Use TFShapeInferenceHelper from moco (#8545)

This will update to use TFShapeInferenceHelper from moco

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
4 years ago[mir/interpreter] Quantized operations implementation (#8317)
Pavel Iliutchenko/AI Tools Lab /SRR/Engineer/Samsung Electronics [Mon, 28 Oct 2019 11:56:21 +0000 (14:56 +0300)]
[mir/interpreter] Quantized operations implementation (#8317)

* Supported quantized operations: Add, Conv2D, DepthwiseConv2D
* Fixed interpreter for quantizations

Signed-off-by: Pavel Iliutchenko <p.iliutchenk@samsung.com>
4 years ago[tfl-inspect] Remove unused header inc (#8544)
박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 [Mon, 28 Oct 2019 10:08:26 +0000 (19:08 +0900)]
[tfl-inspect] Remove unused header inc (#8544)

This will remove unused header includes

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
4 years ago[tf2tflite-integration-test] adding test for DepthwiseConv2D bias fusion (#8542)
윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자 [Mon, 28 Oct 2019 09:47:43 +0000 (18:47 +0900)]
[tf2tflite-integration-test] adding test for DepthwiseConv2D bias fusion (#8542)

This adds four nets to test DepthwiseConv2D bias fusion.

Signed-off-by: Hyun Sik Yoon <hyunsik.yoon@samsung.com>
4 years ago[moco-tf] Remove unused IR headers (#8541)
박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 [Mon, 28 Oct 2019 09:39:18 +0000 (18:39 +0900)]
[moco-tf] Remove unused IR headers (#8541)

This will remove not used anymore IR headers that only redirects to moco IR

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
4 years ago[exo] Revising setCandidate() of FuseBiasAddPass (#8538)
윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자 [Mon, 28 Oct 2019 09:18:08 +0000 (18:18 +0900)]
[exo] Revising setCandidate() of FuseBiasAddPass (#8538)

setCandidate() of FuseBiasAddPass was revised to support FormerT and LatterT, and removed names related to conv2d.

Signed-off-by: Hyun Sik Yoon <hyunsik.yoon@samsung.com>
4 years ago[moco-tf] Remove unused GraphBuilder redirect headers (#8534)
박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 [Mon, 28 Oct 2019 09:03:20 +0000 (18:03 +0900)]
[moco-tf] Remove unused GraphBuilder redirect headers (#8534)

This will remove not used anymore GraphBuilder redirect header files

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
4 years ago[circle-inspect] Rename "Load.cpp" as "Model.cpp" (#8535)
박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 [Mon, 28 Oct 2019 09:02:59 +0000 (18:02 +0900)]
[circle-inspect] Rename "Load.cpp" as "Model.cpp" (#8535)

"Load.cpp" includes the implementation of "Model.h".

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
4 years ago[moco-tf] Remove Importer.h (#8533)
박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 [Mon, 28 Oct 2019 08:26:53 +0000 (17:26 +0900)]
[moco-tf] Remove Importer.h (#8533)

This will remove not used anymore Importer.h file

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
4 years ago[exo] moving dynamic cast check in setCandidate into visitors (#8531)
윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자 [Mon, 28 Oct 2019 08:23:13 +0000 (17:23 +0900)]
[exo] moving dynamic cast check in setCandidate into visitors (#8531)

This moves dynamic cast check in setCandidate into visitors.

Signed-off-by: Hyun Sik Yoon <hyunsik.yoon@samsung.com>
4 years ago[circle-inspect] Dump circle file (#8529)
박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 [Mon, 28 Oct 2019 08:20:25 +0000 (17:20 +0900)]
[circle-inspect] Dump circle file (#8529)

* [circle-inspect] Dump circle file

This will enable dump circle file operators

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
* remove unused headers

4 years ago[tfl-inspect] Rename "Load.cpp" as "Model.cpp" (#8528)
박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 [Mon, 28 Oct 2019 08:14:00 +0000 (17:14 +0900)]
[tfl-inspect] Rename "Load.cpp" as "Model.cpp" (#8528)

"Load.cpp" includes the implementation of "Model.h".

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
4 years ago[moco-tf] Remove Dialect files (#8527)
박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 [Mon, 28 Oct 2019 08:12:40 +0000 (17:12 +0900)]
[moco-tf] Remove Dialect files (#8527)

This will remove not used anymore Dialect folder files

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
4 years agoIntroduce tf2tflite integration test (#8523)
박천교/On-Device Lab(SR)/Engineer/삼성전자 [Mon, 28 Oct 2019 08:10:20 +0000 (17:10 +0900)]
Introduce tf2tflite integration test (#8523)

This commit introduces tf2tflite integration test:
tf2tflite-integration-test directory, and tf2tflite_integration_test
test executable

Signed-off-by: Cheongyo Bahk <ch.bahk@samsung.com>
4 years ago[exo] revising Fuse class to use FormerT and LatterT (#8530)
윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자 [Mon, 28 Oct 2019 08:10:04 +0000 (17:10 +0900)]
[exo] revising Fuse class to use FormerT and LatterT (#8530)

This revises Fuse class in FuseBiasAddPass.cpp  to use FormerT and LatterT.

Signed-off-by: Hyun Sik Yoon <hyunsik.yoon@samsung.com>
4 years ago[infra/cmake] add TensorFlowSource 1.13.1 (#8519)
채성우/On-Device Lab(SR)/Engineer/삼성전자 [Mon, 28 Oct 2019 07:39:19 +0000 (16:39 +0900)]
[infra/cmake] add TensorFlowSource 1.13.1 (#8519)

This commit adds TensorFlowSource 1.13.1

Signed-off-by: seongwoo <sw4670.chae@samsung.com>
4 years ago[circle-inspect] Introduce Load Reader and Model (#8525)
박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 [Mon, 28 Oct 2019 07:38:40 +0000 (16:38 +0900)]
[circle-inspect] Introduce Load Reader and Model (#8525)

* [circle-inspect] Introduce Load Reader and Model

This will introduce circle model Load and Reader using mio-circle

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

4 years ago[tf2circle] Set shape information in signature at tf2circle (#8484)
남궁석/On-Device Lab(SR)/Engineer/삼성전자 [Mon, 28 Oct 2019 07:35:10 +0000 (16:35 +0900)]
[tf2circle] Set shape information in signature at tf2circle (#8484)

Until now, signature in `tf2circle` didn't have shape information.
This commit will set the shape information in signature at `tf2circle`

Signed-off-by: Seok NamKoong <sk.namkoong@samsung.com>
4 years ago[moco-tf] Update to use moco TFDialect (#8522)
박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 [Mon, 28 Oct 2019 07:13:40 +0000 (16:13 +0900)]
[moco-tf] Update to use moco TFDialect (#8522)

This will update to use moco TFDialect in src folder

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
4 years ago[exo] rewriting FuseBiasAddPass to use Mixin<Bias> (#8507)
윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자 [Mon, 28 Oct 2019 06:50:30 +0000 (15:50 +0900)]
[exo] rewriting FuseBiasAddPass to use Mixin<Bias>  (#8507)

* [exo] FuseBiasAddPass

This code is modified to use Mixin<Bias> instead of TFLConv2D. (This commit is a part of modification.)

Signed-off-by: Hyun Sik Yoon <hyunsik.yoon@samsung.com>
* Former -> FormerT

* Fix get_former()

4 years ago[moco-tf] Update to use moco TFDialect (#8514)
박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 [Mon, 28 Oct 2019 06:36:07 +0000 (15:36 +0900)]
[moco-tf] Update to use moco TFDialect (#8514)

This will update to use TFDialect from moco project

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
4 years ago[circle_inspect] Initial circle-inspect project (#8513)
박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 [Mon, 28 Oct 2019 06:35:47 +0000 (15:35 +0900)]
[circle_inspect] Initial circle-inspect project (#8513)

This will introduce circle-inspect project to inspect Circle model file

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
4 years ago[moco-tf] Update Transform header with moco (#8512)
박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 [Mon, 28 Oct 2019 06:35:30 +0000 (15:35 +0900)]
[moco-tf] Update Transform header with moco (#8512)

This will update Transforms header to include individual Passes from moco and delete not used anymore redirect header files

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
4 years ago[tf2nnpk] check existence and provide help (#8499)
이상규/On-Device Lab(SR)/Principal Engineer/삼성전자 [Mon, 28 Oct 2019 06:23:18 +0000 (15:23 +0900)]
[tf2nnpk] check existence and provide help (#8499)

It will show help with `--help`.
It will check existence of flatc, graphdef and info file.

Signed-off-by: Sanggyu Lee <sg5.lee@samsung.com>
4 years agoMake to support Pack op for acl neon (#8506)
장지섭/On-Device Lab(SR)/Engineer/삼성전자 [Mon, 28 Oct 2019 04:59:22 +0000 (13:59 +0900)]
Make to support Pack op for acl neon (#8506)

This commit makes to support Pack op for acl neon.

Signed-off-by: jiseob.jang <jiseob.jang@samsung.com>
4 years ago[ncnn-backend] Enable NCNN backend test (#8482)
오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 [Mon, 28 Oct 2019 04:52:02 +0000 (13:52 +0900)]
[ncnn-backend] Enable NCNN backend test (#8482)

Test ncnn backend - transpose conv only
(run with cpu backend test job)

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
4 years ago[moco-tf] Use moco Importer (#8504)
박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 [Mon, 28 Oct 2019 04:09:47 +0000 (13:09 +0900)]
[moco-tf] Use moco Importer (#8504)

This will update to use moco Importer header

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
4 years ago[neurun] Change Gather axis param to int (#8460)
Pavel Iliutchenko/AI Tools Lab /SRR/Engineer/Samsung Electronics [Mon, 28 Oct 2019 03:58:23 +0000 (06:58 +0300)]
[neurun] Change Gather axis param to int (#8460)

* Changed Gather axis param from OperandIndex to int

Signed-off-by: Pavel Iliutchenko <p.iliutchenk@samsung.com>
4 years ago[moco_tf] Remove ResolveFusedBatchNorm test (#8502)
박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 [Mon, 28 Oct 2019 03:57:48 +0000 (12:57 +0900)]
[moco_tf] Remove ResolveFusedBatchNorm test (#8502)

This will remove ResolveFusedBatchNorm test as the Pass itself has migrated to moco-pass

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
4 years ago[moco-tf] Use mono namespace of Passes (#8500)
박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 [Mon, 28 Oct 2019 03:46:54 +0000 (12:46 +0900)]
[moco-tf] Use mono namespace of Passes (#8500)

This will update to use moco namespace of Passes

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
4 years ago[tfl-inspect] Introduce dump operators (#8493)
박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 [Mon, 28 Oct 2019 03:19:12 +0000 (12:19 +0900)]
[tfl-inspect] Introduce dump operators (#8493)

* [tfl-inspect] Introduce dump operators

This will introduce DumpOperators and use this for dumping operators in the model file

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
* apply comments

4 years ago[tf2nnpkg] Exit immediately on fail (#8468)
오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 [Mon, 28 Oct 2019 01:53:51 +0000 (10:53 +0900)]
[tf2nnpkg] Exit immediately on fail (#8468)

Exit immediately if one of called script or binary  (tf2tflite, tflite2circle, model2nnpkg) failed

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
4 years ago[moco-tf] Redirect to use moco Pass (#8492)
박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 [Mon, 28 Oct 2019 01:51:30 +0000 (10:51 +0900)]
[moco-tf] Redirect to use moco Pass (#8492)

This will redirect to use moco Pass and delete migrated Pass implementions

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
4 years agoMake to support Pack op for acl_cl (#8490)
장지섭/On-Device Lab(SR)/Engineer/삼성전자 [Mon, 28 Oct 2019 01:11:14 +0000 (10:11 +0900)]
Make to support Pack op for acl_cl (#8490)

This commit makes to support Pack op for acl_cl.

Signed-off-by: jiseob.jang <jiseob.jang@samsung.com>
4 years agoChange calculating offset of Readers and Views (#8409)
장지섭/On-Device Lab(SR)/Engineer/삼성전자 [Mon, 28 Oct 2019 01:09:35 +0000 (10:09 +0900)]
Change calculating offset of Readers and Views (#8409)

This commit changes calculating offset of Readers and Views to use strides.

Signed-off-by: jiseob.jang <jiseob.jang@samsung.com>
4 years ago[nnpkg_test] nnpkg_test list accepts wildcard (#8486)
이상규/On-Device Lab(SR)/Principal Engineer/삼성전자 [Mon, 28 Oct 2019 00:55:12 +0000 (09:55 +0900)]
[nnpkg_test] nnpkg_test list accepts wildcard (#8486)

- You can use * in list.
- nnpkg_test list is updated.

Signed-off-by: Sanggyu Lee <sg5.lee@samsung.com>
4 years ago[exo] revising comment for the target nodes of FusedBiasAddPass (#8477)
윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자 [Sun, 27 Oct 2019 21:48:20 +0000 (06:48 +0900)]
[exo] revising comment for the target nodes of FusedBiasAddPass (#8477)

Comment for the target nodes of FusedBiasAddPass was revised.

Signed-off-by: Hyun Sik Yoon <hyunsik.yoon@samsung.com>
4 years ago[exo] mixin for nodes that have bias input and fused activation function (#8476)
윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자 [Sun, 27 Oct 2019 21:45:42 +0000 (06:45 +0900)]
[exo] mixin for nodes that have bias input and fused activation function (#8476)

* [exo] mixin for nodes that have bias input and fused activation function

This adds a  mixin for nodes that have bias input and fused activation function.

Signed-off-by: Hyun Sik Yoon <hyunsik.yoon@samsung.com>
* remove inheritance structure of mixin

4 years ago[exo] renaming template type and node name (#8483)
윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자 [Sun, 27 Oct 2019 21:28:16 +0000 (06:28 +0900)]
[exo] renaming template type and node name (#8483)

Instead of trying to imply real type of template type,
general T is used and static_assert was added to explicitly show allowed type.

Signed-off-by: Hyun Sik Yoon <hyunsik.yoon@samsung.com>
4 years ago[tfl-inspect] Introduce Reader (#8461)
박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 [Sun, 27 Oct 2019 21:26:44 +0000 (06:26 +0900)]
[tfl-inspect] Introduce Reader (#8461)

* [tfl-inspect] Introduce Reader

This will introduce tflite file Reader class and required methods

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
* use tflinspect namespace

* move Model inside src

4 years ago[moco] Introduce Pass (#8466)
박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 [Sun, 27 Oct 2019 21:25:58 +0000 (06:25 +0900)]
[moco] Introduce Pass (#8466)

* [moco] Introduce Pass

This will introduce Pass that provides TF dialect pass, transformation and optimization

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
* fix typo