Add Pad gtests to test padding across any dimention (#3308)
authorShubham Gupta/System SW /SRI-Bangalore/Engineer/삼성전자 <shub98.gupta@samsung.com>
Wed, 14 Nov 2018 23:36:14 +0000 (05:06 +0530)
committer박세희/동작제어Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Wed, 14 Nov 2018 23:36:13 +0000 (08:36 +0900)
commitf47f5715aae79d68ee1dca88fd51049965f3df60
treedef72bd011a51ec275cabff3bf16e31fc2925d9a
parentf01dc2338115706374a16d8f620fecafb782b6cb
Add Pad gtests to test padding across any dimention (#3308)

This patch will add gtests to test padding across any dimension.
This will verify padding op is working when in addition to spatial padding,
Padding is done across batch or depth too.

Signed-off-by: shubham <shub98.gupta@samsung.com>
runtimes/tests/neural_networks_test/generated/all_generated_tests.cpp
runtimes/tests/neural_networks_test/generated/examples/pad_BHWC_nnfw.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/pad_BHW_nnfw.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/pad_HWD_nnfw.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/pad_BHWC_nnfw.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/pad_BHW_nnfw.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/pad_HWD_nnfw.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_1/pad_BHWC_nnfw.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_1/pad_BHW_nnfw.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_1/pad_HWD_nnfw.mod.py [new file with mode: 0644]