xref: /aosp_15_r20/external/pytorch/test/onnx/expect/TestOperators.test_basic.expect (revision da0073e96a02ea20f0ac840b70461e3646d07c45)
1ir_version: 8
2producer_name: "pytorch"
3producer_version: "CURRENT_VERSION"
4graph {
5  node {
6    input: "onnx::Add_0"
7    input: "onnx::Add_1"
8    output: "onnx::Mul_2"
9    name: "Add_0"
10    op_type: "Add"
11  }
12  node {
13    input: "onnx::Add_0"
14    input: "onnx::Mul_2"
15    output: "onnx::Tanh_3"
16    name: "Mul_1"
17    op_type: "Mul"
18  }
19  node {
20    input: "onnx::Tanh_3"
21    output: "onnx::Sigmoid_4"
22    name: "Tanh_2"
23    op_type: "Tanh"
24  }
25  node {
26    input: "onnx::Sigmoid_4"
27    output: "onnx::Neg_5"
28    name: "Sigmoid_3"
29    op_type: "Sigmoid"
30  }
31  node {
32    input: "onnx::Neg_5"
33    output: "6"
34    name: "Neg_4"
35    op_type: "Neg"
36  }
37  name: "main_graph"
38  input {
39    name: "onnx::Add_0"
40    type {
41      tensor_type {
42        elem_type: 1
43        shape {
44          dim {
45            dim_value: 1
46          }
47        }
48      }
49    }
50  }
51  input {
52    name: "onnx::Add_1"
53    type {
54      tensor_type {
55        elem_type: 1
56        shape {
57          dim {
58            dim_value: 1
59          }
60        }
61      }
62    }
63  }
64  output {
65    name: "6"
66    type {
67      tensor_type {
68        elem_type: 1
69        shape {
70          dim {
71            dim_value: 1
72          }
73        }
74      }
75    }
76  }
77}
78opset_import {
79  version: 17
80}
81