[Application] Add Simple Layer Tensorflow Examples
authorDongHak Park <donghak.park@samsung.com>
Wed, 1 Feb 2023 07:53:04 +0000 (16:53 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Wed, 8 Feb 2023 05:15:13 +0000 (14:15 +0900)
commit8243f263fbbdd2fa29b6e1b5171b097f3a596e22
tree702b35ec32b77032b108edfede0aa607e18e58e6
parenta849d38e101eb9a50606d6b0e4079f3317cb64fc
[Application] Add Simple Layer Tensorflow Examples

Add Simple Tensorflow Examples with Dummy Data
- Linear
- Conv
- LSTM
- Model_A_Linear
- Model_A_Conv
- Model_C_Linear
- Model_C_Conv

It has same Layer with NNtrainer example that has same name

Signed-off-by: DongHak Park <donghak.park@samsung.com>
Applications/Layers/Tensorflow/Conv.py [new file with mode: 0644]
Applications/Layers/Tensorflow/LSTM.py [new file with mode: 0644]
Applications/Layers/Tensorflow/Linear.py [new file with mode: 0644]
Applications/Layers/Tensorflow/Model_A_Conv.py [new file with mode: 0644]
Applications/Layers/Tensorflow/Model_A_Linear.py [new file with mode: 0644]
Applications/Layers/Tensorflow/Model_C_Conv.py [new file with mode: 0644]
Applications/Layers/Tensorflow/Model_C_Linear.py [new file with mode: 0644]