From e5e2676409a936431f87d31fb74d825257b20804 Mon Sep 17 00:00:00 2001 From: Eric Kunze Date: Tue, 13 Oct 2020 16:11:07 -0700 Subject: Initial checkin of TOSA reference_model and tests Change-Id: I2f8e7fa63e2ae40203e57d2cc8814bde3b312cb6 Signed-off-by: Eric Kunze --- .../test.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 examples/test_conv2d_1x1_1x32x32x8_f32_st11_padSAME_dilat11/test.json (limited to 'examples/test_conv2d_1x1_1x32x32x8_f32_st11_padSAME_dilat11/test.json') diff --git a/examples/test_conv2d_1x1_1x32x32x8_f32_st11_padSAME_dilat11/test.json b/examples/test_conv2d_1x1_1x32x32x8_f32_st11_padSAME_dilat11/test.json new file mode 100644 index 0000000..5962306 --- /dev/null +++ b/examples/test_conv2d_1x1_1x32x32x8_f32_st11_padSAME_dilat11/test.json @@ -0,0 +1,19 @@ +{ + "pb": "test_tf.pb", + "ofm_file": "ref_ofm.npy", + "ofm_placeholder": "result", + "ifm_file": [ + "placeholder_0.npy" + ], + "ifm_placeholder": [ + "placeholder_0:0" + ], + "ifm_shape": [ + [ + 1, + 32, + 32, + 8 + ] + ] +} \ No newline at end of file -- cgit v1.2.1