aboutsummaryrefslogtreecommitdiff
path: root/examples/test_add_1x4x4x4_f32/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/test_add_1x4x4x4_f32/test.json')
-rw-r--r--examples/test_add_1x4x4x4_f32/test.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/examples/test_add_1x4x4x4_f32/test.json b/examples/test_add_1x4x4x4_f32/test.json
new file mode 100644
index 0000000..cd993ef
--- /dev/null
+++ b/examples/test_add_1x4x4x4_f32/test.json
@@ -0,0 +1,27 @@
+{
+ "pb": "test_tf.pb",
+ "ofm_file": "ref_ofm.npy",
+ "ofm_placeholder": "result",
+ "ifm_file": [
+ "placeholder_0.npy",
+ "placeholder_1.npy"
+ ],
+ "ifm_placeholder": [
+ "placeholder_0:0",
+ "placeholder_1:0"
+ ],
+ "ifm_shape": [
+ [
+ 1,
+ 4,
+ 4,
+ 1
+ ],
+ [
+ 1,
+ 4,
+ 4,
+ 4
+ ]
+ ]
+} \ No newline at end of file