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

Onnx test case fix

parent 7d609d3c
...@@ -33,7 +33,7 @@ graph { ...@@ -33,7 +33,7 @@ graph {
name: "x_scale" name: "x_scale"
} }
initializer { initializer {
data_type: 2 data_type: 3
name: "w_zero_point" name: "w_zero_point"
raw_data: "\000" raw_data: "\000"
} }
...@@ -43,7 +43,7 @@ graph { ...@@ -43,7 +43,7 @@ graph {
name: "w_scale" name: "w_scale"
} }
initializer { initializer {
data_type: 2 data_type: 3
name: "y_zero_point" name: "y_zero_point"
raw_data: "\000" raw_data: "\000"
} }
...@@ -115,7 +115,7 @@ graph { ...@@ -115,7 +115,7 @@ graph {
name: "w" name: "w"
type { type {
tensor_type { tensor_type {
elem_type: 3 elem_type: 2
shape { shape {
dim { dim {
dim_value: 1 dim_value: 1
...@@ -147,7 +147,7 @@ graph { ...@@ -147,7 +147,7 @@ graph {
name: "w_zero_point" name: "w_zero_point"
type { type {
tensor_type { tensor_type {
elem_type: 2 elem_type: 3
shape { shape {
} }
} }
...@@ -167,7 +167,7 @@ graph { ...@@ -167,7 +167,7 @@ graph {
name: "y_zero_point" name: "y_zero_point"
type { type {
tensor_type { tensor_type {
elem_type: 2 elem_type: 3
shape { shape {
} }
} }
...@@ -177,7 +177,7 @@ graph { ...@@ -177,7 +177,7 @@ graph {
name: "y" name: "y"
type { type {
tensor_type { tensor_type {
elem_type: 2 elem_type: 3
shape { shape {
dim { dim {
dim_value: 1 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