| ir_version: 6 |
| producer_name: "pytorch" |
| producer_version: "CURRENT_VERSION" |
| graph { |
| node { |
| input: "1" |
| input: "2" |
| output: "5" |
| name: "MatMul_0" |
| op_type: "MatMul" |
| } |
| node { |
| input: "5" |
| input: "11" |
| output: "7" |
| name: "Mul_1" |
| op_type: "Mul" |
| } |
| node { |
| input: "0" |
| input: "12" |
| output: "9" |
| name: "Mul_2" |
| op_type: "Mul" |
| } |
| node { |
| input: "7" |
| input: "9" |
| output: "10" |
| name: "Add_3" |
| op_type: "Add" |
| } |
| name: "torch-jit-export" |
| initializer { |
| data_type: 1 |
| name: "11" |
| raw_data: "\000\000\200?" |
| } |
| initializer { |
| data_type: 1 |
| name: "12" |
| raw_data: "\000\000\200?" |
| } |
| input { |
| name: "0" |
| type { |
| tensor_type { |
| elem_type: 1 |
| shape { |
| dim { |
| dim_value: 10 |
| } |
| dim { |
| dim_value: 3 |
| } |
| dim { |
| dim_value: 5 |
| } |
| } |
| } |
| } |
| } |
| input { |
| name: "1" |
| type { |
| tensor_type { |
| elem_type: 1 |
| shape { |
| dim { |
| dim_value: 10 |
| } |
| dim { |
| dim_value: 3 |
| } |
| dim { |
| dim_value: 4 |
| } |
| } |
| } |
| } |
| } |
| input { |
| name: "2" |
| type { |
| tensor_type { |
| elem_type: 1 |
| shape { |
| dim { |
| dim_value: 10 |
| } |
| dim { |
| dim_value: 4 |
| } |
| dim { |
| dim_value: 5 |
| } |
| } |
| } |
| } |
| } |
| output { |
| name: "10" |
| type { |
| tensor_type { |
| elem_type: 1 |
| shape { |
| dim { |
| dim_value: 10 |
| } |
| dim { |
| dim_value: 3 |
| } |
| dim { |
| dim_value: 5 |
| } |
| } |
| } |
| } |
| } |
| } |
| opset_import { |
| version: 9 |
| } |