Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR removes
tf_to_hls
. Thetf_to_hls
converter is outdated, unused, not exposed through the main API and based on old approach that likely won't work anymore. If we decide to support lower-level tensorflow API alongside Keras, this approach would be different anyway, so there's no reason to keep this around.A question to be addressed: this converter introduced
BiasAdd
as a temporary layer and the associated optimizer. If ONNX and PyTorch converters don't plan to use it, it should be removed in this PR as well.Type of change
Tests
Nothing to test.
Checklist
pre-commit
on the files I edited or added.