Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: lock down visibility of unversioned summary targets (#1769)
Summary: We’ve migrated all users inside Google to use the explicitly versioned endpoints (either `summary:summary_v1` or `summary:summary_v2`), so we can now enforce that going forward. Any existing users should migrate to `//tensorboard/summary:summary_v1`, which is API-compatible and stable. Test Plan: That `bazel build //tensorboard` and `bazel query 'deps(//...)'` still work suffices. wchargin-branch: restrict-summary-visibility
- Loading branch information