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