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

Use TB protos where appropriate #1678

Merged
merged 5 commits into from
Dec 12, 2018
Merged

Commits on Dec 11, 2018

  1. Use TB protos where appropriate

    TensorFlow is no longer exposing Python binding for proto definition.
    TensorBoard has decided to copy all the required proto definitions over
    and use it where possible.
    
    We still rely on TensorFlow version of the proto for:
    - TB summary v1 APIs. e.g., *.summary.pb()
    - places where we use pywrap_tensorflow.EventsWriter
    
    This commit mostly made mechanical changes for anything that
    uses `tensor_util.make_tensor_proto` and anything that matches
    `tf\.(Event|Summary)`.
    stephanwlee committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    b21d1fe View commit details
    Browse the repository at this point in the history
  2. added missing dep

    stephanwlee committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    5f66f4a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b816ba5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2aaf703 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2018

  1. Configuration menu
    Copy the full SHA
    fc829bd View commit details
    Browse the repository at this point in the history