blob: 19d4d97d08173fe791311fa79033d15fe22137b1 [file] [log] [blame]
ir_version: 6
producer_name: "pytorch"
producer_version: "CURRENT_VERSION"
graph {
node {
output: "onnx::CumSum_1"
name: "Constant_0"
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_1"
op_type: "CumSum"
}
name: "torch_jit"
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
}