[layer/test] Add unittests for conv1d
authorParichay Kapoor <pk.kapoor@samsung.com>
Mon, 18 Oct 2021 08:32:46 +0000 (17:32 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Tue, 19 Oct 2021 11:35:08 +0000 (20:35 +0900)
commit0cbb8c1dabcf8dd13ba43523feaaeb46bb4cc541
treec1bea7255657b33877f38f4f72df5f5eeea64db2
parent29ef03e5a8bdc6dae2ce0b6562d2a4c262011b25
[layer/test] Add unittests for conv1d

This patch adds layers golden tests for conv1d.
conv1d is also added to the list of transpose layers while saving data
from tensorflow.

Signed-off-by: Parichay Kapoor <pk.kapoor@samsung.com>
packaging/unittest_layers_v2.tar.gz
test/input_gen/genLayerTests.py
test/input_gen/transLayer.py
test/unittest/layers/layers_golden_tests.cpp
test/unittest/layers/meson.build
test/unittest/layers/unittest_layers_convolution1d.cpp [new file with mode: 0644]
test/unittest/layers/unittest_layers_convolution2d.cpp