• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1ir_version: 8
2producer_name: "pytorch"
3producer_version: "CURRENT_VERSION"
4graph {
5  node {
6    input: "onnx::And_0"
7    input: "onnx::And_1"
8    output: "2"
9    name: "And_0"
10    op_type: "And"
11  }
12  name: "main_graph"
13  input {
14    name: "onnx::And_0"
15    type {
16      tensor_type {
17        elem_type: 9
18        shape {
19          dim {
20            dim_value: 4
21          }
22        }
23      }
24    }
25  }
26  input {
27    name: "onnx::And_1"
28    type {
29      tensor_type {
30        elem_type: 9
31        shape {
32          dim {
33            dim_value: 4
34          }
35        }
36      }
37    }
38  }
39  output {
40    name: "2"
41    type {
42      tensor_type {
43        elem_type: 9
44        shape {
45          dim {
46            dim_value: 4
47          }
48        }
49      }
50    }
51  }
52}
53opset_import {
54  version: 17
55}
56