forked from pytorch/pytorch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTestScript.test_onnx_raw_export_script_truediv.expect
25 lines (25 loc) · 1.36 KB
/
TestScript.test_onnx_raw_export_script_truediv.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
ModelProto {
producer_name: "pytorch"
domain: ""
doc_string: ""
graph:
GraphProto {
name: "torch-jit-export"
inputs: [{name: "x", type:Tensor dims: 1 2 3}]
outputs: [{name: "10", type:Tensor dims: 1 2 3}]
initializers: []
nodes: [
Node {type: "Constant", inputs: [], outputs: [1], attributes: [{ name: 'value', type: tensor, value:TensorProto shape: []}]},
Node {type: "Constant", inputs: [], outputs: [2], attributes: [{ name: 'value', type: tensor, value:TensorProto shape: []}]},
Node {type: "Constant", inputs: [], outputs: [3], attributes: [{ name: 'value', type: tensor, value:TensorProto shape: []}]},
Node {type: "size", inputs: [x,2], outputs: [4], attributes: []},
Node {type: "Constant", inputs: [], outputs: [5], attributes: [{ name: 'value', type: tensor, value:TensorProto shape: []}]},
Node {type: "_cast_Float", inputs: [4,5], outputs: [6], attributes: []},
Node {type: "Constant", inputs: [], outputs: [7], attributes: [{ name: 'value', type: tensor, value:TensorProto shape: []}]},
Node {type: "_cast_Float", inputs: [3,7], outputs: [8], attributes: []},
Node {type: "div", inputs: [6,8], outputs: [z], attributes: []},
Node {type: "add", inputs: [x,z,1], outputs: [10], attributes: []}
]
}
opset_import: [OperatorSetIdProto { domain: }],
}