From: Shubham Gupta/SNAP /SRI-Bangalore/Engineer/삼성전자 Date: Fri, 14 Dec 2018 02:10:25 +0000 (+0530) Subject: Renaming of gtests to provide the datatype info they are testing (#4035) X-Git-Tag: 0.3~82 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=39db1b2c4ee882683e7d5b7e20dd562c71a04713;p=platform%2Fcore%2Fml%2Fnnfw.git 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 --- diff --git a/runtimes/tests/neural_networks_test/specs/Ex/argmax_ex.mod.py b/runtimes/tests/neural_networks_test/specs/Ex/argmax_ex_float_1.mod.py similarity index 100% rename from runtimes/tests/neural_networks_test/specs/Ex/argmax_ex.mod.py rename to runtimes/tests/neural_networks_test/specs/Ex/argmax_ex_float_1.mod.py diff --git a/runtimes/tests/neural_networks_test/specs/Ex/argmax_ex_2.mod.py b/runtimes/tests/neural_networks_test/specs/Ex/argmax_ex_float_2.mod.py similarity index 100% rename from runtimes/tests/neural_networks_test/specs/Ex/argmax_ex_2.mod.py rename to runtimes/tests/neural_networks_test/specs/Ex/argmax_ex_float_2.mod.py diff --git a/runtimes/tests/neural_networks_test/specs/Ex/argmax_ex_neg_axis.mod.py b/runtimes/tests/neural_networks_test/specs/Ex/argmax_ex_neg_axis_float.mod.py similarity index 100% rename from runtimes/tests/neural_networks_test/specs/Ex/argmax_ex_neg_axis.mod.py rename to runtimes/tests/neural_networks_test/specs/Ex/argmax_ex_neg_axis_float.mod.py diff --git a/runtimes/tests/neural_networks_test/specs/Ex/prelu_ex_float2.mod.py b/runtimes/tests/neural_networks_test/specs/Ex/prelu_ex_float_1.mod.py similarity index 100% rename from runtimes/tests/neural_networks_test/specs/Ex/prelu_ex_float2.mod.py rename to runtimes/tests/neural_networks_test/specs/Ex/prelu_ex_float_1.mod.py diff --git a/runtimes/tests/neural_networks_test/specs/Ex/prelu_ex_float1.mod.py b/runtimes/tests/neural_networks_test/specs/Ex/prelu_ex_float_2.mod.py similarity index 100% rename from runtimes/tests/neural_networks_test/specs/Ex/prelu_ex_float1.mod.py rename to runtimes/tests/neural_networks_test/specs/Ex/prelu_ex_float_2.mod.py diff --git a/runtimes/tests/neural_networks_test/specs/Ex/reduce_min_ex.mod.py b/runtimes/tests/neural_networks_test/specs/Ex/reduce_min_ex_float.mod.py similarity index 100% rename from runtimes/tests/neural_networks_test/specs/Ex/reduce_min_ex.mod.py rename to runtimes/tests/neural_networks_test/specs/Ex/reduce_min_ex_float.mod.py diff --git a/runtimes/tests/neural_networks_test/specs/Ex/squared_difference_ex_broadcast.mod.py b/runtimes/tests/neural_networks_test/specs/Ex/squared_difference_ex_broadcast_float.mod.py similarity index 100% rename from runtimes/tests/neural_networks_test/specs/Ex/squared_difference_ex_broadcast.mod.py rename to runtimes/tests/neural_networks_test/specs/Ex/squared_difference_ex_broadcast_float.mod.py diff --git a/runtimes/tests/neural_networks_test/specs/Ex/tensorflowmax_ex.mod.py b/runtimes/tests/neural_networks_test/specs/Ex/tensorflowmax_ex_float.mod.py similarity index 100% rename from runtimes/tests/neural_networks_test/specs/Ex/tensorflowmax_ex.mod.py rename to runtimes/tests/neural_networks_test/specs/Ex/tensorflowmax_ex_float.mod.py