summaryrefslogtreecommitdiff
path: root/runtimes/tests/neural_networks_test/generated/examples/conv_float_large_weights_as_inputs.example.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'runtimes/tests/neural_networks_test/generated/examples/conv_float_large_weights_as_inputs.example.cpp')
-rw-r--r--runtimes/tests/neural_networks_test/generated/examples/conv_float_large_weights_as_inputs.example.cpp22
1 files changed, 22 insertions, 0 deletions
diff --git a/runtimes/tests/neural_networks_test/generated/examples/conv_float_large_weights_as_inputs.example.cpp b/runtimes/tests/neural_networks_test/generated/examples/conv_float_large_weights_as_inputs.example.cpp
new file mode 100644
index 000000000..94441a311
--- /dev/null
+++ b/runtimes/tests/neural_networks_test/generated/examples/conv_float_large_weights_as_inputs.example.cpp
@@ -0,0 +1,22 @@
+// Generated file (from: conv_float_large_weights_as_inputs.mod.py). Do not edit
+// Begin of an example
+{
+//Input(s)
+{ // See tools/test_generator/include/TestHarness.h:MixedTyped
+ // int -> FLOAT32 map
+ {{0, {1.0f, 2.0f, 3.0f, 4.0f, 5.0f, 6.0f, 7.0f, 8.0f, 9.0f, 10.0f, 11.0f, 12.0f, 13.0f, 14.0f, 15.0f, 16.0f, 17.0f, 18.0f}}, {1, {1.0f, 4.0f, 7.0f, 2.0f, 5.0f, 8.0f, 3.0f, 6.0f, 9.0f}}, {2, {0.0f, 0.0f, 0.0f}}},
+ // int -> INT32 map
+ {},
+ // int -> QUANT8_ASYMM map
+ {}
+},
+//Output(s)
+{ // See tools/test_generator/include/TestHarness.h:MixedTyped
+ // int -> FLOAT32 map
+ {{0, {30.0f, 36.0f, 42.0f, 66.0f, 81.0f, 96.0f, 102.0f, 126.0f, 150.0f, 138.0f, 171.0f, 204.0f, 174.0f, 216.0f, 258.0f, 210.0f, 261.0f, 312.0f}}},
+ // int -> INT32 map
+ {},
+ // int -> QUANT8_ASYMM map
+ {}
+}
+}, // End of an example