xref: /aosp_15_r20/external/pytorch/test/onnx/expect/TestOperators.test_view.expect (revision da0073e96a02ea20f0ac840b70461e3646d07c45)
1ir_version: 8
2producer_name: "pytorch"
3producer_version: "CURRENT_VERSION"
4graph {
5  node {
6    output: "onnx::Reshape_1"
7    name: "Constant_1"
8    op_type: "Constant"
9    attribute {
10      name: "value"
11      t {
12        dims: 2
13        data_type: 7
14        raw_data: "\001\000\000\000\000\000\000\000\001\000\000\000\000\000\000\000"
15      }
16      type: TENSOR
17    }
18  }
19  node {
20    input: "onnx::Reshape_0"
21    input: "onnx::Reshape_1"
22    output: "2"
23    name: "Reshape_2"
24    op_type: "Reshape"
25    attribute {
26      name: "allowzero"
27      i: 0
28      type: INT
29    }
30  }
31  name: "main_graph"
32  input {
33    name: "onnx::Reshape_0"
34    type {
35      tensor_type {
36        elem_type: 1
37        shape {
38          dim {
39            dim_value: 1
40          }
41        }
42      }
43    }
44  }
45  output {
46    name: "2"
47    type {
48      tensor_type {
49        elem_type: 1
50        shape {
51          dim {
52            dim_value: 1
53          }
54          dim {
55            dim_value: 1
56          }
57        }
58      }
59    }
60  }
61}
62opset_import {
63  version: 17
64}
65