• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1ir_version: 5
2producer_name: "pytorch"
3producer_version: "CURRENT_VERSION"
4graph {
5  node {
6    output: "onnx::Slice_12"
7    name: "Constant_5"
8    op_type: "Constant"
9    attribute {
10      name: "value"
11      t {
12        dims: 1
13        data_type: 7
14        raw_data: "\000\000\000\000\000\000\000\000"
15      }
16      type: TENSOR
17    }
18  }
19  node {
20    output: "onnx::Slice_13"
21    name: "Constant_6"
22    op_type: "Constant"
23    attribute {
24      name: "value"
25      t {
26        dims: 1
27        data_type: 7
28        raw_data: "\003\000\000\000\000\000\000\000"
29      }
30      type: TENSOR
31    }
32  }
33  node {
34    output: "onnx::Slice_14"
35    name: "Constant_7"
36    op_type: "Constant"
37    attribute {
38      name: "value"
39      t {
40        dims: 1
41        data_type: 7
42        raw_data: "\377\377\377\377\377\377\377\177"
43      }
44      type: TENSOR
45    }
46  }
47  node {
48    output: "onnx::Slice_15"
49    name: "Constant_8"
50    op_type: "Constant"
51    attribute {
52      name: "value"
53      t {
54        dims: 1
55        data_type: 7
56        raw_data: "\001\000\000\000\000\000\000\000"
57      }
58      type: TENSOR
59    }
60  }
61  node {
62    input: "onnx::Slice_0"
63    input: "onnx::Slice_13"
64    input: "onnx::Slice_14"
65    input: "onnx::Slice_12"
66    input: "onnx::Slice_15"
67    output: "onnx::Gather_9"
68    name: "Slice_9"
69    op_type: "Slice"
70  }
71  node {
72    output: "onnx::Gather_10"
73    name: "Constant_10"
74    op_type: "Constant"
75    attribute {
76      name: "value"
77      t {
78        data_type: 7
79        raw_data: "\001\000\000\000\000\000\000\000"
80      }
81      type: TENSOR
82    }
83  }
84  node {
85    input: "onnx::Gather_9"
86    input: "onnx::Gather_10"
87    output: "11"
88    name: "Gather_11"
89    op_type: "Gather"
90    attribute {
91      name: "axis"
92      i: 1
93      type: INT
94    }
95  }
96  name: "main_graph"
97  input {
98    name: "onnx::Slice_0"
99    type {
100      tensor_type {
101        elem_type: 1
102        shape {
103          dim {
104            dim_value: 3
105          }
106          dim {
107            dim_value: 4
108          }
109        }
110      }
111    }
112  }
113  output {
114    name: "11"
115    type {
116      tensor_type {
117        elem_type: 1
118        shape {
119          dim {
120            dim_value: 0
121          }
122        }
123      }
124    }
125  }
126}
127opset_import {
128  version: 10
129}
130