xref: /aosp_15_r20/external/pytorch/test/onnx/expect/TestOperators.test_gelu.expect (revision da0073e96a02ea20f0ac840b70461e3646d07c45)
1ir_version: 8
2producer_name: "pytorch"
3producer_version: "CURRENT_VERSION"
4graph {
5  node {
6    output: "onnx::Div_1"
7    name: "Constant_3"
8    op_type: "Constant"
9    attribute {
10      name: "value"
11      t {
12        data_type: 1
13        raw_data: "\363\004\265?"
14      }
15      type: TENSOR
16    }
17  }
18  node {
19    input: "onnx::Div_0"
20    input: "onnx::Div_1"
21    output: "onnx::Erf_2"
22    name: "Div_4"
23    op_type: "Div"
24  }
25  node {
26    input: "onnx::Erf_2"
27    output: "onnx::Add_3"
28    name: "Erf_5"
29    op_type: "Erf"
30  }
31  node {
32    output: "onnx::Add_4"
33    name: "Constant_6"
34    op_type: "Constant"
35    attribute {
36      name: "value"
37      t {
38        data_type: 1
39        raw_data: "\000\000\200?"
40      }
41      type: TENSOR
42    }
43  }
44  node {
45    input: "onnx::Add_3"
46    input: "onnx::Add_4"
47    output: "onnx::Mul_5"
48    name: "Add_7"
49    op_type: "Add"
50  }
51  node {
52    input: "onnx::Div_0"
53    input: "onnx::Mul_5"
54    output: "onnx::Mul_6"
55    name: "Mul_8"
56    op_type: "Mul"
57  }
58  node {
59    output: "onnx::Mul_7"
60    name: "Constant_9"
61    op_type: "Constant"
62    attribute {
63      name: "value"
64      t {
65        data_type: 1
66        raw_data: "\000\000\000?"
67      }
68      type: TENSOR
69    }
70  }
71  node {
72    input: "onnx::Mul_6"
73    input: "onnx::Mul_7"
74    output: "8"
75    name: "Mul_10"
76    op_type: "Mul"
77  }
78  name: "main_graph"
79  input {
80    name: "onnx::Div_0"
81    type {
82      tensor_type {
83        elem_type: 1
84        shape {
85          dim {
86            dim_value: 2
87          }
88          dim {
89            dim_value: 3
90          }
91          dim {
92            dim_value: 4
93          }
94          dim {
95            dim_value: 5
96          }
97        }
98      }
99    }
100  }
101  output {
102    name: "8"
103    type {
104      tensor_type {
105        elem_type: 1
106        shape {
107          dim {
108            dim_value: 2
109          }
110          dim {
111            dim_value: 3
112          }
113          dim {
114            dim_value: 4
115          }
116          dim {
117            dim_value: 5
118          }
119        }
120      }
121    }
122  }
123}
124opset_import {
125  version: 17
126}
127