aboutsummaryrefslogtreecommitdiff
path: root/operators/tensor/fft2d/fft2d_ERRORIF_WrongRank_1x4x8x3x12_f32_inverseFalse/test.json
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2023-02-14 11:47:19 +0000
committerEric Kunze <eric.kunze@arm.com>2023-02-22 16:35:47 +0000
commitf42c430ce7d8c7c3fa412ba48c5e602def6f639c (patch)
treef0448e37bab058f5b969b95c8dd310cdc7b2dc0e /operators/tensor/fft2d/fft2d_ERRORIF_WrongRank_1x4x8x3x12_f32_inverseFalse/test.json
parent36989d315242a1c9296bb434ea0691b1304420b0 (diff)
downloadconformance_tests-f42c430ce7d8c7c3fa412ba48c5e602def6f639c.tar.gz
Create MI tests for Tensor: FFT2D & RFFT2D
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: Ieca8d91a9294f5cb23feb1fcf155349e08d45bf0
Diffstat (limited to 'operators/tensor/fft2d/fft2d_ERRORIF_WrongRank_1x4x8x3x12_f32_inverseFalse/test.json')
-rw-r--r--operators/tensor/fft2d/fft2d_ERRORIF_WrongRank_1x4x8x3x12_f32_inverseFalse/test.json89
1 files changed, 89 insertions, 0 deletions
diff --git a/operators/tensor/fft2d/fft2d_ERRORIF_WrongRank_1x4x8x3x12_f32_inverseFalse/test.json b/operators/tensor/fft2d/fft2d_ERRORIF_WrongRank_1x4x8x3x12_f32_inverseFalse/test.json
new file mode 100644
index 000000000..ae1017ef0
--- /dev/null
+++ b/operators/tensor/fft2d/fft2d_ERRORIF_WrongRank_1x4x8x3x12_f32_inverseFalse/test.json
@@ -0,0 +1,89 @@
+{
+ version: {
+ _major: 0,
+ _minor: 51,
+ _patch: 0,
+ _draft: true
+ },
+ regions: [
+ {
+ name: "main",
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "FFT2D",
+ attribute_type: "FFTAttribute",
+ attribute: {
+ inverse: false
+ },
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0",
+ "result-1"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 1,
+ 4,
+ 8,
+ 3,
+ 12
+ ],
+ type: "FP32"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 1,
+ 4,
+ 8,
+ 3,
+ 12
+ ],
+ type: "FP32"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 1,
+ 4,
+ 8,
+ 3,
+ 12
+ ],
+ type: "FP32"
+ },
+ {
+ name: "result-1",
+ shape: [
+ 1,
+ 4,
+ 8,
+ 3,
+ 12
+ ],
+ type: "FP32"
+ }
+ ],
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0",
+ "result-1"
+ ]
+ }
+ ]
+ }
+ ]
+}