Skip to content

Simplify class relationships#217

Merged
rouson merged 6 commits into
developfrom
simplify-class-relationships
Oct 14, 2024
Merged

Simplify class relationships#217
rouson merged 6 commits into
developfrom
simplify-class-relationships

Conversation

@rouson

@rouson rouson commented Oct 14, 2024

Copy link
Copy Markdown
Contributor

After the recent replacement of trainable_engine_t's polymorphic differentiable_activation_strategy component by a non-polymorphic activation_t component, there is no longer a compelling motivation for trainable_engine_t to be completely separate from inference_engine_t. This PR replaces trainable_engine_t with a new trainable_network_t that extends inference_engine_t and is defined in the same module as inference_engine_t to give it direct access to the parent inference_engine_t's components.

@rouson rouson merged commit e7794c5 into develop Oct 14, 2024
@rouson rouson deleted the simplify-class-relationships branch October 14, 2024 08:23
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