• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1ir_version: 8
2producer_name: "pytorch"
3producer_version: "CURRENT_VERSION"
4graph {
5  node {
6    output: "onnx::Dropout_1"
7    name: "Constant_2"
8    op_type: "Constant"
9    attribute {
10      name: "value"
11      t {
12        data_type: 1
13        raw_data: "\000\000\000?"
14      }
15      type: TENSOR
16    }
17  }
18  node {
19    output: "onnx::Dropout_2"
20    name: "Constant_3"
21    op_type: "Constant"
22    attribute {
23      name: "value"
24      t {
25        data_type: 9
26        raw_data: "\001"
27      }
28      type: TENSOR
29    }
30  }
31  node {
32    input: "x"
33    input: "onnx::Dropout_1"
34    input: "onnx::Dropout_2"
35    output: "onnx::ReduceMax_3"
36    output: "4"
37    name: "Dropout_4"
38    op_type: "Dropout"
39  }
40  node {
41    input: "onnx::ReduceMax_3"
42    output: "5"
43    name: "ReduceMax_5"
44    op_type: "ReduceMax"
45    attribute {
46      name: "keepdims"
47      i: 0
48      type: INT
49    }
50  }
51  name: "main_graph"
52  input {
53    name: "x"
54    type {
55      tensor_type {
56        elem_type: 1
57        shape {
58          dim {
59            dim_value: 3
60          }
61          dim {
62            dim_value: 4
63          }
64        }
65      }
66    }
67  }
68  output {
69    name: "5"
70    type {
71      tensor_type {
72        elem_type: 1
73        shape {
74        }
75      }
76    }
77  }
78}
79opset_import {
80  version: 17
81}
82