forked from keras-team/keras
-
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.
tf backend supports bool variable (keras-team#7832)
* ENH: use tf.as_dtype to convert dtype * TST: add unit test * ENH: keep compatible * DOC: add argument desc * TST: more test cases * TST: only test on tensorflow * CLN: replace _convert_string_dtype by tf.as_dtype * BUG: random_normal_variable should check dtype * CLN: join lines * DOC: add raise section * CLN: remove type check
- Loading branch information
Showing
2 changed files
with
15 additions
and
38 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