pytorch/test/onnx/expect/TestOperators.test_bitshift.expect

100 lines
1.6 KiB
Text

ir_version: 6
producer_name: "pytorch"
producer_version: "CURRENT_VERSION"
graph {
node {
input: "onnx::BitShift_0"
input: "onnx::BitShift_7"
output: "3"
name: "BitShift_0"
op_type: "BitShift"
attribute {
name: "direction"
s: "RIGHT"
type: STRING
}
}
node {
input: "onnx::BitShift_0"
input: "onnx::BitShift_8"
output: "6"
name: "BitShift_1"
op_type: "BitShift"
attribute {
name: "direction"
s: "RIGHT"
type: STRING
}
}
name: "torch_jit"
initializer {
data_type: 2
name: "onnx::BitShift_7"
raw_data: "\001"
}
initializer {
data_type: 2
name: "onnx::BitShift_8"
raw_data: "\002"
}
input {
name: "onnx::BitShift_0"
type {
tensor_type {
elem_type: 2
shape {
dim {
dim_value: 3
}
dim {
dim_value: 4
}
dim {
dim_value: 2
}
}
}
}
}
output {
name: "3"
type {
tensor_type {
elem_type: 2
shape {
dim {
dim_value: 3
}
dim {
dim_value: 4
}
dim {
dim_value: 2
}
}
}
}
}
output {
name: "6"
type {
tensor_type {
elem_type: 2
shape {
dim {
dim_value: 3
}
dim {
dim_value: 4
}
dim {
dim_value: 2
}
}
}
}
}
}
opset_import {
version: 11
}