aboutsummaryrefslogtreecommitdiff
path: root/operators/tensor/max_pool2d/max_pool2d_ERRORIF_WrongInputType_1x14x11x8_b_st11_kern22_pad0000/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/tensor/max_pool2d/max_pool2d_ERRORIF_WrongInputType_1x14x11x8_b_st11_kern22_pad0000/test.json')
-rw-r--r--operators/tensor/max_pool2d/max_pool2d_ERRORIF_WrongInputType_1x14x11x8_b_st11_kern22_pad0000/test.json72
1 files changed, 72 insertions, 0 deletions
diff --git a/operators/tensor/max_pool2d/max_pool2d_ERRORIF_WrongInputType_1x14x11x8_b_st11_kern22_pad0000/test.json b/operators/tensor/max_pool2d/max_pool2d_ERRORIF_WrongInputType_1x14x11x8_b_st11_kern22_pad0000/test.json
new file mode 100644
index 000000000..382e281b4
--- /dev/null
+++ b/operators/tensor/max_pool2d/max_pool2d_ERRORIF_WrongInputType_1x14x11x8_b_st11_kern22_pad0000/test.json
@@ -0,0 +1,72 @@
+{
+ version: {
+ _major: 0,
+ _minor: 41,
+ _patch: 0,
+ _draft: true
+ },
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "MAX_POOL2D",
+ attribute_type: "PoolAttribute",
+ attribute: {
+ pad: [
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ kernel: [
+ 2,
+ 2
+ ],
+ stride: [
+ 1,
+ 1
+ ],
+ input_zp: 0,
+ output_zp: 0,
+ accum_dtype: "UNKNOWN"
+ },
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 1,
+ 14,
+ 11,
+ 8
+ ],
+ type: "BOOL"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 1,
+ 13,
+ 10,
+ 8
+ ],
+ type: "BOOL"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}