• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1ir_version: 8
2producer_name: "pytorch"
3producer_version: "CURRENT_VERSION"
4graph {
5  node {
6    input: "input"
7    input: "weight"
8    input: "bias"
9    input: "running_mean"
10    input: "running_var"
11    output: "6"
12    name: "BatchNormalization_0"
13    op_type: "BatchNormalization"
14    attribute {
15      name: "epsilon"
16      f: 1e-05
17      type: FLOAT
18    }
19    attribute {
20      name: "momentum"
21      f: 0.9
22      type: FLOAT
23    }
24    attribute {
25      name: "training_mode"
26      i: 0
27      type: INT
28    }
29  }
30  name: "main_graph"
31  initializer {
32    dims: 2
33    data_type: 1
34    name: "weight"
35    raw_data: "\000\000\200?\000\000\200?"
36  }
37  initializer {
38    dims: 2
39    data_type: 1
40    name: "bias"
41    raw_data: "\000\000\000\000\000\000\000\000"
42  }
43  initializer {
44    dims: 2
45    data_type: 1
46    name: "running_mean"
47    raw_data: "\000\000\000\000\000\000\000\000"
48  }
49  initializer {
50    dims: 2
51    data_type: 1
52    name: "running_var"
53    raw_data: "\000\000\200?\000\000\200?"
54  }
55  input {
56    name: "input"
57    type {
58      tensor_type {
59        elem_type: 1
60        shape {
61          dim {
62            dim_value: 2
63          }
64          dim {
65            dim_value: 2
66          }
67          dim {
68            dim_value: 2
69          }
70          dim {
71            dim_value: 2
72          }
73        }
74      }
75    }
76  }
77  input {
78    name: "weight"
79    type {
80      tensor_type {
81        elem_type: 1
82        shape {
83          dim {
84            dim_value: 2
85          }
86        }
87      }
88    }
89  }
90  input {
91    name: "bias"
92    type {
93      tensor_type {
94        elem_type: 1
95        shape {
96          dim {
97            dim_value: 2
98          }
99        }
100      }
101    }
102  }
103  input {
104    name: "running_mean"
105    type {
106      tensor_type {
107        elem_type: 1
108        shape {
109          dim {
110            dim_value: 2
111          }
112        }
113      }
114    }
115  }
116  input {
117    name: "running_var"
118    type {
119      tensor_type {
120        elem_type: 1
121        shape {
122          dim {
123            dim_value: 2
124          }
125        }
126      }
127    }
128  }
129  output {
130    name: "6"
131    type {
132      tensor_type {
133        elem_type: 1
134        shape {
135          dim {
136            dim_value: 2
137          }
138          dim {
139            dim_value: 2
140          }
141          dim {
142            dim_value: 2
143          }
144          dim {
145            dim_value: 2
146          }
147        }
148      }
149    }
150  }
151}
152opset_import {
153  version: 17
154}
155