• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1ir_version: 3
2producer_name: "pytorch"
3producer_version: "0.3"
4graph {
5  node {
6    input: "0"
7    input: "1"
8    output: "2"
9    op_type: "Add"
10  }
11  node {
12    input: "0"
13    input: "2"
14    output: "3"
15    op_type: "Mul"
16  }
17  name: "torch-jit-export"
18  initializer {
19    dims: 2
20    dims: 2
21    data_type: INT64
22    name: "1"
23    raw_data: "\001\000\000\000\000\000\000\000\002\000\000\000\000\000\000\000\003\000\000\000\000\000\000\000\004\000\000\000\000\000\000\000"
24  }
25  input {
26    name: "0"
27    type {
28      tensor_type {
29        elem_type: INT64
30        shape {
31          dim {
32            dim_value: 2
33          }
34          dim {
35            dim_value: 2
36          }
37        }
38      }
39    }
40  }
41  input {
42    name: "1"
43    type {
44      tensor_type {
45        elem_type: INT64
46        shape {
47          dim {
48            dim_value: 2
49          }
50          dim {
51            dim_value: 2
52          }
53        }
54      }
55    }
56  }
57  output {
58    name: "3"
59    type {
60      tensor_type {
61        elem_type: INT64
62        shape {
63          dim {
64            dim_value: 2
65          }
66          dim {
67            dim_value: 2
68          }
69        }
70      }
71    }
72  }
73}
74opset_import {
75  version: 6
76}
77