summaryrefslogtreecommitdiff
path: root/runtimes/tests/neural_networks_test/generated/examples/depthwise_conv2d_float_weights_as_inputs.example.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'runtimes/tests/neural_networks_test/generated/examples/depthwise_conv2d_float_weights_as_inputs.example.cpp')
-rw-r--r--runtimes/tests/neural_networks_test/generated/examples/depthwise_conv2d_float_weights_as_inputs.example.cpp22
1 files changed, 22 insertions, 0 deletions
diff --git a/runtimes/tests/neural_networks_test/generated/examples/depthwise_conv2d_float_weights_as_inputs.example.cpp b/runtimes/tests/neural_networks_test/generated/examples/depthwise_conv2d_float_weights_as_inputs.example.cpp
new file mode 100644
index 000000000..6731073fa
--- /dev/null
+++ b/runtimes/tests/neural_networks_test/generated/examples/depthwise_conv2d_float_weights_as_inputs.example.cpp
@@ -0,0 +1,22 @@
+// Generated file (from: depthwise_conv2d_float_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, {10, 21, 10, 22, 10, 23, 10, 24, 10, 25, 10, 26, 10, 27, 10, 28, 10, 29}}, {1, {0.25f, 0, 0.2f, 0, 0.25f, 0, 0, 0.3f, 0.25f, 0, 0, 0, 0.25f, 0.1f, 0, 0}}, {2, {1, 2, 3, 4}}},
+ // int -> INT32 map
+ {},
+ // int -> QUANT8_ASYMM map
+ {}
+},
+//Output(s)
+{ // See tools/test_generator/include/TestHarness.h:MixedTyped
+ // int -> FLOAT32 map
+ {{0, {11, 3, 7.2f, 10.6f, 11, 3, 7.4f, 10.9f, 11, 3, 7.8f, 11.5f, 11, 3, 8.0f, 11.8f}}},
+ // int -> INT32 map
+ {},
+ // int -> QUANT8_ASYMM map
+ {}
+}
+}, // End of an example