xref: /aosp_15_r20/external/pytorch/test/onnx/expect/TestOperators.test_le.expect (revision da0073e96a02ea20f0ac840b70461e3646d07c45)
1ir_version: 8
2producer_name: "pytorch"
3producer_version: "CURRENT_VERSION"
4graph {
5  node {
6    input: "onnx::LessOrEqual_0"
7    input: "onnx::LessOrEqual_1"
8    output: "2"
9    name: "LessOrEqual_0"
10    op_type: "LessOrEqual"
11  }
12  name: "main_graph"
13  input {
14    name: "onnx::LessOrEqual_0"
15    type {
16      tensor_type {
17        elem_type: 6
18        shape {
19          dim {
20            dim_value: 3
21          }
22          dim {
23            dim_value: 4
24          }
25        }
26      }
27    }
28  }
29  input {
30    name: "onnx::LessOrEqual_1"
31    type {
32      tensor_type {
33        elem_type: 6
34        shape {
35          dim {
36            dim_value: 3
37          }
38          dim {
39            dim_value: 4
40          }
41        }
42      }
43    }
44  }
45  output {
46    name: "2"
47    type {
48      tensor_type {
49        elem_type: 9
50        shape {
51          dim {
52            dim_value: 3
53          }
54          dim {
55            dim_value: 4
56          }
57        }
58      }
59    }
60  }
61}
62opset_import {
63  version: 17
64}
65