xref: /aosp_15_r20/external/pytorch/test/onnx/expect/TestOperators.test_selu.expect (revision da0073e96a02ea20f0ac840b70461e3646d07c45)
1ir_version: 8
2producer_name: "pytorch"
3producer_version: "CURRENT_VERSION"
4graph {
5  node {
6    input: "input"
7    output: "1"
8    name: "Selu_0"
9    op_type: "Selu"
10  }
11  name: "main_graph"
12  input {
13    name: "input"
14    type {
15      tensor_type {
16        elem_type: 1
17        shape {
18          dim {
19            dim_value: 1
20          }
21          dim {
22            dim_value: 2
23          }
24          dim {
25            dim_value: 3
26          }
27          dim {
28            dim_value: 4
29          }
30        }
31      }
32    }
33  }
34  output {
35    name: "1"
36    type {
37      tensor_type {
38        elem_type: 1
39        shape {
40          dim {
41            dim_value: 1
42          }
43          dim {
44            dim_value: 2
45          }
46          dim {
47            dim_value: 3
48          }
49          dim {
50            dim_value: 4
51          }
52        }
53      }
54    }
55  }
56}
57opset_import {
58  version: 17
59}
60