Fixed the test cases for CUSTOM pack operations (#3640)
authorVishal Keshav/SNAP /SRI-Bangalore/Engineer/삼성전자 <vishal.k1@samsung.com>
Fri, 23 Nov 2018 02:38:54 +0000 (08:08 +0530)
committer오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Fri, 23 Nov 2018 02:38:54 +0000 (11:38 +0900)
commit226b1f82696f2c4970e4b27313bd71e7066a8f07
tree370ca129bf5268de879fc44c17c00b336ff7f902
parent0a6466beb542dbf749ffb719315c32e67f72bec1
Fixed the test cases for CUSTOM pack operations (#3640)

Input tensors are treated as buffer, and packing
will be done with strides determined by axis.

Signed-off-by: Vishal Keshav <vishal.k1@samsung.com>
runtimes/tests/neural_networks_test/generated/examples/pack_ex_3D_float.example.cpp
runtimes/tests/neural_networks_test/generated/examples/pack_ex_3D_float2.example.cpp
runtimes/tests/neural_networks_test/generated/models/pack_ex_3D_float.model.cpp
runtimes/tests/neural_networks_test/generated/models/pack_ex_3D_float2.model.cpp
runtimes/tests/neural_networks_test/specs/Ex/pack_ex_3D_float.mod.py
runtimes/tests/neural_networks_test/specs/Ex/pack_ex_3D_float2.mod.py