Adds a single function to the QKeras converter, to check if the tensor is being correctly converted. It issues only a warning to not brake legacy testing code.
This PR builds upon PR: Update qkeras converter for array and auto po2 scale #135
This is why it currently shows many differences, after they will be merged into main the only difference is in src/qonnx/converters/qkeras/onnx.py with the addition of the check_tensor_is_representable function.
This PR does not affect other code, nor should it be a problem for downstream users. It can be merged after PR: #135.
Adds a single function to the QKeras converter, to check if the tensor is being correctly converted. It issues only a warning to not brake legacy testing code.
This PR builds upon PR: Update qkeras converter for array and auto po2 scale #135 This is why it currently shows many differences, after they will be merged into main the only difference is in src/qonnx/converters/qkeras/onnx.py with the addition of the
check_tensor_is_representable
function.This PR does not affect other code, nor should it be a problem for downstream users. It can be merged after PR: #135.