Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Bug fix] tf.boolean_mask cannot accept name=None
pass name=None to tf.boolean_mask will lead to ValueError: At least one of name (None) and default_name (None) must be provided.
- Loading branch information