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

Fix memory viewer due to minor compiler changes. #1280

Merged
merged 2 commits into from
Jul 12, 2018

Conversation

qiuminxu
Copy link
Contributor

Fix a bug that memory_viewer is broken because XLA newly added a 'TOKEN' primitive.

@@ -48,17 +48,20 @@ export class Shape {

// We make a simplifying assumption here that the minimum size of a tuple
Copy link
Collaborator

Choose a reason for hiding this comment

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

Should this comment stay attached to the other if statement? It looks like that's the one it applies to.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Nice catch. Thanks!

@nfelt nfelt merged commit 4851367 into tensorflow:master Jul 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants