xref: /aosp_15_r20/external/pytorch/test/onnx/expect/TestOperators.test_split.expect (revision da0073e96a02ea20f0ac840b70461e3646d07c45)
1ir_version: 8
2producer_name: "pytorch"
3producer_version: "CURRENT_VERSION"
4graph {
5  node {
6    output: "onnx::Split_1"
7    name: "Constant_1"
8    op_type: "Constant"
9    attribute {
10      name: "value"
11      t {
12        dims: 3
13        data_type: 7
14        raw_data: "\002\000\000\000\000\000\000\000\002\000\000\000\000\000\000\000\002\000\000\000\000\000\000\000"
15      }
16      type: TENSOR
17    }
18  }
19  node {
20    input: "tensor"
21    input: "onnx::Split_1"
22    output: "2"
23    output: "3"
24    output: "4"
25    name: "Split_2"
26    op_type: "Split"
27    attribute {
28      name: "axis"
29      i: 1
30      type: INT
31    }
32  }
33  name: "main_graph"
34  input {
35    name: "tensor"
36    type {
37      tensor_type {
38        elem_type: 1
39        shape {
40          dim {
41            dim_value: 2
42          }
43          dim {
44            dim_value: 6
45          }
46        }
47      }
48    }
49  }
50  output {
51    name: "2"
52    type {
53      tensor_type {
54        elem_type: 1
55        shape {
56          dim {
57            dim_value: 2
58          }
59          dim {
60            dim_value: 2
61          }
62        }
63      }
64    }
65  }
66  output {
67    name: "3"
68    type {
69      tensor_type {
70        elem_type: 1
71        shape {
72          dim {
73            dim_value: 2
74          }
75          dim {
76            dim_value: 2
77          }
78        }
79      }
80    }
81  }
82  output {
83    name: "4"
84    type {
85      tensor_type {
86        elem_type: 1
87        shape {
88          dim {
89            dim_value: 2
90          }
91          dim {
92            dim_value: 2
93          }
94        }
95      }
96    }
97  }
98}
99opset_import {
100  version: 17
101}
102