xref: /aosp_15_r20/external/pytorch/test/onnx/expect/TestOperators.test_dim.expect (revision da0073e96a02ea20f0ac840b70461e3646d07c45)
1ir_version: 8
2producer_name: "pytorch"
3producer_version: "CURRENT_VERSION"
4graph {
5  node {
6    output: "1"
7    name: "Constant_1"
8    op_type: "Constant"
9    attribute {
10      name: "value"
11      t {
12        data_type: 1
13        raw_data: "\000\000\000@"
14      }
15      type: TENSOR
16    }
17  }
18  name: "main_graph"
19  output {
20    name: "1"
21    type {
22      tensor_type {
23        elem_type: 1
24        shape {
25        }
26      }
27    }
28  }
29}
30opset_import {
31  version: 17
32}
33