aboutsummaryrefslogtreecommitdiff
path: root/operators/ew_binary/mul/mul_5x2x8x5x5x1_i32_perm4_shift17/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/ew_binary/mul/mul_5x2x8x5x5x1_i32_perm4_shift17/test.json')
-rw-r--r--operators/ew_binary/mul/mul_5x2x8x5x5x1_i32_perm4_shift17/test.json79
1 files changed, 79 insertions, 0 deletions
diff --git a/operators/ew_binary/mul/mul_5x2x8x5x5x1_i32_perm4_shift17/test.json b/operators/ew_binary/mul/mul_5x2x8x5x5x1_i32_perm4_shift17/test.json
new file mode 100644
index 000000000..4687eb8b2
--- /dev/null
+++ b/operators/ew_binary/mul/mul_5x2x8x5x5x1_i32_perm4_shift17/test.json
@@ -0,0 +1,79 @@
+{
+ version: {
+ _major: 0,
+ _minor: 70,
+ _patch: 0,
+ _draft: true
+ },
+ regions: [
+ {
+ name: "main",
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "MUL",
+ attribute_type: "MulAttribute",
+ attribute: {
+ shift: 17
+ },
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 5,
+ 2,
+ 8,
+ 5,
+ 5,
+ 1
+ ],
+ type: "INT32"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 5,
+ 2,
+ 8,
+ 5,
+ 5,
+ 4
+ ],
+ type: "INT32"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 5,
+ 2,
+ 8,
+ 5,
+ 5,
+ 4
+ ],
+ type: "INT32"
+ }
+ ],
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+ }
+ ]
+}