forked from tensorflow/tensorflow
-
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.
Backwards-compatible updates to TF Distributions interface; mostly
surfacing subclass-private-specialization docstrings. * subclass specializations now have signatures in Distributions class (self-describing interface) * subclass docstrings of private methods are now properly appended to the public methods (i.e., Normal.log_pdf.doc += Normal._log_pdf.doc) * modified places that return AttributeError to return the right type of error (either NotImplemented, TypeError, or ValueError) Change: 134550708
- Loading branch information
1 parent
09ecbd9
commit 3cb3439
Showing
52 changed files
with
2,266 additions
and
723 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
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
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
Oops, something went wrong.