aboutsummaryrefslogtreecommitdiff
path: root/operators/data_layout/pad/pad_29x12x60_f16_pad101111/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/data_layout/pad/pad_29x12x60_f16_pad101111/test.json')
-rw-r--r--operators/data_layout/pad/pad_29x12x60_f16_pad101111/test.json63
1 files changed, 63 insertions, 0 deletions
diff --git a/operators/data_layout/pad/pad_29x12x60_f16_pad101111/test.json b/operators/data_layout/pad/pad_29x12x60_f16_pad101111/test.json
new file mode 100644
index 000000000..a9592fd75
--- /dev/null
+++ b/operators/data_layout/pad/pad_29x12x60_f16_pad101111/test.json
@@ -0,0 +1,63 @@
+{
+ version: {
+ _major: 0,
+ _minor: 41,
+ _patch: 0,
+ _draft: true
+ },
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "PAD",
+ attribute_type: "PadAttribute",
+ attribute: {
+ padding: [
+ 1,
+ 0,
+ 1,
+ 1,
+ 1,
+ 1
+ ],
+ pad_const_int: 0,
+ pad_const_fp: 0.575684
+ },
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 29,
+ 12,
+ 60
+ ],
+ type: "FP16"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 30,
+ 14,
+ 62
+ ],
+ type: "FP16"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}