[Example] Concat example
authorJihoon Lee <jhoon.it.lee@samsung.com>
Thu, 27 May 2021 07:44:40 +0000 (16:44 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Tue, 1 Jun 2021 07:46:05 +0000 (16:46 +0900)
commit919cff2c53c52503e14303e6726027e0d4ec606b
tree8b5dfe32bd14f70327488cbd5af17954026eef8a
parentdbd1abc512495490a92da4d46d1a57d90f03ffab
[Example] Concat example

This patch adds concat example with embedding

The structure is

      (input)
     /       \
  (embed1)   (embed2)
    \         /
      (concat)
         |
      (flatten)
         |
        (fc)

**Self evaluation:**
1. Build test: [X]Passed [ ]Failed [ ]Skipped
2. Run test: [X]Passed [ ]Failed [ ]Skipped

Signed-off-by: Jihoon Lee <jhoon.it.lee@samsung.com>
Applications/Embedding/README.md [new file with mode: 0644]
Applications/Embedding/jni/main.cpp
Applications/Embedding/jni/meson.build
Applications/Embedding/res/Embedding.ini
Applications/Embedding/res/Embedding_split.ini [new file with mode: 0644]