From 1a93a54b3e0498fd5d57182098b953dca2e3b992 Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Mon, 30 Jan 2023 11:48:56 +0000 Subject: Create MI tests for Tensor: CONV2D Signed-off-by: Jeremy Johnson Change-Id: I383bcfcca6de3c6940d58721579f0fcc1d510774 --- .../input-0.json | 51 ++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 operators/tensor/conv2d_1x1/conv2d_1x1_ERRORIF_WrongOutputList_1x2x5x2_bf16xbf16_accf32_st11_pad0000_dilat11/input-0.json (limited to 'operators/tensor/conv2d_1x1/conv2d_1x1_ERRORIF_WrongOutputList_1x2x5x2_bf16xbf16_accf32_st11_pad0000_dilat11/input-0.json') diff --git a/operators/tensor/conv2d_1x1/conv2d_1x1_ERRORIF_WrongOutputList_1x2x5x2_bf16xbf16_accf32_st11_pad0000_dilat11/input-0.json b/operators/tensor/conv2d_1x1/conv2d_1x1_ERRORIF_WrongOutputList_1x2x5x2_bf16xbf16_accf32_st11_pad0000_dilat11/input-0.json new file mode 100644 index 000000000..a63ee1104 --- /dev/null +++ b/operators/tensor/conv2d_1x1/conv2d_1x1_ERRORIF_WrongOutputList_1x2x5x2_bf16xbf16_accf32_st11_pad0000_dilat11/input-0.json @@ -0,0 +1,51 @@ +{ + "type": "float32", + "data": [ + [ + [ + [ + 0.92578125, + 0.95703125 + ], + [ + 0.126953125, + 0.34765625 + ], + [ + 0.6953125, + 0.220703125 + ], + [ + 0.32421875, + 0.023193359375 + ], + [ + 0.1533203125, + 0.55859375 + ] + ], + [ + [ + 0.65234375, + 0.6484375 + ], + [ + 0.77734375, + 0.4140625 + ], + [ + 0.2734375, + 0.01556396484375 + ], + [ + 0.2060546875, + 0.310546875 + ], + [ + 0.177734375, + 0.0201416015625 + ] + ] + ] + ] +} \ No newline at end of file -- cgit v1.2.1