-
Notifications
You must be signed in to change notification settings - Fork 218
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
Rename tree_scalar_mul
to tree_scale
#1196
Comments
hey @carlosgmartin can you have a look at my PR and help figuring out what's possibly going wrong? |
Hey @aryanmahawar205 thanks for the contribution! I followed up on your PR #1198 |
Hey @rdyro, if this issue isn't closed can i work on it? |
The PR is in progress here: #1198 by @aryanmahawar205 but in case work have stalled, it'd be great if you could take a look! |
…_add_scale with deprecation warnings (google-deepmind#1196)
…_add_scale with deprecation warnings (google-deepmind#1196)
…_add_scale with deprecation warnings (google-deepmind#1196)
Thanks for pointing this out! Since the previous PR (#1198) seemed inactive, I have submitted a new PR (#1223 ) to ensure progress on this. Let me know if any further changes are needed! |
Minor suggestion: For convenience, rename
tree_scalar_mul
totree_scale
tree_add_scalar_mul
totree_add_scale
which are more concise.
If adopted, this could be done as follows:
I can submit a PR for this.
The text was updated successfully, but these errors were encountered: