• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1ir_version: 8
2producer_name: "pytorch"
3producer_version: "CURRENT_VERSION"
4graph {
5  node {
6    input: "onnx::Cast_1"
7    output: "onnx::Mul_2"
8    name: "Cast_0"
9    op_type: "Cast"
10    attribute {
11      name: "to"
12      i: 1
13      type: INT
14    }
15  }
16  node {
17    input: "onnx::Mul_0"
18    input: "onnx::Mul_2"
19    output: "3"
20    name: "Mul_1"
21    op_type: "Mul"
22  }
23  name: "main_graph"
24  input {
25    name: "onnx::Mul_0"
26    type {
27      tensor_type {
28        elem_type: 1
29        shape {
30          dim {
31            dim_value: 3
32          }
33        }
34      }
35    }
36  }
37  input {
38    name: "onnx::Cast_1"
39    type {
40      tensor_type {
41        elem_type: 9
42        shape {
43          dim {
44            dim_value: 3
45          }
46        }
47      }
48    }
49  }
50  output {
51    name: "3"
52    type {
53      tensor_type {
54        elem_type: 1
55        shape {
56          dim {
57            dim_value: 3
58          }
59        }
60      }
61    }
62  }
63}
64opset_import {
65  version: 17
66}
67