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