xref: /aosp_15_r20/external/pytorch/test/onnx/expect/TestOperators.test_cumsum.expect (revision da0073e96a02ea20f0ac840b70461e3646d07c45)
1ir_version: 6
2producer_name: "pytorch"
3producer_version: "CURRENT_VERSION"
4graph {
5  node {
6    output: "onnx::CumSum_1"
7    name: "Constant_1"
8    op_type: "Constant"
9    attribute {
10      name: "value"
11      t {
12        data_type: 6
13        raw_data: "\001\000\000\000"
14      }
15      type: TENSOR
16    }
17  }
18  node {
19    input: "onnx::CumSum_0"
20    input: "onnx::CumSum_1"
21    output: "2"
22    name: "CumSum_2"
23    op_type: "CumSum"
24  }
25  name: "main_graph"
26  input {
27    name: "onnx::CumSum_0"
28    type {
29      tensor_type {
30        elem_type: 1
31        shape {
32          dim {
33            dim_value: 2
34          }
35          dim {
36            dim_value: 3
37          }
38          dim {
39            dim_value: 4
40          }
41        }
42      }
43    }
44  }
45  output {
46    name: "2"
47    type {
48      tensor_type {
49        elem_type: 1
50        shape {
51          dim {
52            dim_value: 2
53          }
54          dim {
55            dim_value: 3
56          }
57          dim {
58            dim_value: 4
59          }
60        }
61      }
62    }
63  }
64}
65opset_import {
66  version: 11
67}
68