aboutsummaryrefslogtreecommitdiff
path: root/operators/tensor/fft2d/fft2d_1x256x64_f32_inverseTrue/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/tensor/fft2d/fft2d_1x256x64_f32_inverseTrue/test.json')
-rw-r--r--operators/tensor/fft2d/fft2d_1x256x64_f32_inverseTrue/test.json81
1 files changed, 81 insertions, 0 deletions
diff --git a/operators/tensor/fft2d/fft2d_1x256x64_f32_inverseTrue/test.json b/operators/tensor/fft2d/fft2d_1x256x64_f32_inverseTrue/test.json
new file mode 100644
index 000000000..b02cf1377
--- /dev/null
+++ b/operators/tensor/fft2d/fft2d_1x256x64_f32_inverseTrue/test.json
@@ -0,0 +1,81 @@
+{
+ version: {
+ _major: 0,
+ _minor: 51,
+ _patch: 0,
+ _draft: true
+ },
+ regions: [
+ {
+ name: "main",
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "FFT2D",
+ attribute_type: "FFTAttribute",
+ attribute: {
+ inverse: true
+ },
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0",
+ "result-1"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 1,
+ 256,
+ 64
+ ],
+ type: "FP32"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 1,
+ 256,
+ 64
+ ],
+ type: "FP32"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 1,
+ 256,
+ 64
+ ],
+ type: "FP32"
+ },
+ {
+ name: "result-1",
+ shape: [
+ 1,
+ 256,
+ 64
+ ],
+ type: "FP32"
+ }
+ ],
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0",
+ "result-1"
+ ]
+ }
+ ]
+ }
+ ]
+}