• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1ir_version: 8
2producer_name: "pytorch"
3producer_version: "CURRENT_VERSION"
4graph {
5  node {
6    input: "onnx::AveragePool_0"
7    output: "1"
8    name: "AveragePool_0"
9    op_type: "AveragePool"
10    attribute {
11      name: "ceil_mode"
12      i: 0
13      type: INT
14    }
15    attribute {
16      name: "count_include_pad"
17      i: 1
18      type: INT
19    }
20    attribute {
21      name: "kernel_shape"
22      ints: 3
23      ints: 3
24      type: INTS
25    }
26    attribute {
27      name: "pads"
28      ints: 0
29      ints: 0
30      ints: 0
31      ints: 0
32      type: INTS
33    }
34    attribute {
35      name: "strides"
36      ints: 2
37      ints: 2
38      type: INTS
39    }
40  }
41  name: "main_graph"
42  input {
43    name: "onnx::AveragePool_0"
44    type {
45      tensor_type {
46        elem_type: 1
47        shape {
48          dim {
49            dim_value: 20
50          }
51          dim {
52            dim_value: 16
53          }
54          dim {
55            dim_value: 50
56          }
57          dim {
58            dim_value: 32
59          }
60        }
61      }
62    }
63  }
64  output {
65    name: "1"
66    type {
67      tensor_type {
68        elem_type: 1
69        shape {
70          dim {
71            dim_value: 20
72          }
73          dim {
74            dim_value: 16
75          }
76          dim {
77            dim_value: 24
78          }
79          dim {
80            dim_value: 15
81          }
82        }
83      }
84    }
85  }
86}
87opset_import {
88  version: 17
89}
90