Jovan Mitrevski
Jovan Mitrevski
The `test_keras_api.py::test_depthwise*` and `test_qkeras.py::test_qdepthwiseconv2d` tests pass after #1022 is merged.
I added the backend to be passed for the "config_from_*" functions. This works much better in providing all the configuration parameters one can set.
Based on discussions with other people, we decided not to add a special type propagation fallback value--the model level value is the default. We do support a maximum precision, but...
This is for after #1022 is merged, which I believe fixes the failing tests.
By the way, one thing I am not too happy about is that it seems like the `optimize` flow has largely disappeared, because many of the optimizers benefit from running...
I am not sure for the backend-specific optimizers, like the type conversions, but the type-agnostic ones don't need types, or benefit from knowing that they don't have to enforce a...
Although I am in general supportive of this, I do worry about silent failures. We should make sure that the CI makes sure the tests aren't accidentally skipped. The CI...
I think the optimizer to clone outputs needs updates to work with oneAPI.
Actually, I believe I was wrong about the optimizer to clone outputs. It was migrated. I added a clone outputs test, and I removed what looks to be the redundant...
I updated some oneAPI-specific documentation and docstrings. I did not update the status, however, I figure we do that globally before the next release, since I think we also want...