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

[Debugger Plugin] Tensor Value Card UI Improvements #1023

Merged
merged 2 commits into from
Mar 7, 2018
Merged

[Debugger Plugin] Tensor Value Card UI Improvements #1023

merged 2 commits into from
Mar 7, 2018

Conversation

caisq
Copy link
Contributor

@caisq caisq commented Mar 6, 2018

  • Make the tensor name title clickable. When clicked, it'll highlight
    the node in the Graph View, the Node List, as well as the Source
    Code View (if open).
  • Hide the default "DebugIdentity" op name to reduce visual cluttering.

* Make the tensor name title clickable. When clicked, it'll highlight
  the node in the Graph View, the Node List, as well as the Source
  Code View (if open).
* Hide the default "DebugIdentity" op name to reduce visual cluttering.
@caisq caisq requested a review from chihuahua March 6, 2018 21:24
@caisq caisq self-assigned this Mar 6, 2018
@@ -48,6 +48,13 @@
value: null,
},

// Callback invoked when a tensor name is clicked in one of the tensor
// value views. Set externally.
tensorNameClicked: {
Copy link
Member

Choose a reason for hiding this comment

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

If you would like this component to delay initialization til this property is defined, you can just leave out the value, ie tensorNameClicked: Object.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done. Thanks for the suggestion.

@caisq caisq merged commit 9f7b57a into tensorflow:master Mar 7, 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.

2 participants