Introduce testcases for reduce mean (#2302)
author최성진/동작제어Lab(SR)/Principal Engineer/삼성전자 <lotieye.choi@samsung.com>
Thu, 16 Aug 2018 07:46:02 +0000 (16:46 +0900)
committer오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Thu, 16 Aug 2018 07:46:02 +0000 (16:46 +0900)
commit7ef8ba73a0e2e32f7bb0f3408f77e38f6868f4c9
treeff1e199096ec54c99041dbf2a88f2e314f7306c6
parent0a6196b65c1c441f0e92ee0e6c404364eaf9b6cc
Introduce testcases for reduce mean (#2302)

* Introduce testcases for reduce mean

This commit introduces testcases for reduce_mean operation.
-4D input
-axises (width-height)
-keep dims

These are test cases for RS7-RuntimeNTools/ComputeLibrary#34

related issue:#2003

Signed-off-by: SungJin Choi lotieye.choi@samsung.com
* Modify mean_axis01_2 test case

This commit modifies mean_axis01_2 test case.

Signed-off-by: SungJin Choi <lotieye.choi@samsung.com>
runtimes/tests/neural_networks_test/generated/all_generated_tests.cpp
runtimes/tests/neural_networks_test/generated/examples/mean_axis01_1_nnfw.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/mean_axis01_2_nnfw.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/mean_axis01_1_nnfw.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/mean_axis01_2_nnfw.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_1/mean_axis01_1_nnfw.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_1/mean_axis01_2_nnfw.mod.py [new file with mode: 0644]