forked from tensorflow/probability
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename
interpolate_nondiscrete
flag to `force_probs_to_zero_outside…
…_support` (with the opposite sense) in Zipf. The second name leaves room for other distributions to use the same flag to control tf.where gates on extrapolating the support to, e.g., negative arguments. Not changing the pre-existing tf.where gate in Zipf.cdf to actually be controlled by said new flag, because that would change the behavior of Zipf with no flags set. That can be done another time. PiperOrigin-RevId: 340878676
- Loading branch information
1 parent
0e3eaa3
commit b667ee9
Showing
2 changed files
with
63 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters