blueoil
blueoil copied to clipboard
Failed to convert when reshape quantized tensor
Since pass_propagate_format
doesn't consider Reshape
operator, convert will fail.
Insert Cast
operator before Reshape
operator when input is quantized.