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

Remove duplicate Prod and SparseToDense ops from converter #7649

Merged

Conversation

mattsoulanille
Copy link
Member

Fixes #7648

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

@mattsoulanille mattsoulanille marked this pull request as ready for review May 4, 2023 01:31
Comment on lines +241 to +246
},
{
"tfName": "T",
"name": "dtype",
"type": "dtype",
"notSupported": true
Copy link
Member Author

Choose a reason for hiding this comment

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

@pyu10055 do you know what this 'T' attribute is for?

Copy link
Collaborator

Choose a reason for hiding this comment

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

that is for the supported dtype, we don't actually look at those right now

Comment on lines +241 to +246
},
{
"tfName": "T",
"name": "dtype",
"type": "dtype",
"notSupported": true
Copy link
Collaborator

Choose a reason for hiding this comment

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

that is for the supported dtype, we don't actually look at those right now

@mattsoulanille mattsoulanille merged commit e035ede into tensorflow:master May 4, 2023
2 checks passed
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.

Op Collision in OperationMapper
3 participants