74 lines
1.0 KiB
Plaintext
74 lines
1.0 KiB
Plaintext
ir_version: 3
|
|
producer_name: "ngraph ONNXImporter"
|
|
graph {
|
|
node {
|
|
input: "X"
|
|
input: "y_scale"
|
|
input: "y_zero_point"
|
|
output: "Y"
|
|
name: "QuantizeLinear"
|
|
op_type: "QuantizeLinear"
|
|
}
|
|
name: "test_graph"
|
|
initializer {
|
|
data_type: 2
|
|
name: "y_zero_point"
|
|
raw_data: "\000"
|
|
}
|
|
input {
|
|
name: "X"
|
|
type {
|
|
tensor_type {
|
|
elem_type: 1
|
|
shape {
|
|
dim {
|
|
dim_value: 2
|
|
}
|
|
dim {
|
|
dim_value: 2
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
input {
|
|
name: "y_scale"
|
|
type {
|
|
tensor_type {
|
|
elem_type: 1
|
|
shape {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
input {
|
|
name: "y_zero_point"
|
|
type {
|
|
tensor_type {
|
|
elem_type: 2
|
|
shape {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
output {
|
|
name: "Y"
|
|
type {
|
|
tensor_type {
|
|
elem_type: 2
|
|
shape {
|
|
dim {
|
|
dim_value: 2
|
|
}
|
|
dim {
|
|
dim_value: 2
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
opset_import {
|
|
version: 10
|
|
}
|