xref: /aosp_15_r20/external/pytorch/test/onnx/expect/TestOperators.test_rsqrt.expect (revision da0073e96a02ea20f0ac840b70461e3646d07c45)
1ir_version: 8
2producer_name: "pytorch"
3producer_version: "CURRENT_VERSION"
4graph {
5  node {
6    input: "onnx::Sqrt_0"
7    output: "onnx::Div_1"
8    name: "Sqrt_1"
9    op_type: "Sqrt"
10  }
11  node {
12    output: "onnx::Div_2"
13    name: "Constant_2"
14    op_type: "Constant"
15    attribute {
16      name: "value"
17      t {
18        data_type: 1
19        raw_data: "\000\000\200?"
20      }
21      type: TENSOR
22    }
23  }
24  node {
25    input: "onnx::Div_2"
26    input: "onnx::Div_1"
27    output: "3"
28    name: "Div_3"
29    op_type: "Div"
30  }
31  name: "main_graph"
32  input {
33    name: "onnx::Sqrt_0"
34    type {
35      tensor_type {
36        elem_type: 1
37        shape {
38          dim {
39            dim_value: 3
40          }
41          dim {
42            dim_value: 4
43          }
44        }
45      }
46    }
47  }
48  output {
49    name: "3"
50    type {
51      tensor_type {
52        elem_type: 1
53        shape {
54          dim {
55            dim_value: 3
56          }
57          dim {
58            dim_value: 4
59          }
60        }
61      }
62    }
63  }
64}
65opset_import {
66  version: 17
67}
68