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

Address tfjs-node typos in documentation strings #8193

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

gaikwadrahul8
Copy link
Contributor

Hi, Team
I've identified and corrected several typos within the documentation strings (code comments) of .ts files in the tfjs-node folder. I believe these corrections will improve the clarity and accuracy of the documentation for users. I appreciate your time and look forward to your feedback. Thank you.

Copy link
Member

@mattsoulanille mattsoulanille left a comment

Choose a reason for hiding this comment

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

LGTM, but see my comment about tests.

Comment on lines -125 to +133
'pool test-tensorflow {} max x=[3,3,1] f=[3,3] s=3 d=1 p=explicit defualt dimRoundingMode',
'pool test-tensorflow {} max x=[3,3,1] f=[3,3] s=3 d=1 p=explicit default dimRoundingMode',
// tslint:disable-next-line:max-line-length
'pool test-tensorflow {} max x=[3,3,1] f=[3,3] s=3 d=1 p=explicit dimRoundingMode=floor',
// tslint:disable-next-line:max-line-length
'pool test-tensorflow {} max x=[3,3,1] f=[3,3] s=3 d=1 p=explicit dimRoundingMode=round',
// tslint:disable-next-line:max-line-length
'pool test-tensorflow {} max x=[3,3,1] f=[3,3] s=3 d=1 p=explicit dimRoundingMode=ceil',
// tslint:disable-next-line:max-line-length
'pool test-tensorflow {} avg x=[3,3,1] f=[3,3] s=3 d=1 p=explicit defualt dimRoundingMode',
'pool test-tensorflow {} avg x=[3,3,1] f=[3,3] s=3 d=1 p=explicit default dimRoundingMode',
Copy link
Member

Choose a reason for hiding this comment

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

These test names may need to be updated in tfjs-core as well, or they might not be excluded in the tfjs-node tests.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hi, @mattsoulanille, @gbaned

I apologize for the delayed response and I have updated test names in tfjs-core, please refer this PR #8184 and I appreciate your time and look forward to your feedback. Thank you.

@gbaned
Copy link

gbaned commented Mar 18, 2024

Hi @gaikwadrahul8 Can you please check above @mattsoulanille's comment? Thank you!

@pyu10055 pyu10055 enabled auto-merge (squash) April 12, 2024 20:21
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.

None yet

4 participants