blob: 47c2c3ae7bf2c4c4611fbb33d22d4664d6f0db76 [file] [log] [blame]
ir_version: 6
producer_name: "pytorch"
producer_version: "CURRENT_VERSION"
graph {
node {
output: "onnx::CumSum_1"
name: "Constant_1"
op_type: "Constant"
attribute {
name: "value"
t {
data_type: 6
raw_data: "\001\000\000\000"
}
type: TENSOR
}
}
node {
input: "onnx::CumSum_0"
input: "onnx::CumSum_1"
output: "2"
name: "CumSum_2"
op_type: "CumSum"
}
name: "main_graph"
input {
name: "onnx::CumSum_0"
type {
tensor_type {
elem_type: 1
shape {
dim {
dim_value: 2
}
dim {
dim_value: 3
}
dim {
dim_value: 4
}
}
}
}
}
output {
name: "2"
type {
tensor_type {
elem_type: 1
shape {
dim {
dim_value: 2
}
dim {
dim_value: 3
}
dim {
dim_value: 4
}
}
}
}
}
}
opset_import {
version: 11
}