Commit 4b5560f0 authored by nishant.b.patel's avatar nishant.b.patel

Onnx test case fix

parent 7d609d3c
......@@ -33,7 +33,7 @@ graph {
name: "x_scale"
}
initializer {
data_type: 2
data_type: 3
name: "w_zero_point"
raw_data: "\000"
}
......@@ -43,7 +43,7 @@ graph {
name: "w_scale"
}
initializer {
data_type: 2
data_type: 3
name: "y_zero_point"
raw_data: "\000"
}
......@@ -115,7 +115,7 @@ graph {
name: "w"
type {
tensor_type {
elem_type: 3
elem_type: 2
shape {
dim {
dim_value: 1
......@@ -147,7 +147,7 @@ graph {
name: "w_zero_point"
type {
tensor_type {
elem_type: 2
elem_type: 3
shape {
}
}
......@@ -167,7 +167,7 @@ graph {
name: "y_zero_point"
type {
tensor_type {
elem_type: 2
elem_type: 3
shape {
}
}
......@@ -177,7 +177,7 @@ graph {
name: "y"
type {
tensor_type {
elem_type: 2
elem_type: 3
shape {
dim {
dim_value: 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment