Skip to content

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

Merged
rouson merged 2 commits into
mainfrom
map-without-getters
Apr 19, 2024
Merged

Feature: redesigned functionality for mapping input and output tensors to and from training ranges#148
rouson merged 2 commits into
mainfrom
map-without-getters

Conversation

@rouson

Copy link
Copy Markdown
Contributor

Breaking Change

This commit replaces pull request #147's inference_engine_tinput_range and output_range getters with tensor mapping functions that delegate the input and output tensor mappings to the corresponding inference_engine_tinput_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 federicavilApril 19, 2024 16:55
@rouson
rouson removed the request for review from federicavilApril 19, 2024 18:14
@rouson
rouson merged commit 0f99b40 into mainApr 19, 2024
@rouson
rouson deleted the map-without-getters branch April 19, 2024 18:14
Sign up for freeto 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

@rouson