From f42c430ce7d8c7c3fa412ba48c5e602def6f639c Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Tue, 14 Feb 2023 11:47:19 +0000 Subject: Create MI tests for Tensor: FFT2D & RFFT2D Signed-off-by: Jeremy Johnson Change-Id: Ieca8d91a9294f5cb23feb1fcf155349e08d45bf0 --- .../input-0.json | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 operators/tensor/rfft2d/rfft2d_ERRORIF_BatchMismatch_1x4x2_f32/input-0.json (limited to 'operators/tensor/rfft2d/rfft2d_ERRORIF_BatchMismatch_1x4x2_f32/input-0.json') diff --git a/operators/tensor/rfft2d/rfft2d_ERRORIF_BatchMismatch_1x4x2_f32/input-0.json b/operators/tensor/rfft2d/rfft2d_ERRORIF_BatchMismatch_1x4x2_f32/input-0.json new file mode 100644 index 000000000..86a4a6f6c --- /dev/null +++ b/operators/tensor/rfft2d/rfft2d_ERRORIF_BatchMismatch_1x4x2_f32/input-0.json @@ -0,0 +1,23 @@ +{ + "type": "float32", + "data": [ + [ + [ + 0.31384676694869995, + 0.272804319858551 + ], + [ + 0.13089032471179962, + 0.4388217031955719 + ], + [ + 0.30296462774276733, + 0.3692728281021118 + ], + [ + 0.2359972596168518, + 0.763155460357666 + ] + ] + ] +} \ No newline at end of file -- cgit v1.2.1