xref: /aosp_15_r20/external/pytorch/test/onnx/expect/TestOperators.test_reducemin.expect (revision da0073e96a02ea20f0ac840b70461e3646d07c45)
1ir_version: 8
2producer_name: "pytorch"
3producer_version: "CURRENT_VERSION"
4graph {
5  node {
6    input: "onnx::ReduceMin_0"
7    output: "1"
8    name: "ReduceMin_0"
9    op_type: "ReduceMin"
10    attribute {
11      name: "keepdims"
12      i: 0
13      type: INT
14    }
15  }
16  name: "main_graph"
17  input {
18    name: "onnx::ReduceMin_0"
19    type {
20      tensor_type {
21        elem_type: 1
22        shape {
23          dim {
24            dim_value: 1
25          }
26          dim {
27            dim_value: 2
28          }
29          dim {
30            dim_value: 3
31          }
32          dim {
33            dim_value: 4
34          }
35        }
36      }
37    }
38  }
39  output {
40    name: "1"
41    type {
42      tensor_type {
43        elem_type: 1
44        shape {
45        }
46      }
47    }
48  }
49}
50opset_import {
51  version: 17
52}
53