xref: /aosp_15_r20/external/pytorch/test/onnx/expect/TestOperators.test_repeat.expect (revision da0073e96a02ea20f0ac840b70461e3646d07c45)
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          dim {
76            dim_value: 3
77          }
78          dim {
79            dim_value: 4
80          }
81        }
82      }
83    }
84  }
85  output {
86    name: "5"
87    type {
88      tensor_type {
89        elem_type: 1
90        shape {
91          dim {
92            dim_value: 1
93          }
94          dim {
95            dim_value: 4
96          }
97          dim {
98            dim_value: 9
99          }
100          dim {
101            dim_value: 16
102          }
103        }
104      }
105    }
106  }
107}
108opset_import {
109  version: 17
110}
111