blob: c2c6ed18e81a6b665264515a49d5ccbb2c6c5206 [file] [log] [blame]
ir_version: 8
producer_name: "pytorch"
producer_version: "CURRENT_VERSION"
graph {
node {
input: "onnx::MaxPool_0"
output: "1"
name: "MaxPool_0"
op_type: "MaxPool"
attribute {
name: "ceil_mode"
i: 0
type: INT
}
attribute {
name: "kernel_shape"
ints: 3
type: INTS
}
attribute {
name: "pads"
ints: 0
ints: 0
type: INTS
}
attribute {
name: "strides"
ints: 2
type: INTS
}
}
name: "main_graph"
input {
name: "onnx::MaxPool_0"
type {
tensor_type {
elem_type: 1
shape {
dim {
dim_value: 20
}
dim {
dim_value: 16
}
dim {
dim_value: 50
}
}
}
}
}
output {
name: "1"
type {
tensor_type {
elem_type: 1
shape {
dim {
dim_value: 20
}
dim {
dim_value: 16
}
dim {
dim_value: 24
}
}
}
}
}
}
opset_import {
version: 17
}