Renaming of gtests to provide the datatype info they are testing (#4035)
authorShubham Gupta/SNAP /SRI-Bangalore/Engineer/삼성전자 <shub98.gupta@samsung.com>
Fri, 14 Dec 2018 02:10:25 +0000 (07:40 +0530)
committer이춘석/동작제어Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>
Fri, 14 Dec 2018 02:10:25 +0000 (11:10 +0900)
commit39db1b2c4ee882683e7d5b7e20dd562c71a04713
tree45fdda6a60a9af12a0dd2a75e665ce7006cc669c
parente5397abe298173608414dbdbd9fa9eec532fb6db
Renaming of gtests to provide the datatype info they are testing (#4035)

Since many of the gtests have datatype in their name which they are
testing. Moreover, having datatype in the names will give more clear
distinction in gtests, this patch renames the gtest files to do the
same.

Signed-off-by: shubham <shub98.gupta@samsung.com>
runtimes/tests/neural_networks_test/specs/Ex/argmax_ex_float_1.mod.py [moved from runtimes/tests/neural_networks_test/specs/Ex/argmax_ex.mod.py with 100% similarity]
runtimes/tests/neural_networks_test/specs/Ex/argmax_ex_float_2.mod.py [moved from runtimes/tests/neural_networks_test/specs/Ex/argmax_ex_2.mod.py with 100% similarity]
runtimes/tests/neural_networks_test/specs/Ex/argmax_ex_neg_axis_float.mod.py [moved from runtimes/tests/neural_networks_test/specs/Ex/argmax_ex_neg_axis.mod.py with 100% similarity]
runtimes/tests/neural_networks_test/specs/Ex/prelu_ex_float_1.mod.py [moved from runtimes/tests/neural_networks_test/specs/Ex/prelu_ex_float2.mod.py with 100% similarity]
runtimes/tests/neural_networks_test/specs/Ex/prelu_ex_float_2.mod.py [moved from runtimes/tests/neural_networks_test/specs/Ex/prelu_ex_float1.mod.py with 100% similarity]
runtimes/tests/neural_networks_test/specs/Ex/reduce_min_ex_float.mod.py [moved from runtimes/tests/neural_networks_test/specs/Ex/reduce_min_ex.mod.py with 100% similarity]
runtimes/tests/neural_networks_test/specs/Ex/squared_difference_ex_broadcast_float.mod.py [moved from runtimes/tests/neural_networks_test/specs/Ex/squared_difference_ex_broadcast.mod.py with 100% similarity]
runtimes/tests/neural_networks_test/specs/Ex/tensorflowmax_ex_float.mod.py [moved from runtimes/tests/neural_networks_test/specs/Ex/tensorflowmax_ex.mod.py with 100% similarity]