summaryrefslogtreecommitdiff
path: root/runtimes/tests/neural_networks_test/generated/examples/gather_2D_float.example.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'runtimes/tests/neural_networks_test/generated/examples/gather_2D_float.example.cpp')
-rw-r--r--runtimes/tests/neural_networks_test/generated/examples/gather_2D_float.example.cpp22
1 files changed, 22 insertions, 0 deletions
diff --git a/runtimes/tests/neural_networks_test/generated/examples/gather_2D_float.example.cpp b/runtimes/tests/neural_networks_test/generated/examples/gather_2D_float.example.cpp
new file mode 100644
index 000000000..0bf46fd4d
--- /dev/null
+++ b/runtimes/tests/neural_networks_test/generated/examples/gather_2D_float.example.cpp
@@ -0,0 +1,22 @@
+// Generated file (from: gather_2D_float.mod.py). Do not edit
+// Begin of an example
+{
+//Input(s)
+{ // See tools/test_generator/include/TestHarness.h:MixedTyped
+ // int -> FLOAT32 map
+ {{0, {3.123456789123457f, 4.123456789123456f, 5.123456789123456f, 6.123456789123456f, 7.123456789123456f, 8.123456789123457f, 9.123456789123457f, 1.1234567891234568f, 2.123456789123457f, 18.123456789123455f, 19.123456789123455f, 11.123456789123457f}}},
+ // int -> INT32 map
+ {{1, {2, 0}}},
+ // int -> QUANT8_ASYMM map
+ {}
+},
+//Output(s)
+{ // See tools/test_generator/include/TestHarness.h:MixedTyped
+ // int -> FLOAT32 map
+ {{0, {2.123456789123457f, 18.123456789123455f, 19.123456789123455f, 11.123456789123457f, 3.123456789123457f, 4.123456789123456f, 5.123456789123456f, 6.123456789123456f}}},
+ // int -> INT32 map
+ {},
+ // int -> QUANT8_ASYMM map
+ {}
+}
+}, // End of an example