[Generated Test] addining test for Fully_Connected (#2370)
author윤현식/동작제어Lab(SR)/Principal Engineer/삼성전자 <hyunsik.yoon@samsung.com>
Tue, 21 Aug 2018 01:31:54 +0000 (10:31 +0900)
committer이춘석/동작제어Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>
Tue, 21 Aug 2018 01:31:54 +0000 (10:31 +0900)
commita0664f718b044de6781d15d29429934376e63222
tree5d75b590ac7156618ee2ef76d5c6bc46973c075f
parent3d20960f8a1ec42de35d0836334e90327e4b5981
[Generated Test] addining test for Fully_Connected (#2370)

Currently all of generated tests for FC(Fully_Connected) fail.
This commit adds a test case for FC, which uses same data with nnapi_quickcheck_fully_connected_1.

The purpose of adding this test is to check whether any modification against current FC code works correctly.

(More specifically, to see if NEON FC code works for #2334)

Signed-off-by: Hyun Sik Yoon <hyunsik.yoon@samsung.com>
runtimes/tests/neural_networks_test/generated/all_generated_tests.cpp
runtimes/tests/neural_networks_test/generated/examples/fully_connected_float_1_nnfw.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/fully_connected_float_1_nnfw.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/fully_connected_float_1_nnfw.mod.py [new file with mode: 0644]