Skip to content

chore(neural_network): make learn private#250

Merged
rouson merged 1 commit into
mainfrom
mk-learn-private
May 7, 2025
Merged

chore(neural_network): make learn private#250
rouson merged 1 commit into
mainfrom
mk-learn-private

Conversation

@rouson

@rouson rouson commented May 7, 2025

Copy link
Copy Markdown
Contributor

This commit makes neural_network_t generic "learn" binding private because it is intended to be called only by the trainable_network_t "train" procedure and the latter type is defined in the same module as the former.

This commit makes neural_network_t's generic "learn" binding
private because it is intended to be called only by the
trainable_network_t "train" procedure and the latter type
is defined in the same module as the former.

@bonachea bonachea left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@rouson rouson merged commit 460f31e into main May 7, 2025
@rouson rouson deleted the mk-learn-private branch May 7, 2025 22:43
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.

2 participants