forked from pytorch/pytorch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTestScript.test_onnx_export_script_module_if.expect
42 lines (39 loc) · 1.49 KB
/
TestScript.test_onnx_export_script_module_if.expect
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
ModelProto {
producer_name: "pytorch"
domain: ""
doc_string: ""
graph:
GraphProto {
name: "torch-jit-export"
inputs: [{name: "x.1", type:Tensor dims: 1 2 3}]
outputs: [{name: "5", type:Tensor dims: 1 2 3}]
initializers: []
nodes: [
Node {type: "ReduceSum", inputs: [x.1], outputs: [1], attributes: [{ name: 'keepdims', type: int, value: 0}]},
Node {type: "Constant", inputs: [], outputs: [2], attributes: [{ name: 'value', type: tensor, value:TensorProto shape: []}]},
Node {type: "Greater", inputs: [1,2], outputs: [3], attributes: []},
Node {type: "Cast", inputs: [3], outputs: [4], attributes: [{ name: 'to', type: int, value: 2}]},
Node {type: "If", inputs: [4], outputs: [5], attributes: [{ name: 'then_branch', type: graph, value:
GraphProto {
name: "torch-jit-export1"
inputs: []
outputs: [{name: "6", type:Tensor dims: }]
initializers: []
nodes: [
Node {type: "Neg", inputs: [x.1], outputs: [6], attributes: []}
]
}
},{ name: 'else_branch', type: graph, value:
GraphProto {
name: "torch-jit-export2"
inputs: []
outputs: [{name: "x.1", type:Tensor dims: 1 2 3}]
initializers: []
nodes: [
]
}
}]}
]
}
opset_import: [OperatorSetIdProto { domain: }],
}