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

[converter] add TensorScatterUpdate op to converter and executor #7246

Merged
merged 3 commits into from
Jan 6, 2023

Conversation

pyu10055
Copy link
Collaborator

@pyu10055 pyu10055 commented Jan 5, 2023

To see the logs from the Cloud Build CI, please join either our discussion or announcement mailing list.


This change is Reviewable

fixed #6709
This the converter side for the op.

@pyu10055 pyu10055 changed the title [converter]add TensorScatterUpdate op to converter and executor [converter] add TensorScatterUpdate op to converter and executor Jan 5, 2023
Copy link
Collaborator

@Linchenn Linchenn left a comment

Choose a reason for hiding this comment

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

LGTM!

I think after this PR, TFJS could run models with TensorScatterUpdate op. I am curious, does this PR also enables model converter to convert models with TensorScatterUpdate op?

Reviewable status: :shipit: complete! 1 of 1 approvals obtained (waiting on @mattsoulanille)

version "0.1.21"
resolved "https://registry.yarnpkg.com/@webgpu/types/-/types-0.1.21.tgz#b181202daec30d66ccd67264de23814cfd176d3a"
integrity sha512-pUrWq3V5PiSGFLeLxoGqReTZmiiXwY3jRkIG5sLLKjyqNxrwm/04b4nw7LSmGWJcKk59XOM/YRTUwOzo4MMlow==
"@webgpu/[email protected]":
Copy link
Contributor

Choose a reason for hiding this comment

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

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

updated, thanks

@pyu10055
Copy link
Collaborator Author

pyu10055 commented Jan 5, 2023

yes, the op_list json file ensure converter the op is supported.

@Linchenn
Copy link
Collaborator

Linchenn commented Jan 5, 2023

yes, the op_list json file ensure converter the op is supported.

Thanks!

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

@pyu10055 pyu10055 merged commit fe0591c into master Jan 6, 2023
@pyu10055 pyu10055 deleted the tensor_scatter_update_converter branch January 6, 2023 00:26
Linchenn added a commit to Linchenn/tfjs that referenced this pull request Jan 9, 2023
…sorflow#7246)

FEATURE
* add TensorScatterUpdate op to converter and executor

* update the yarn.lock file

Co-authored-by: Linchenn <[email protected]>
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.

TensorScatterUpdate unsupported operation
4 participants