1ir_version: 7 2producer_name: "pytorch" 3producer_version: "CURRENT_VERSION" 4graph { 5 node { 6 input: "input_1" 7 input: "input_2" 8 output: "2" 9 name: "MatMul_0" 10 op_type: "MatMul" 11 } 12 name: "main_graph" 13 input { 14 name: "input_1" 15 type { 16 tensor_type { 17 elem_type: 1 18 shape { 19 dim { 20 dim_value: 2 21 } 22 dim { 23 dim_param: "input_1_dim_1" 24 } 25 dim { 26 dim_value: 4 27 } 28 } 29 } 30 } 31 } 32 input { 33 name: "input_2" 34 type { 35 tensor_type { 36 elem_type: 1 37 shape { 38 dim { 39 dim_value: 2 40 } 41 dim { 42 dim_value: 4 43 } 44 dim { 45 dim_param: "input_2_dim_2" 46 } 47 } 48 } 49 } 50 } 51 output { 52 name: "2" 53 type { 54 tensor_type { 55 elem_type: 1 56 shape { 57 dim { 58 dim_value: 2 59 } 60 dim { 61 dim_param: "input_1_dim_1" 62 } 63 dim { 64 dim_param: "input_2_dim_2" 65 } 66 } 67 } 68 } 69 } 70} 71opset_import { 72 version: 12 73} 74