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