Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: redesigned functionality for mapping input and output tensors to and from training ranges #148

Merged
merged 2 commits into from
Apr 19, 2024

Conversation

rouson
Copy link
Contributor

@rouson rouson commented Apr 19, 2024

Breaking Change

This commit replaces pull request #147's inference_engine_t input_range and output_range getters with tensor mapping functions that delegate the input and output tensor mappings to the corresponding inference_engine_t input_range_ and output_range_ components' own map_to_training_range and map_from_training_range type-bound functions.

Breaking Change:
This commit replaces pull request #147's inference_engine_t
input_range/output_range getters with tensor mapping functions that
delegate the input/output tensor mappings to the corresponding
inference_engine_t input_range_/output_range_ components' own
map_to_training_range and map_from_training_range type-bound
functions.
@rouson rouson requested a review from federicavil April 19, 2024 16:55
@rouson rouson removed the request for review from federicavil April 19, 2024 18:14
@rouson rouson merged commit 0f99b40 into main Apr 19, 2024
4 checks passed
@rouson rouson deleted the map-without-getters branch April 19, 2024 18:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant