blob: a93ed8980ce27fb8cdf023a86cceadd07d26da40 [file] [log] [blame]
ir_version: 5
producer_name: "pytorch"
producer_version: "CURRENT_VERSION"
graph {
node {
input: "onnx::Mod_0"
input: "onnx::Mod_1"
output: "2"
name: "Mod_0"
op_type: "Mod"
attribute {
name: "fmod"
i: 1
type: INT
}
}
name: "torch_jit"
input {
name: "onnx::Mod_0"
type {
tensor_type {
elem_type: 1
shape {
dim {
dim_value: 2
}
dim {
dim_value: 3
}
dim {
dim_value: 4
}
}
}
}
}
input {
name: "onnx::Mod_1"
type {
tensor_type {
elem_type: 1
shape {
dim {
dim_value: 2
}
dim {
dim_value: 1
}
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: 10
}