• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1ir_version: 8
2producer_name: "pytorch"
3producer_version: "CURRENT_VERSION"
4graph {
5  node {
6    output: "onnx::Tile_1"
7    name: "Constant_2"
8    op_type: "Constant"
9    attribute {
10      name: "value"
11      t {
12        dims: 4
13        data_type: 7
14        raw_data: "\001\000\000\000\000\000\000\000\002\000\000\000\000\000\000\000\003\000\000\000\000\000\000\000\004\000\000\000\000\000\000\000"
15      }
16      type: TENSOR
17    }
18  }
19  node {
20    output: "onnx::ConstantOfShape_6"
21    name: "Constant_3"
22    op_type: "Constant"
23    attribute {
24      name: "value"
25      t {
26        dims: 1
27        data_type: 7
28        raw_data: "\004\000\000\000\000\000\000\000"
29      }
30      type: TENSOR
31    }
32  }
33  node {
34    input: "onnx::ConstantOfShape_6"
35    output: "onnx::Expand_3"
36    name: "ConstantOfShape_4"
37    op_type: "ConstantOfShape"
38    attribute {
39      name: "value"
40      t {
41        dims: 1
42        data_type: 7
43        raw_data: "\001\000\000\000\000\000\000\000"
44      }
45      type: TENSOR
46    }
47  }
48  node {
49    input: "onnx::Expand_0"
50    input: "onnx::Expand_3"
51    output: "onnx::Tile_4"
52    name: "Expand_5"
53    op_type: "Expand"
54  }
55  node {
56    input: "onnx::Tile_4"
57    input: "onnx::Tile_1"
58    output: "5"
59    name: "Tile_6"
60    op_type: "Tile"
61  }
62  name: "main_graph"
63  input {
64    name: "onnx::Expand_0"
65    type {
66      tensor_type {
67        elem_type: 1
68        shape {
69          dim {
70            dim_value: 1
71          }
72          dim {
73            dim_value: 2
74          }
75        }
76      }
77    }
78  }
79  output {
80    name: "5"
81    type {
82      tensor_type {
83        elem_type: 1
84        shape {
85          dim {
86            dim_value: 1
87          }
88          dim {
89            dim_value: 2
90          }
91          dim {
92            dim_value: 3
93          }
94          dim {
95            dim_value: 8
96          }
97        }
98      }
99    }
100  }
101}
102opset_import {
103  version: 17
104}
105