Skip to content
Commit 97c5a959 authored by Tai Ly's avatar Tai Ly
Browse files

bug fix deserialization of conv ops



input_zp and weight_zp attributes are disallowed for floating point inputs
for Conv2d, Conv3d, DepthwiseConv2d and TransposeConv2d

the deserialization code previously constructed operators with attributes with default values of 0 for floating point inputs.

This patch fixes this by specifying nullptr for input_zp_attr and weight_zp_attr instead.

Signed-off-by: default avatarTai Ly <tai.ly@arm.com>
Change-Id: I37a065f9f8093363b34465ccfe9bc1e0fe424ca7
parent e1601119
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment