From 92ccc0a3f268836538098b1c204ded4b9905b728 Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Wed, 26 Apr 2023 15:52:33 +0100 Subject: Updating TENSOR tests for 8k level support Signed-off-by: Jeremy Johnson Change-Id: I4105e3c62b7d46e5c35d5f99f1903dfaa625bdec --- .../input-0.json | 43 ++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 operators/tensor/depthwise_conv2d_1x8192/depthwise_conv2d_1x8192_1x2x4x2_i8xi8_acci32_st8192x8192_pad8190x1x8188x8192_dilat8192x1/input-0.json (limited to 'operators/tensor/depthwise_conv2d_1x8192/depthwise_conv2d_1x8192_1x2x4x2_i8xi8_acci32_st8192x8192_pad8190x1x8188x8192_dilat8192x1/input-0.json') diff --git a/operators/tensor/depthwise_conv2d_1x8192/depthwise_conv2d_1x8192_1x2x4x2_i8xi8_acci32_st8192x8192_pad8190x1x8188x8192_dilat8192x1/input-0.json b/operators/tensor/depthwise_conv2d_1x8192/depthwise_conv2d_1x8192_1x2x4x2_i8xi8_acci32_st8192x8192_pad8190x1x8188x8192_dilat8192x1/input-0.json new file mode 100644 index 000000000..12328752d --- /dev/null +++ b/operators/tensor/depthwise_conv2d_1x8192/depthwise_conv2d_1x8192_1x2x4x2_i8xi8_acci32_st8192x8192_pad8190x1x8188x8192_dilat8192x1/input-0.json @@ -0,0 +1,43 @@ +{ + "type": "int32", + "data": [ + [ + [ + [ + 88, + 67 + ], + [ + 8, + -118 + ], + [ + -9, + 30 + ], + [ + 91, + 2 + ] + ], + [ + [ + -10, + -31 + ], + [ + -22, + -124 + ], + [ + -102, + 65 + ], + [ + -36, + 89 + ] + ] + ] + ] +} \ No newline at end of file -- cgit v1.2.1