ir_version: 7 | |
producer_name: "pytorch" | |
producer_version: "CURRENT_VERSION" | |
graph { | |
node { | |
input: "onnx::Identity_0" | |
output: "1" | |
name: "Identity_0" | |
op_type: "Identity" | |
} | |
name: "torch_jit" | |
input { | |
name: "onnx::Identity_0" | |
type { | |
tensor_type { | |
elem_type: 1 | |
shape { | |
dim { | |
dim_value: 2 | |
} | |
dim { | |
dim_value: 2 | |
} | |
} | |
} | |
} | |
} | |
output { | |
name: "1" | |
type { | |
tensor_type { | |
elem_type: 1 | |
shape { | |
dim { | |
dim_value: 2 | |
} | |
dim { | |
dim_value: 2 | |
} | |
} | |
} | |
} | |
} | |
} | |
opset_import { | |
version: 14 | |
} |