aboutsummaryrefslogtreecommitdiff
path: root/operators/data_layout/pad/pad_ERRORIF_WrongInputList_4x12x4_bf16_pad001100/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/data_layout/pad/pad_ERRORIF_WrongInputList_4x12x4_bf16_pad001100/test.json')
-rw-r--r--operators/data_layout/pad/pad_ERRORIF_WrongInputList_4x12x4_bf16_pad001100/test.json74
1 files changed, 74 insertions, 0 deletions
diff --git a/operators/data_layout/pad/pad_ERRORIF_WrongInputList_4x12x4_bf16_pad001100/test.json b/operators/data_layout/pad/pad_ERRORIF_WrongInputList_4x12x4_bf16_pad001100/test.json
new file mode 100644
index 000000000..1c31b37dd
--- /dev/null
+++ b/operators/data_layout/pad/pad_ERRORIF_WrongInputList_4x12x4_bf16_pad001100/test.json
@@ -0,0 +1,74 @@
+{
+ version: {
+ _major: 0,
+ _minor: 51,
+ _patch: 0,
+ _draft: true
+ },
+ regions: [
+ {
+ name: "main",
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "PAD",
+ attribute_type: "PadAttribute",
+ attribute: {
+ padding: [
+ 0,
+ 0,
+ 1,
+ 1,
+ 0,
+ 0
+ ],
+ pad_const_int: 0,
+ pad_const_fp: [
+ 0,
+ 0,
+ 230,
+ 62
+ ]
+ },
+ inputs: [
+ "input-0",
+ "eiDummyInput"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 4,
+ 12,
+ 4
+ ],
+ type: "BF16"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 4,
+ 14,
+ 4
+ ],
+ type: "BF16"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+ }
+ ]
+}