platform/core/ml/nnfw.git
4 years ago[plier-tf] Moving moco test cases regarding data_layout (#6061)
윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자 [Wed, 31 Jul 2019 07:51:07 +0000 (16:51 +0900)]
[plier-tf] Moving moco test cases regarding data_layout (#6061)

Test cases of moco were moved into plier.
These test cases are for two methods that were moved lately from moco to plier.

Signed-off-by: Hyun Sik Yoon <hyunsik.yoon@samsung.com>
4 years ago[pepper-str] Initial commit (#6056)
박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 [Wed, 31 Jul 2019 07:43:29 +0000 (16:43 +0900)]
[pepper-str] Initial commit (#6056)

This commit adds pepper-str module. "pepper-str" provides "str" helper
which allows users to simulate string interpolation in C++.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
4 years ago[moco-tf] TFReshape Canonicalization (#6005)
박천교/On-Device Lab(SR)/Engineer/삼성전자 [Wed, 31 Jul 2019 07:34:13 +0000 (16:34 +0900)]
[moco-tf] TFReshape Canonicalization (#6005)

* [moco-tf] TFReshape Canonicalization

This commit implements Canonicalization for TFReshape. Currently it only
supports fixed reshape case.

Signed-off-by: Cheongyo Bahk <ch.bahk@samsung.com>
* TODO comment to support loco ConstGen node

4 years agoFix invalid params of CLTransposeConv (#6057)
장지섭/On-Device Lab(SR)/Engineer/삼성전자 [Wed, 31 Jul 2019 06:56:29 +0000 (15:56 +0900)]
Fix invalid params of CLTransposeConv (#6057)

This commit fixes invalid params of CLTansposeConv.

Signed-off-by: jiseob.jang <jiseob.jang@samsung.com>
4 years ago[loco] Use data type attribute in Graph-level input (#5999)
박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 [Wed, 31 Jul 2019 06:33:31 +0000 (15:33 +0900)]
[loco] Use data type attribute in Graph-level input (#5999)

This commit revises "Pull" node implementation to use Graph-level
"dtype" attribute.

This commit includes some workaround not to impact the current clients.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
4 years ago[neurun] Rename "make_subgraph" helper (#6042)
박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 [Wed, 31 Jul 2019 06:19:51 +0000 (15:19 +0900)]
[neurun] Rename "make_subgraph" helper (#6042)

Graph::lower internally declares "make_subgraph", but its role is more
than subgraph construction.

This commit renames "make_subgraph" as "append_fresh_single_op_subgraph"
to make it easy to understand its behavior.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
4 years ago[moco-tf] Support TFAvgPool for Logging (#6045)
박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 [Wed, 31 Jul 2019 01:20:40 +0000 (10:20 +0900)]
[moco-tf] Support TFAvgPool for Logging (#6045)

This will add TFAvgPool for TFNodeSummaryBuilder thus dump of graph shows TFAvgPool attributes

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
4 years ago[moco-tf] Canonicalizer for MaxPool (#6027)
박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 [Wed, 31 Jul 2019 00:41:36 +0000 (09:41 +0900)]
[moco-tf] Canonicalizer for MaxPool (#6027)

This will introduce MaxPoolCanonicalizer to canonicalize MaxPool node

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
4 years ago[loco] Introduce EltwiseAdd IR (#6026)
박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 [Wed, 31 Jul 2019 00:30:12 +0000 (09:30 +0900)]
[loco] Introduce EltwiseAdd IR (#6026)

* [loco] Introduce EltwiseAdd IR

This will introduce EltwiseAdd IR for Elementwise Add operation

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
* use lhs, rhs

* remove Tensor in comment

4 years agoDR1 Detailed level documentation (#5896)
Efimov Alexander/AI Tools Lab/./Samsung Electronics [Wed, 31 Jul 2019 00:00:50 +0000 (03:00 +0300)]
DR1 Detailed level documentation (#5896)

* DR1 Detailed level documentation

Add detailed level documentation for DR1 milestone

* update 2019 goals
* initial structure description
* add compiler flow
* add description of components including compiler and runtime
* add description to high level directories, and add line breaks
* remove redundant data, fix references
* fix typos and wording
* DR1 DLD SE member in-charge review and fixes
  - Expanded OSS pre-review table with new columns
  - Added SW Code Structure using `tree` tool
  - Updated Revision history and Table of contents

Signed-off-by: Efimov Alexander <a.efimov@samsung.com>
4 years agoDR1 sw requirement document fixes (#5992)
Efimov Alexander/AI Tools Lab/./Samsung Electronics [Tue, 30 Jul 2019 23:53:55 +0000 (02:53 +0300)]
DR1 sw requirement document fixes (#5992)

* DR1 sw requirement document fixes

- Fix sw requirement document number version
- Fixed non-function requirements numeration

Signed-off-by: Aleksei Kondrashov <a.kondrashov@partner.samsung.com>
4 years agoAdd High Level Documentation (#5665)
Efimov Alexander/AI Tools Lab/./Samsung Electronics [Tue, 30 Jul 2019 23:51:05 +0000 (02:51 +0300)]
Add High Level Documentation (#5665)

* Add High Level Documentation

- Added image of overall architecture of project
- Added image with data flow through the pipeline
- Added Core Structure component
- Added and mapped non-functional requirements
- Updated revision history

* add overview of components
* add initial version of API secton
* add IR description
* add runtime behavior
* add structural description of IRs
* add compiler structure and behavioral description
* add structure diagram about nn runtime
* add constraints and scope items
* add Traceability Matrix
* add table of contents and items required by template
* add description about gray and white modules on component diagram
* update images to eliminate ambiguous interpretation
* change heading, rename nn Compute component
* break sections in more items
* bring back nnapi part
* rename NNFW IR into neurun IR and fix naming of other components
* fix formatting of subsystem description & abbreviations
* remove redundant item from compiler description
* fix typos and wording

Signed-off-by: Efimov Alexander <a.efimov@samsung.com>
4 years ago[moco-tf] Fix shape for TFMaxPool (#6025)
박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 [Tue, 30 Jul 2019 23:39:48 +0000 (08:39 +0900)]
[moco-tf] Fix shape for TFMaxPool (#6025)

This will implement FixShape for TFMaxPool node

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
4 years ago[moco-tf] Fix pad for TFMaxPool (#6023)
박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 [Tue, 30 Jul 2019 22:17:27 +0000 (07:17 +0900)]
[moco-tf] Fix pad for TFMaxPool (#6023)

This will implement FixPad for TFMaxPool node

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
4 years ago[mir] Add support for 0-dimensional tensors (#6039)
Сергей Баранников/AI Tools Lab /SRR/Engineer/삼성전자 [Tue, 30 Jul 2019 19:19:11 +0000 (22:19 +0300)]
[mir] Add support for 0-dimensional tensors (#6039)

Fixes compilation error of SuperResolution and StyleTransfer networks.

Signed-off-by: Sergei Barannikov <s.barannikov@samsung.com>
4 years ago[mir/TFLite importer] Cleanup after changing interface (#6036)
Сергей Баранников/AI Tools Lab /SRR/Engineer/삼성전자 [Tue, 30 Jul 2019 19:11:39 +0000 (22:11 +0300)]
[mir/TFLite importer] Cleanup after changing interface (#6036)

* Remove `cleanup` method.
* Move `import` and `createIR` methods into private section.
* Use `make_unique` to deal with `unique_ptr`s.

Signed-off-by: Sergei Barannikov <s.barannikov@samsung.com>
4 years ago[mir/ONNX importer] Cleanup after changing interface (#6035)
Сергей Баранников/AI Tools Lab /SRR/Engineer/삼성전자 [Tue, 30 Jul 2019 19:11:08 +0000 (22:11 +0300)]
[mir/ONNX importer] Cleanup after changing interface (#6035)

* Move `import` and `createIR` methods into private section.
* Use `make_unique` to deal with `unique_ptr`s.

Signed-off-by: Sergei Barannikov <s.barannikov@samsung.com>
4 years ago[mir/Caffe importer] Cleanup after changing interface (#6034)
Сергей Баранников/AI Tools Lab /SRR/Engineer/삼성전자 [Tue, 30 Jul 2019 19:10:36 +0000 (22:10 +0300)]
[mir/Caffe importer] Cleanup after changing interface (#6034)

* Remove `cleanup` method.
* Move `import` and `createIR` methods into private section.
* Use `make_unique` to deal with `unique_ptr`s.

Signed-off-by: Sergei Barannikov <s.barannikov@samsung.com>
4 years ago[mir/Caffe2 importer] Cleanup after changing interface (#6033)
Сергей Баранников/AI Tools Lab /SRR/Engineer/삼성전자 [Tue, 30 Jul 2019 19:10:10 +0000 (22:10 +0300)]
[mir/Caffe2 importer] Cleanup after changing interface (#6033)

* Remove `cleanup` method.
* Move `import` and `createIR` methods into private section.
* Use `make_unique` to deal with `unique_ptr`s.

Signed-off-by: Sergei Barannikov <s.barannikov@samsung.com>
4 years agoFix format script diff file only (#6007)
오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 [Tue, 30 Jul 2019 11:49:11 +0000 (20:49 +0900)]
Fix format script diff file only (#6007)

To get correct updated files when master is update after branch out, count new commits after branch out from master and compare with branch out commit

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
4 years ago[neurun] Introduce "simple" Subgraph emplace method (#6000)
박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 [Tue, 30 Jul 2019 11:48:41 +0000 (20:48 +0900)]
[neurun] Introduce "simple" Subgraph emplace method (#6000)

This commit introduces "simple" Subgraph empalce method which does not
allocate a Subgraph internally but requires clients to allocate it
instead.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
4 years ago[neurun] Code refactoring of Scheduler::makeRank (#5881)
Дилшоджон Умронхонович Пошшоев/AI Tools Lab /SRR/Engineer/삼성전자 [Tue, 30 Jul 2019 11:48:05 +0000 (14:48 +0300)]
[neurun] Code refactoring of Scheduler::makeRank (#5881)

Split Scheduler::makeRank into smaller ones

Signed-off-by: Dilshodzhon Poshshoev <d.poshshoev@samsung.com>
4 years ago[moco-tf] ResolveFusedBatchNorm unit test to generate proper log (#6024)
박천교/On-Device Lab(SR)/Engineer/삼성전자 [Tue, 30 Jul 2019 10:07:41 +0000 (19:07 +0900)]
[moco-tf] ResolveFusedBatchNorm unit test to generate proper log (#6024)

Previously unit test for ResolveFusedBatchNorm printed unknown node
fallback logging. This commit fixes this bug to print proper format
defined by moco-tf.

Signed-off-by: Cheongyo Bahk <ch.bahk@samsung.com>
4 years ago[moco/tf] Import TFDepthwiseConv2d Op (#6001)
채성우/On-Device Lab(SR)/Engineer/삼성전자 [Tue, 30 Jul 2019 10:06:22 +0000 (10:06 +0000)]
[moco/tf] Import TFDepthwiseConv2d Op (#6001)

* [moco/tf] Import TFDepthwiseConv2d Op

This commit is for importing TFDepthwiseConv2d Op.

Signed-off-by: seongwoo sw4670.chae@samsung.com
* This commit makes tensor_content of pbtxt human-readable.

4 years ago[nnc] Use `importModel` methods instead of `import`, `createIR` and `cleanup` (#5990)
Сергей Баранников/AI Tools Lab /SRR/Engineer/삼성전자 [Tue, 30 Jul 2019 09:37:18 +0000 (12:37 +0300)]
[nnc] Use `importModel` methods instead of `import`, `createIR` and `cleanup` (#5990)

Replace uses of `import`, `createIR` and `cleanup` with newly introduced `importModel`.

Signed-off-by: Sergei Barannikov <s.barannikov@samsung.com>
4 years ago DR1 test document (#5890)
Efimov Alexander/AI Tools Lab/./Samsung Electronics [Tue, 30 Jul 2019 09:18:30 +0000 (12:18 +0300)]
 DR1 test document (#5890)

* DR1 test document

- Introduced STD for DR1 milestone
- According to new requirements new tests are added

Signed-off-by: Efimov Alexander <a.efimov@samsung.com>
4 years agoFix bug in ExecInstance (#6017)
오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 [Tue, 30 Jul 2019 08:52:30 +0000 (17:52 +0900)]
Fix bug in ExecInstance (#6017)

Delete compiler generated by new
Fix typo input buffer name in twoThreads test

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
4 years agoReplace pylint command (#6002)
오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 [Tue, 30 Jul 2019 08:51:45 +0000 (17:51 +0900)]
Replace pylint command (#6002)

Replace infra/nnfw/command/pylint command into infra/command

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
4 years agoACL NEON Comparison Node (#5951)
Nikita Sizov/AI Tools Lab /SRR/Professional/삼성전자 [Tue, 30 Jul 2019 08:03:28 +0000 (11:03 +0300)]
ACL NEON Comparison Node (#5951)

Add support of ComparisonNode for ACL NEON

Signed-off-by: Sizov Nikita <n.sizov@samsung.com>
4 years agoACL NEON SqueezeNode (#5944)
Nikita Sizov/AI Tools Lab /SRR/Professional/삼성전자 [Tue, 30 Jul 2019 08:01:25 +0000 (11:01 +0300)]
ACL NEON SqueezeNode (#5944)

Add support of SqueezeNode for ACL NEON

Signed-off-by: Sizov Nikita <n.sizov@samsung.com>
4 years ago[moco-tf] Reshape shape inference rejects dynamic case (#6013)
박천교/On-Device Lab(SR)/Engineer/삼성전자 [Tue, 30 Jul 2019 07:55:32 +0000 (16:55 +0900)]
[moco-tf] Reshape shape inference rejects dynamic case (#6013)

Previously shape inference stage for TFReshape node was erroneously
done for wildcard dimension as well. This commit fixes this bug to
reject dynamic reshape case.

Signed-off-by: Cheongyo Bahk <ch.bahk@samsung.com>
4 years agoTranspose convolution valid padding test (#5998)
오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 [Tue, 30 Jul 2019 07:52:30 +0000 (16:52 +0900)]
Transpose convolution valid padding test (#5998)

* Transpose convolution valid padding test

- Add transpose convolution valid padding test
- Fix bug transpoe valid padding
- Update comment

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
* Update comment

4 years agoFix goals for 2019 (#5994)
Efimov Alexander/AI Tools Lab/./Samsung Electronics [Tue, 30 Jul 2019 07:27:14 +0000 (10:27 +0300)]
Fix goals for 2019 (#5994)

Fix goals for 2019 in SRS and SDD documents

Signed-off-by: Efimov Alexander <a.efimov@samsung.com>
4 years agoAdd gtest to prepare multithread execution instance (#5898)
오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 [Tue, 30 Jul 2019 07:21:41 +0000 (16:21 +0900)]
Add gtest to prepare multithread execution instance (#5898)

Introduce gtest to prepare multithread execution instance using one executor

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
4 years ago[moco-tf] Replace assert in FuseBinaryIntoPreceding (#6009)
박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 [Tue, 30 Jul 2019 07:20:32 +0000 (16:20 +0900)]
[moco-tf] Replace assert in FuseBinaryIntoPreceding (#6009)

This will replace assert with a log for unknown as it is now know case and can be handled by other transforms

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
4 years ago[neurun] Remove hiding _indexed_ranks from Dataflow (#5926)
Дилшоджон Умронхонович Пошшоев/AI Tools Lab /SRR/Engineer/삼성전자 [Tue, 30 Jul 2019 06:46:01 +0000 (09:46 +0300)]
[neurun] Remove hiding _indexed_ranks from Dataflow (#5926)

_indexed_ranks is a protected member in both ExecutorBase and Dataflow.
ExecutorBase::setIndexedRanks() sets ExecutorBase::_indexed_ranks,
but methods in Dataflow uses Dataflow::_indexed_ranks and is always nullptr

Signed-off-by: Dilshodzhon Poshshoev <d.poshshoev@samsung.com>
4 years ago[moco-tf] Import as TFAvgPool with a knob (#6006)
박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 [Tue, 30 Jul 2019 06:18:07 +0000 (15:18 +0900)]
[moco-tf] Import as TFAvgPool with a knob (#6006)

This will add a Knob to import AvgPool node as TFAvgPool or AvgPool2D

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
4 years ago[moco/tf] DepthwiseConv2D FixShapeTransform bug fix. (#6003)
채성우/On-Device Lab(SR)/Engineer/삼성전자 [Tue, 30 Jul 2019 04:52:46 +0000 (04:52 +0000)]
[moco/tf] DepthwiseConv2D FixShapeTransform bug fix. (#6003)

It needs to be modified for getting right stride data.

Signed-off-by: seongwoo <sw4670.chae@samsung.com>
4 years ago[neurun] Enable {CL|NE}DepthwiseConvolutionLayer3x3 on KernelGenerator (#6008)
김용섭/On-Device Lab(SR)/Engineer/삼성전자 [Tue, 30 Jul 2019 04:40:52 +0000 (13:40 +0900)]
[neurun] Enable {CL|NE}DepthwiseConvolutionLayer3x3 on KernelGenerator (#6008)

Enable {CL|NE}DepthwiseConvolutionLayer3x3 on each KernelGenerator. The
only CLDepthwiseConvolutionLayer3x3 has the parameter for the internal
buffer memory manager.

Signed-off-by: Yongseop Kim <yons.kim@samsung.com>
4 years ago[moco/tf] Add TFNodeSummaryBuilder for DepthwiseConv2dNative (#6004)
채성우/On-Device Lab(SR)/Engineer/삼성전자 [Tue, 30 Jul 2019 04:33:59 +0000 (04:33 +0000)]
[moco/tf] Add TFNodeSummaryBuilder for DepthwiseConv2dNative (#6004)

This commit adds a TFNodeSummaryBuilder for DepthwiseConv2dNative.

Signed-off-by: seongwoo <sw4670.chae@samsung.com>
4 years ago[neurun] Enable AclLinearMemoryManager on LinearExecutor (#5922)
김용섭/On-Device Lab(SR)/Engineer/삼성전자 [Tue, 30 Jul 2019 04:07:41 +0000 (13:07 +0900)]
[neurun] Enable AclLinearMemoryManager on LinearExecutor (#5922)

Enable AclLinearMemoryManager to acl_cl and acl_neon  on LinearExecutor

Signed-off-by: Yongseop Kim <yons.kim@samsung.com>
4 years ago[moco-tf] Fix shape and pad for TFAvgPool (#5996)
박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 [Tue, 30 Jul 2019 03:43:35 +0000 (12:43 +0900)]
[moco-tf] Fix shape and pad for TFAvgPool (#5996)

This will implement FixShape and FixPadding for TFAvgPool node

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
4 years ago[neurun] Fix preVisit/postVisit for double-concats (#5977)
김용섭/On-Device Lab(SR)/Engineer/삼성전자 [Tue, 30 Jul 2019 03:36:57 +0000 (12:36 +0900)]
[neurun] Fix preVisit/postVisit for double-concats (#5977)

* [neurun] Fix preVisit/postVisit for double-concats

Fix preVisit and postVisit of TemplTensorBuilder to pass
double-concats(two consecutive concats) of
inception_v3_2018_04_27.tflite

Signed-off-by: Yongseop Kim <yons.kim@samsung.com>
* Fix comment

4 years agoMark NNPACK as NOT FOUND if PeachpySource is missing (#5995)
박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 [Tue, 30 Jul 2019 01:21:19 +0000 (10:21 +0900)]
Mark NNPACK as NOT FOUND if PeachpySource is missing (#5995)

The current implement says that NNPACK is available even though
PeachpySource is missing.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
4 years agoSet PeachpySource as NOT FOUND on failure (#5966)
박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 [Tue, 30 Jul 2019 00:38:01 +0000 (09:38 +0900)]
Set PeachpySource as NOT FOUND on failure (#5966)

The current implementation of PeachpySource package reports SUCCESS
even when source code generation fails.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
4 years ago[moco-tf] Revise importer test (#5960)
박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 [Tue, 30 Jul 2019 00:18:00 +0000 (09:18 +0900)]
[moco-tf] Revise importer test (#5960)

This will revise importer test to do test with TFIdentity IR that uses Identity node as a test material

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
4 years ago[moco-tf] Move vector<int64_t> streamout to LogHelper (#5981)
박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 [Mon, 29 Jul 2019 23:31:35 +0000 (08:31 +0900)]
[moco-tf] Move vector<int64_t> streamout to LogHelper (#5981)

This will move vector<int64_t> streamout of TFFormattedGraph to LogHelper

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
4 years ago[moco-tf] Import Reshape operation as TF dialect (#5976)
박천교/On-Device Lab(SR)/Engineer/삼성전자 [Mon, 29 Jul 2019 22:24:54 +0000 (07:24 +0900)]
[moco-tf] Import Reshape operation as TF dialect (#5976)

This commit implements import stage of tensorflow Reshape operation to
TFReshape node.

Signed-off-by: Cheongyo Bahk <ch.bahk@samsung.com>
4 years ago[moco-tf] Introduce as_tensor_shape with FeatureShape (#5973)
박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 [Mon, 29 Jul 2019 22:22:42 +0000 (07:22 +0900)]
[moco-tf] Introduce as_tensor_shape with FeatureShape (#5973)

This will introduce ShapeInferenceData helper to set as TensorShape with FeatureShape and TFDataLayout

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
5 years agoFix #5978 (#5989)
Сергей Баранников/AI Tools Lab /SRR/Engineer/삼성전자 [Mon, 29 Jul 2019 17:41:13 +0000 (20:41 +0300)]
Fix #5978 (#5989)

Adjust tests to take into account recent changes in compiler passes.
Fixes #5978.

Signed-off-by: Sergei Barannikov <s.barannikov@samsung.com>
5 years ago[mir/Caffe importer] Introduce `importModel` method (#5986)
Сергей Баранников/AI Tools Lab /SRR/Engineer/삼성전자 [Mon, 29 Jul 2019 17:37:38 +0000 (20:37 +0300)]
[mir/Caffe importer] Introduce `importModel` method (#5986)

Add `importModel` method as a future replacement for `import` and `createIR` methods.

Signed-off-by: Sergei Barannikov <s.barannikov@samsung.com>
5 years ago[neurun] Add fine for scheduling into another backend (#5880)
Дилшоджон Умронхонович Пошшоев/AI Tools Lab /SRR/Engineer/삼성전자 [Mon, 29 Jul 2019 12:54:11 +0000 (15:54 +0300)]
[neurun] Add fine for scheduling into another backend (#5880)

Assigning to another backend will cause creating a subgraph:
one for permutation and one more if it was mergable node
if the same backend was assigned

Signed-off-by: Dilshodzhon Poshshoev <d.poshshoev@samsung.com>
5 years ago[mir/TFLite importer] Introduce `importModel` method (#5988)
Сергей Баранников/AI Tools Lab /SRR/Engineer/삼성전자 [Mon, 29 Jul 2019 12:49:06 +0000 (15:49 +0300)]
[mir/TFLite importer] Introduce `importModel` method (#5988)

Add `importModel` method as a future replacement for `import` and `createIR` methods.

Signed-off-by: Sergei Barannikov <s.barannikov@samsung.com>
5 years ago[mir/ONNX importer] Introduce `importModel` method (#5987)
Сергей Баранников/AI Tools Lab /SRR/Engineer/삼성전자 [Mon, 29 Jul 2019 12:48:45 +0000 (15:48 +0300)]
[mir/ONNX importer] Introduce `importModel` method (#5987)

Add `importModel` method as a future replacement for `import` and `createIR` methods.

Signed-off-by: Sergei Barannikov <s.barannikov@samsung.com>
5 years ago[mir/Caffe2 importer] Introduce `importModel` method (#5985)
Сергей Баранников/AI Tools Lab /SRR/Engineer/삼성전자 [Mon, 29 Jul 2019 12:48:17 +0000 (15:48 +0300)]
[mir/Caffe2 importer] Introduce `importModel` method (#5985)

Add `importModel` method as a future replacement for `import` and `createIR` methods.

Signed-off-by: Sergei Barannikov <s.barannikov@samsung.com>
5 years ago[neurun] Add custom kernel registry (#5597)
Vladimir Plazun/AI Tools Lab /SRR/Engineer/삼성전자 [Mon, 29 Jul 2019 12:43:24 +0000 (15:43 +0300)]
[neurun] Add custom kernel registry (#5597)

Add custom kernel registry used to keep track of custom kernels used by specific backend( see #5411 )

Signed-off-by: Vladimir Plazun <v.plazun@samsung.com>
5 years ago[nnc] Join `import` and `createIR` methods into `importModel` (#5984)
Сергей Баранников/AI Tools Lab /SRR/Engineer/삼성전자 [Mon, 29 Jul 2019 11:35:55 +0000 (14:35 +0300)]
[nnc] Join `import` and `createIR` methods into `importModel` (#5984)

Methods `import` and `createIR` are always used together. Join them to simplify usage.

Signed-off-by: Sergei Barannikov <s.barannikov@samsung.com>
5 years agoFix unmatched result of tconv in NCHW (#5968)
장지섭/On-Device Lab(SR)/Engineer/삼성전자 [Mon, 29 Jul 2019 11:30:43 +0000 (20:30 +0900)]
Fix unmatched result of tconv in NCHW (#5968)

This commit fixes unmatched result of tconv in NCHW
  - Change weights of tconv to OIHW in case of NCHW

Signed-off-by: jiseob.jang <jiseob.jang@samsung.com>
5 years ago[moco-tf] Summary for TFReshape node (#5979)
박천교/On-Device Lab(SR)/Engineer/삼성전자 [Mon, 29 Jul 2019 11:16:12 +0000 (20:16 +0900)]
[moco-tf] Summary for TFReshape node (#5979)

This commit adds summary for TFReshape node

Signed-off-by: Cheongyo Bahk <ch.bahk@samsung.com>
5 years ago[moco-tf] Enable AvgPoolCanonicalizer (#5980)
박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 [Mon, 29 Jul 2019 11:15:43 +0000 (20:15 +0900)]
[moco-tf] Enable AvgPoolCanonicalizer (#5980)

This will add AvgPoolCanonicalizer to Canonicalizer list

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
5 years ago[loco] Introduce const Graph getters (#5974)
박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 [Mon, 29 Jul 2019 11:13:41 +0000 (20:13 +0900)]
[loco] Introduce const Graph getters (#5974)

Now, Graph provides const "nodes", "inputs", "outputs" methods.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
5 years ago[loco] Remove unused input_nodes helper (#5972)
박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 [Mon, 29 Jul 2019 11:13:31 +0000 (20:13 +0900)]
[loco] Remove unused input_nodes helper (#5972)

* [loco] Remove unused input_nodes helper

This commit removes unused input_nodes helper. This helper is currently
unused, but its presence makes it difficult to decouple loco core from
loco canonical.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
* Remove the implementation

5 years ago[loco] Input/Output Index from Push/Pull node (#5961)
박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 [Mon, 29 Jul 2019 11:13:19 +0000 (20:13 +0900)]
[loco] Input/Output Index from Push/Pull node (#5961)

* [loco] Input/Output Index from Push/Pull node

This commit revises Push/Pull node to store associated Graph-level
Input/Output index in it.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
* Fix typos

5 years ago[moco-tf] Introduce TFMaxPool IR (#5975)
박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 [Mon, 29 Jul 2019 06:21:05 +0000 (15:21 +0900)]
[moco-tf] Introduce TFMaxPool IR (#5975)

This will introduce TFMaxPool IR in TensorFlow Dialect for MaxPool node

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
5 years ago[neurun] Always notify ExecutionObserver (#5958)
박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 [Mon, 29 Jul 2019 06:12:12 +0000 (15:12 +0900)]
[neurun] Always notify ExecutionObserver (#5958)

Now, DataflowExecutor notifies the beginning and end of the whole
execution whenever any observer exists (even when profiling mode is
disabled).

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
5 years agoFix format error in moco-tf (#5970)
오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 [Mon, 29 Jul 2019 05:38:30 +0000 (14:38 +0900)]
Fix format error in moco-tf (#5970)

Fix format error in moco-tf's FixShapeTransform.cpp

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
5 years ago[moco/tf] Introduce TFDepthwiseConv2D IR. (#5912)
채성우/On-Device Lab(SR)/Engineer/삼성전자 [Mon, 29 Jul 2019 05:12:18 +0000 (05:12 +0000)]
[moco/tf] Introduce TFDepthwiseConv2D IR. (#5912)

* [moco/tf] Introduce TFDepthwiseConv2D IR.

This commit introduce TFDepthwiseConv2D IR.

Signed-off-by: seongwoo <sw4670.chae@samsung.com>
* apply 'Native' keyword.

5 years agoRemove sinks and sources member in ExecutorBase (#5885)
오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 [Mon, 29 Jul 2019 04:25:16 +0000 (13:25 +0900)]
Remove sinks and sources member in ExecutorBase (#5885)

Remove sinks and sources member in ExecutorBase and source/sink methods return unique pointer
Move unused input checking into execute method
Remove unused parameter for source/sink

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
5 years ago[neurun] Remove unnecessary class and verbose code (#5930)
김용섭/On-Device Lab(SR)/Engineer/삼성전자 [Mon, 29 Jul 2019 01:49:15 +0000 (10:49 +0900)]
[neurun] Remove unnecessary class and verbose code (#5930)

Remove unnecessary class(LinearAclMemoryManager) and verbose code

Signed-off-by: Yongseop Kim <yons.kim@samsung.com>
5 years agoUnified dockerfile (#5925)
오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 [Mon, 29 Jul 2019 01:42:29 +0000 (10:42 +0900)]
Unified dockerfile (#5925)

Merge infra/nncc/Dockerfile, infra/nnfw/docker/Dockerfile, and infra/nnfw/docker/Dockerfile_tizen into infra/docker/Dockerfile
- Base ubuntu version: 16.04
- Use apt-get
- Native/cross gcc/g++ version: 6.x
- Update nncc/nnfw docker build documents
- Move infra/nnfw/command/build-docker command into infra/command and change name to build-docker-image

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
5 years agoFix CRLF new line (#5959)
오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 [Mon, 29 Jul 2019 01:28:51 +0000 (10:28 +0900)]
Fix CRLF new line (#5959)

Fix CRLF new line checking error by 19_NN_Compiler_and_Return_SDD.rst

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
5 years ago[neurun] Rename functions in TemplTensorBuilder (#5943)
이한종/On-Device Lab(SR)/Engineer/삼성전자 [Mon, 29 Jul 2019 01:21:01 +0000 (10:21 +0900)]
[neurun] Rename functions in TemplTensorBuilder (#5943)

Function `start_lifetime` and `end_lifetime` could be misleading sine
they may or may not do. So this commit renames them to `def_handler` and
`use_handler`, respectively.

Signed-off-by: Hanjoung Lee <hanjoung.lee@samsung.com>
5 years agoMock ACL NEON nodes for further implementations (#5942)
Nikita Sizov/AI Tools Lab /SRR/Professional/삼성전자 [Mon, 29 Jul 2019 01:07:40 +0000 (04:07 +0300)]
Mock ACL NEON nodes for further implementations (#5942)

* Add mock functions for ACL NEON nodes

Mock: Squeeze, StridedSlice, Transpose, Div, Exp, ReduceMax and Comparison

Signed-off-by: Sizov Nikita <n.sizov@samsung.com>
* Use unused variables in mocked functions

Signed-off-by: Sizov Nikita <n.sizov@samsung.com>
5 years agoRemove .FORMATDENY files from properly formatted directories (#5945)
Сергей Баранников/AI Tools Lab /SRR/Engineer/삼성전자 [Mon, 29 Jul 2019 01:07:00 +0000 (04:07 +0300)]
Remove .FORMATDENY files from properly formatted directories (#5945)

Remove.FORMATDENY files from mir_{caffe2,caffe,onnx,tflite}_importer directories which have been recently formatted.

Signed-off-by: Sergei Barannikov <s.barannikov@samsung.com>
5 years agoSupport activation operations for acl neon (#5932)
장지섭/On-Device Lab(SR)/Engineer/삼성전자 [Mon, 29 Jul 2019 01:00:31 +0000 (10:00 +0900)]
Support activation operations for acl neon (#5932)

This commit supports activation operations for acl neon.
  - Abs, ReLU*, SQRT

Signed-off-by: jiseob.jang <jiseob.jang@samsung.com>
5 years ago[res/TensorFlowTests] Modify Custom Op user data (#5941)
윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자 [Mon, 29 Jul 2019 00:43:14 +0000 (09:43 +0900)]
[res/TensorFlowTests] Modify Custom Op user data (#5941)

This commit adds `dtype` of custom op, which will be accessed for TypeInference.

Signed-off-by: Hyun Sik Yoon <hyunsik.yoon@samsung.com>
5 years agoDR1 RNN requirements (#5772)
Efimov Alexander/AI Tools Lab/./Samsung Electronics [Mon, 29 Jul 2019 00:26:42 +0000 (09:26 +0900)]
DR1 RNN requirements (#5772)

* DR1 RNN requirements

Add requirements related to RNN networks
remove redundant requirements

Signed-off-by: Efimov Alexander <a.efimov@samsung.com>
5 years agoDr1 development document (#5646)
Efimov Alexander/AI Tools Lab/./Samsung Electronics [Mon, 29 Jul 2019 00:24:50 +0000 (09:24 +0900)]
Dr1 development document (#5646)

* Updated SDD document for DR1

- Added more tasks
- Changed formatiing of task table
- Responsible person is changed

* change development plan, fix responcibilities, remove NNCC repo mentions
* add control flow related item
* remove redundant tizen requirements
* relax control flow requirements
* fix naming of components

Signed-off-by: Efimov Alexander <a.efimov@samsung.com>
5 years ago[moco-tf] remove ModelMetainfo.proto (#5940)
윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자 [Mon, 29 Jul 2019 00:09:56 +0000 (09:09 +0900)]
[moco-tf] remove ModelMetainfo.proto (#5940)

This file, a schema for user input, is now moved into tf2tflite.

Signed-off-by: Hyun Sik Yoon <hyunsik.yoon@samsung.com>
5 years ago[moco-tf] Implement shape inference for TFReshape (#5914)
박천교/On-Device Lab(SR)/Engineer/삼성전자 [Sun, 28 Jul 2019 23:52:34 +0000 (08:52 +0900)]
[moco-tf] Implement shape inference for TFReshape (#5914)

This commit implements shape inference for TFReshape on fix_shape().

Signed-off-by: Cheongyo Bahk <ch.bahk@samsung.com>
5 years ago[loco] Support traversal to Graph from Node (#5910)
박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 [Sun, 28 Jul 2019 23:37:41 +0000 (08:37 +0900)]
[loco] Support traversal to Graph from Node (#5910)

This commit extends Node class to provide "graph" method which returns
a pointer to associated Graph object.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
5 years agoExtract importers out of nnc (#5900)
Сергей Баранников/AI Tools Lab /SRR/Engineer/삼성전자 [Fri, 26 Jul 2019 11:31:51 +0000 (14:31 +0300)]
Extract importers out of nnc (#5900)

Move sources of Caffe, Caffe2, TensorFlow Lite, ONNX importers from `nnc` to top-level `compiler` directory.

Signed-off-by: Sergei Barannikov <s.barannikov@samsung.com>
5 years ago[mir2loco] Support Pooling operations (#5846)
Павел Ильютченко/AI Tools Lab /SRR/Engineer/삼성전자 [Fri, 26 Jul 2019 11:25:42 +0000 (14:25 +0300)]
[mir2loco] Support Pooling operations (#5846)

* Support Pooling operation and tests for 2 ops

Signed-off-by: Pavel Iliutchenko <p.iliutchenk@samsung.com>
5 years ago[nnc] Cleanup after separating importers (#5902)
Сергей Баранников/AI Tools Lab /SRR/Engineer/삼성전자 [Fri, 26 Jul 2019 10:55:34 +0000 (13:55 +0300)]
[nnc] Cleanup after separating importers (#5902)

Importers have been extracted into independent components. This is a follow-up cleanup.

Signed-off-by: Sergei Barannikov <s.barannikov@samsung.com>
5 years agoReformat mir importers (#5904)
Сергей Баранников/AI Tools Lab /SRR/Engineer/삼성전자 [Fri, 26 Jul 2019 10:54:01 +0000 (13:54 +0300)]
Reformat mir importers (#5904)

Reformat code according to coding style.

Signed-off-by: Sergei Barannikov <s.barannikov@samsung.com>
5 years ago[neurun] Fix load_model_from_file (#5928)
이상규/On-Device Lab(SR)/Principal Engineer/삼성전자 [Fri, 26 Jul 2019 09:57:14 +0000 (18:57 +0900)]
[neurun] Fix load_model_from_file (#5928)

load_load_from_file should load model from {nnpackage path + model path}.

Signed-off-by: Sanggyu Lee <sg5.lee@samsung.com>
5 years ago[neurun] Remove unnecessary methods of ITensorBuilder (#5923)
김용섭/On-Device Lab(SR)/Engineer/삼성전자 [Fri, 26 Jul 2019 07:32:40 +0000 (16:32 +0900)]
[neurun] Remove unnecessary methods of ITensorBuilder (#5923)

Remove unnecessary methods of ITensorBuilder, cpu/TensorBuilder and
TemplTensorBuilder

Signed-off-by: Yongseop Kim <yons.kim@samsung.com>
5 years ago[neurun] Introduce OperationIndexMap as Operand has (#5918)
Дилшоджон Умронхонович Пошшоев/AI Tools Lab /SRR/Engineer/삼성전자 [Fri, 26 Jul 2019 06:30:44 +0000 (15:30 +0900)]
[neurun] Introduce OperationIndexMap as Operand has (#5918)

There are a lot of use `std::unordered_map<model::OperationIndex, T>`
So, introducing map alias like Operand has is logical

Signed-off-by: Dilshodzhon Poshshoev <d.poshshoev@samsung.com>
5 years ago[neurun] Generalize ExecutionObserver interface design (#5867)
박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 [Fri, 26 Jul 2019 05:36:37 +0000 (14:36 +0900)]
[neurun] Generalize ExecutionObserver interface design (#5867)

The current design declares "uploadExecTime" which is a bit specific to
dedicated observer implementation.

This commit revises ExecutionObserver to hook on the whole model execution,
and ProfileObserver to invoke "uploadExecTime" when model execution
ends.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
5 years ago[moco-tf] Apply plier-tf to AvgPoolCanonicalizer (#5921)
박천교/On-Device Lab(SR)/Engineer/삼성전자 [Fri, 26 Jul 2019 05:30:04 +0000 (14:30 +0900)]
[moco-tf] Apply plier-tf to AvgPoolCanonicalizer (#5921)

This commit applies plier-tf to AvgPoolCanonicalizer.

Signed-off-by: Cheongyo Bahk <ch.bahk@samsung.com>
5 years ago[moco-tf] Applying plier-tf (#5891)
윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자 [Fri, 26 Jul 2019 05:00:11 +0000 (14:00 +0900)]
[moco-tf] Applying plier-tf (#5891)

This commit applies `plier-tf` into `moco-tf`.

Signed-off-by: Hyun Sik Yoon <hyunsik.yoon@samsung.com>
5 years agoRemove exceptional case in python style check (#5917)
오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 [Fri, 26 Jul 2019 04:19:56 +0000 (13:19 +0900)]
Remove exceptional case in python style check (#5917)

Remove skip compiler directory check on python style check

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
5 years ago[neurun] Enable handling subtensors for notify{First|Last}Uses (#5915)
김용섭/On-Device Lab(SR)/Engineer/삼성전자 [Fri, 26 Jul 2019 04:18:21 +0000 (13:18 +0900)]
[neurun] Enable handling subtensors for notify{First|Last}Uses (#5915)

Enable handling subtensors for notify{First|Last}Uses by preVisit and
postVisit.

Signed-off-by: Yongseop Kim <yons.kim@samsung.com>
5 years agoFormat check for diff file with master (#5916)
오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 [Fri, 26 Jul 2019 03:46:34 +0000 (12:46 +0900)]
Format check for diff file with master (#5916)

This commit allow user to check format diff files with master via CHECK_DIFF_ONLY environment variable
Use this feature on pre-push githook

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
5 years ago[neurun] Selective HI_PERF_CPU backend build (#5913)
박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 [Fri, 26 Jul 2019 03:00:17 +0000 (12:00 +0900)]
[neurun] Selective HI_PERF_CPU backend build (#5913)

This commit allows users to diable HI_PERF_CPU backend build via
BUILD_NEURUN_HI_PERF_CPU_BACKEND option.

Please note that this commit does not change the default behavior.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
5 years ago[neurun] Apply acl internal buffer manager into KernelGenerator (#5908)
김용섭/On-Device Lab(SR)/Engineer/삼성전자 [Fri, 26 Jul 2019 02:45:07 +0000 (11:45 +0900)]
[neurun] Apply acl internal buffer manager into KernelGenerator (#5908)

Apply acl internal buffer manager into KernelGenerator on cl/neon

Signed-off-by: Yongseop Kim <yons.kim@samsung.com>
5 years ago[neurun] Append acl_memory_manager method into TemplTensorBuilder (#5887)
김용섭/On-Device Lab(SR)/Engineer/삼성전자 [Fri, 26 Jul 2019 00:08:03 +0000 (09:08 +0900)]
[neurun] Append acl_memory_manager method into TemplTensorBuilder (#5887)

Append acl_memory_manager method into TemplTensorBuilder to be used for
MemoryManager's internal buffer manager

Signed-off-by: Yongseop Kim <yons.kim@samsung.com>
5 years ago[neurun] Revise planTensors of Linear (#5882)
김용섭/On-Device Lab(SR)/Engineer/삼성전자 [Fri, 26 Jul 2019 00:07:53 +0000 (09:07 +0900)]
[neurun] Revise planTensors of Linear (#5882)

Revise planTensors of Linear on neurun

Signed-off-by: Yongseop Kim <yons.kim@samsung.com>
5 years ago[mocotest-tf] Add TF_SMALL_NET_0005 test (#5888)
남궁석/On-Device Lab(SR)/Engineer/삼성전자 [Thu, 25 Jul 2019 23:38:44 +0000 (08:38 +0900)]
[mocotest-tf] Add TF_SMALL_NET_0005 test (#5888)

This test is consisted of `Reshape` and `Shape` operation.

Signed-off-by: Seok NamKoong <sk.namkoong@samsung.com>
5 years ago[loco] Fix canonical node list (#5893)
박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 [Thu, 25 Jul 2019 23:29:57 +0000 (08:29 +0900)]
[loco] Fix canonical node list (#5893)

This will fix canonical node list to match alphabetical order of foward

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